This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Bootstrap error at stage 2 (CVS Release 2000-03-03)
- To: GCC Bug <gcc-bugs at gcc dot gnu dot org>
- Subject: Bootstrap error at stage 2 (CVS Release 2000-03-03)
- From: Daniel Lauer <daniel at informatik dot uni-bonn dot de>
- Date: Fri, 3 Mar 2000 16:53:48 +0100 (CET)
- cc: Daniel Lauer <daniel at pi dot informatik dot uni-bonn dot de>, Peter Kirrinnis <kirr at pi dot informatik dot uni-bonn dot de>, Andre Weilert <weilert at pi dot informatik dot uni-bonn dot de>, gsu at assem-audi dot com
- Reply-To: Daniel Lauer <daniel at informatik dot uni-bonn dot de>
Hi!
Having fixed the bug in cppinit.c
( see our bug report from Fri, 3 Mar 2000 12:12:14 +0100 (CET) )
the bootstrap fails with an internal compiler error in stage 2:
./genconfig /tmp/egcs/gcc/config/i386/i386.md > tmp-config.h
/bin/sh /tmp/egcs/gcc/move-if-change tmp-config.h insn-config.h
touch s-config
stage2/xgcc -Bstage2/ -B/usr/local/gcc-20000303/i586-pc-linux-gnu/bin/ -c
-DIN_GCC -W -Wall -Wtraditional -O2 -g -O2 -DHAVE_CONFIG_H -I.
-I/tmp/egcs/gcc -I/tmp/egcs/gcc/config -I/tmp/egcs/gcc/../include
/tmp/egcs/gcc/diagnostic.c
stage2/xgcc -Bstage2/ -B/usr/local/gcc-20000303/i586-pc-linux-gnu/bin/
-DIN_GCC -W -Wall -Wtraditional -O2 -g -O2 -DHAVE_CONFIG_H -I.
-I/tmp/egcs/gcc -I/tmp/egcs/gcc/config -I/tmp/egcs/gcc/../include \
-DTARGET_NAME=\"i586-pc-linux-gnu\" \
-c `echo /tmp/egcs/gcc/toplev.c | sed 's,^\./,,'`
stage2/xgcc -Bstage2/ -B/usr/local/gcc-20000303/i586-pc-linux-gnu/bin/ -c
-DIN_GCC -W -Wall -Wtraditional -O2 -g -O2 -DHAVE_CONFIG_H -I.
-I/tmp/egcs/gcc -I/tmp/egcs/gcc/config -I/tmp/egcs/gcc/../include
/tmp/egcs/gcc/tree.c
xgcc: Internal compiler error: program cc1 got fatal signal 11
make[2]: *** [tree.o] Error 1
make[2]: Leaving directory `/var/tmp/egcsobj/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/var/tmp/egcsobj/gcc'
make: *** [bootstrap] Error 2
Daniel & Andre