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]

bootstrap problem with ss-19991004


Hi,
the newest snapshot 19991004 doesn't bootstrap on Linux-AXP:
I used this script:

#!/bin/sh
#  --enable-version-specific-runtime-libs
../egcs-19991004/configure --prefix=/sw/snapshots --enable-languages=c++,f77 --disable-debug

make CFLAGS='-O' LIBCFLAGS='-O2 -fomit-frame-pointer' LIBCXXFLAGS='-O2 -fno-implicit-templates -fomit-frame-pointer' bootstrap

and got that:
/home/martin/obj/gcc/xgcc -B/home/martin/obj/gcc/ -B/sw/snapshots/alphaev56-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I../../../egcs-19991004/libio -nostdinc++ -D_IO_MTSAFE_IO ../../../egcs-19991004/libio/editbuf.cc
../../../egcs-19991004/libio/editbuf.cc: In method `edit_buffer::edit_buffer ()':
../../../egcs-19991004/libio/editbuf.cc:614: Internal compiler error in `maybe_remove_dead_notes', at flow.c:5972
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.
make[2]: *** [editbuf.o] Error 1
make[2]: Leaving directory `/home/martin/obj/alphaev56-unknown-linux-gnu/libio'
make[1]: *** [all-target-libio] Error 2
make[1]: Leaving directory `/home/martin/obj'
make: *** [bootstrap] Error 2

This is a alphaev56-unknown-linux-gnu system. Bootstrap compiler was
gcc-2.95.1.

Bye,
Martin.


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