From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22542 invoked by alias); 27 Aug 2002 19:07:27 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 22528 invoked from network); 27 Aug 2002 19:07:25 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 27 Aug 2002 19:07:25 -0000 Received: by localhost.redhat.com (Postfix, from userid 469) id EBFDA10AAA; Tue, 27 Aug 2002 15:05:30 -0400 (EDT) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15723.52602.741154.488098@localhost.redhat.com> Date: Tue, 27 Aug 2002 12:07:00 -0000 To: tromey@redhat.com Cc: Gdb List Subject: Re: new build failure In-Reply-To: <87n0r8i35t.fsf@fleche.redhat.com> References: <87n0r8i35t.fsf@fleche.redhat.com> X-SW-Source: 2002-08/txt/msg00364.txt.bz2 Tom Tromey writes: > As before, I'm using x86 Red Hat Linux 7.3. I enable -Werror in my > builds. > > Today I updated and rebuilt. I get a different build failure than I > did yesterday: > > gcc -c -g -O2 -I. -I../../src/gdb -I../../src/gdb/config -DLOCALEDIR="\"/home/tromey/gnu/baseline-gdb/install/share/locale\"" -DHAVE_CONFIG_H -I../../src/gdb/../include/opcode -I../../src/gdb/../readline/.. -I../bfd -I../../src/gdb/../bfd -I../../src/gdb/../include -I../intl -I../../src/gdb/../intl -DMI_OUT=1 -DTUI=1 -I../../src/gdb/tui -DGDBTK -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized -Werror ../../src/gdb/breakpoint.c > cc1: warnings being treated as errors > ../../src/gdb/breakpoint.c: In function `bpstat_stop_status': > ../../src/gdb/breakpoint.c:2732: warning: implicit declaration of function `copy_command_lines' > ../../src/gdb/breakpoint.c:2732: warning: assignment makes pointer from integer without a cast > > > > Tom I am checking in a fix... hold on. Elena