This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/14152] New: `sdbout_type_decl' undeclared in sdbout.c, stage 1 of bootstrap


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]