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 broken because of warning


Hi,

the current CVS sources don't bootstrap (at least on i686) because of a warning
in cp/decl.c:

stage1/xgcc -Bstage1/ -B/afs/mpa/data/martin/ugcc/i686-pc-linux-gnu/bin/ -c   -O2 -g -fomit-frame-pointer -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Werror -fno-common   -DHAVE_CONFIG_H    -I. -Icp -I/scratch/gcc/gcc -I/scratch/gcc/gcc/cp -I/scratch/gcc/gcc/../include -I/scratch/gcc/gcc/../libcpp/include -I/afs/mpa/data/martin/mygmp/include  /scratch/gcc/gcc/cp/decl.c -o cp/decl.o
cc1: warnings being treated as errors
/scratch/gcc/gcc/cp/decl.c: In function 'start_decl':
/scratch/gcc/gcc/cp/decl.c:3706: warning: suggest parentheses around && within ||
make[2]: *** [cp/decl.o] Error 1
make[2]: Leaving directory `/scratch/ogcc/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: Leaving directory `/scratch/ogcc/gcc'
make: *** [bootstrap] Error 2

Cheers,
  Martin


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