From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18551 invoked by alias); 15 Feb 2004 21:47:55 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 18532 invoked by uid 48); 15 Feb 2004 21:47:52 -0000 Date: Sun, 15 Feb 2004 21:47:00 -0000 From: "v dot haisman at sh dot cvut dot cz" To: gcc-bugs@gcc.gnu.org Message-ID: <20040215214740.14152.v.haisman@sh.cvut.cz> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug bootstrap/14152] New: `sdbout_type_decl' undeclared in sdbout.c, stage 1 of bootstrap X-Bugzilla-Reason: CC X-SW-Source: 2004-02/txt/msg01579.txt.bz2 List-Id: Error during stage 1 of bootstrap of GCC's head of CVS. make[2]: Entering directory `/D/WilX/gcc-head/objdir/gcc' gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-p rototypes -pedantic -Wno-long-long -fno-common -DHAVE_CONFIG_H -I. -I. -I.. /../srcdir/gcc -I../../srcdir/gcc/. -I../../srcdir/gcc/../include ../../srcdir/ gcc/sdbout.c -o sdbout.o ../../srcdir/gcc/sdbout.c:339: error: `sdbout_type_decl' undeclared here (not in a function) ../../srcdir/gcc/sdbout.c:339: error: initializer element is not constant ../../srcdir/gcc/sdbout.c:339: error: (near initialization for `sdb_debug_hooks. type_decl') ../../srcdir/gcc/sdbout.c:346: warning: missing initializer ../../srcdir/gcc/sdbout.c:346: warning: (near initialization for `sdb_debug_hook s.type_decl') ../../srcdir/gcc/sdbout.c: In function `sdbout_finish': ../../srcdir/gcc/sdbout.c:1465: warning: comparison between signed and unsigned make[2]: *** [sdbout.o] Error 1 make[2]: Leaving directory `/D/WilX/gcc-head/objdir/gcc' make[1]: *** [stage1_build] Error 2 make[1]: Leaving directory `/D/WilX/gcc-head/objdir/gcc' make: *** [bootstrap] Error 2 Configuration: WilX@amber2:::~/gcc-head/srcdir> ../srcdir/configure --with-gcc --with-gnu-ld -- with-gnu-as --enable-languages=c,c++ --enable-threads=posix --with-system-zlib - -enable-nls --without-included-gettext --enable-sjlj-exceptions --enable-version -specific-runtime-libs --enable-shared --disable-win32-registry --enable-dwarf2 --with-cpu=athlon-tbird --with-arch=athlon-tbird --enable-intermodule --program- suffix=-3.5 -- Summary: `sdbout_type_decl' undeclared in sdbout.c, stage 1 of bootstrap Product: gcc Version: 3.5.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: v dot haisman at sh dot cvut dot cz CC: gcc-bugs at gcc dot gnu dot org,v dot haisman at sh dot cvut dot cz GCC build triplet: i686-pc-cygwin GCC host triplet: i686-pc-cygwin GCC target triplet: i686-pc-cygwin http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14152