From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1715 invoked by alias); 3 Jun 2003 00:50:15 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 1702 invoked from network); 3 Jun 2003 00:50:14 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 3 Jun 2003 00:50:14 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu-dmz.redhat.com [172.16.52.200] (may be forged)) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h530oEH03750; Mon, 2 Jun 2003 20:50:14 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h530oCT11717; Mon, 2 Jun 2003 20:50:13 -0400 Received: from redhat.com (reddwarf.sfbay.redhat.com [172.16.24.50]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id h530oC008579; Mon, 2 Jun 2003 17:50:12 -0700 Message-ID: <3EDBF0C4.7EF2FD26@redhat.com> Date: Tue, 03 Jun 2003 00:50:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. X-Accept-Language: en MIME-Version: 1.0 To: Kazuhiro Inaoka CC: newlib@sources.redhat.com, gdb-patches@sources.redhat.com Subject: Re: [PATCH] [m32r-elf ] m32r-stub.c compile error with gcc-3.3 References: <003001c323f9$3bdeec80$2569910a@hoku.renesas.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2003-06/txt/msg00102.txt.bz2 Kazuhiro Inaoka wrote: > > Compiler: gcc-3.3 released > Newlib* newlib-1.11.0 released > GDB: gcc-5.3 released > > m32r-elf-gcc -B/home4/inaoka/work/work-org_src/build.newlib-1.11.0/m32r-elf/ > newlib/ -isystem > /home4/inaoka/work/work-org_src/build.newlib-1.11.0/m32r-elf/newlib/targ-inc > lude -isystem > /home4/inaoka/work/work-org_src/newlib-1.11.0/newlib/libc/include -c -g -Os > -o m32r-stub.o > /home4/inaoka/work/work-org_src/newlib-1.11.0/libgloss/m32r/../../gdb/m32r-s > tub.c > /home4/inaoka/work/work-org_src/newlib-1.11.0/gdb/m32r-stub.c:1199:6: > missing terminating " character > /home4/inaoka/work/work-org_src/newlib-1.11.0/gdb/m32r-stub.c:1200: error: > parse error before "stash_registers" > > Kazuhiro Inaoka Looks good to me. Can you check it in?