From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14876 invoked by alias); 27 Aug 2002 18:13:41 -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 14868 invoked from network); 27 Aug 2002 18:13:41 -0000 Received: from unknown (HELO gash2.peakpeak.com) (207.174.178.17) by sources.redhat.com with SMTP; 27 Aug 2002 18:13:41 -0000 Received: from fleche.redhat.com (tq0209.peakpeak.com [207.174.177.209]) by gash2.peakpeak.com (8.9.3/8.9.3) with ESMTP id MAA30342; Tue, 27 Aug 2002 12:13:39 -0600 Received: by fleche.redhat.com (Postfix, from userid 1000) id CEBA84F829A; Tue, 27 Aug 2002 12:10:06 -0600 (MDT) To: Gdb List Subject: new build failure From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom X-Zippy: In Newark the laundromats are open 24 hours a day! Date: Tue, 27 Aug 2002 11:13:00 -0000 Message-ID: <87n0r8i35t.fsf@fleche.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-08/txt/msg00363.txt.bz2 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