This is the mail archive of the gcc@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]

bootstrap failure on Linux /AMD64


With current GCC CVS mainline I get the following bootstrap failure:

stage1/xgcc -Bstage1/ -B/opt/gcc/4.0-devel/x86_64-suse-linux-gnu/bin/ -c   -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Werror -fno-common  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes  -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -Ibuild -I/cvs/gcc/gcc -I/cvs/gcc/gcc/build -I/cvs/gcc/gcc/../include -I/cvs/gcc/gcc/../libcpp/include  \
 -o build/insn-conditions.o insn-conditions.c
cc1: warnings being treated as errors
insn-conditions.c:771: warning: string length '534' is greater than the length '509' ISO C89 compilers are required to support
insn-conditions.c:1081: warning: string length '533' is greater than the length'509' ISO C89 compilers are required to support
insn-conditions.c:1617: warning: string length '597' is greater than the length'509' ISO C89 compilers are required to support
make[4]: *** [build/insn-conditions.o] Error 1
make[4]: Leaving directory `/builds/gcc/misc/gcc'
make[3]: *** [32/crtbegin.o] Error 2
make[3]: Leaving directory `/builds/gcc/misc/gcc'
make[2]: *** [stmp-multilib] Error 2
make[2]: Leaving directory `/builds/gcc/misc/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: Leaving directory `/builds/gcc/misc/gcc'
make: *** [bootstrap] Error 2

What has changed here?  I remember seeing these warnings in files for
years but they were never errors...

Andreas
-- 
 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj
  SUSE Linux AG, Maxfeldstr. 5, 90409 NÃrnberg, Germany
   GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126

Attachment: pgp00000.pgp
Description: PGP signature


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