Strange Bootstrap Failure

David Ronis ronis@ronispc.chem.mcgill.ca
Wed Jul 7 11:02:00 GMT 1999


Today's CVS gave me the following build failure (make boostrap):

stage1/xgcc -Bstage1/ -B/usr/i586-pc-linux-gnulibc1/bin/ -c  -DIN_GCC    -DUSE_GNULIBC_1 -W -Wall -O2 -O3 -march=pentium -funroll-loops -fomit-frame-pointer -fstrict-aliasing  -DHAVE_CONFIG_H    -I. -I../../egcs/gcc -I../../egcs/gcc/config -I../../egcs/gcc/../include ../../egcs/gcc/sched.c
../../egcs/gcc/sched.c: In function `insn_cost':
../../egcs/gcc/sched.c:878: warning: implicit declaration of function `x86_adjust_cost'
../../egcs/gcc/sched.c: In function `schedule_block':
../../egcs/gcc/sched.c:2631: warning: `regs_sometimes_live' might be used uninitialized in this function
../../egcs/gcc/sched.c:2632: warning: `sometimes_max' might be used uninitialized in this function
../../egcs/gcc/sched.c:3536: Internal compiler error in `compute_use_by_pseudos'
, at reload1.c:561
Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'.
See <URL: http://egcs.cygnus.com/faq.html#bugreport > for details.
make[2]: *** [sched.o] Error 1
make[2]: Leaving directory `/home/ronis/project/objdir/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/home/ronis/project/objdir/gcc'
make: *** [bootstrap] Error 2

What's strange is that when I ran the command from the command line
(with -save-temps to get intermediate files for a bug report) it
worked; I got the same warnings but no ICE.  I'm running linux-2.2.10
on an i586.  I reran, checking memory usage, and never exceeded 20% of
RAM.  In addition, the machine was fairly inactive during the bootstrap.

1.  Any idea what's going on? 

2.  Is there some way to continue with the bootstrap from this point onwards?

David


More information about the Gcc-bugs mailing list