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]
Other format: [Raw text]

Can't bootstrap gcc-3.1 20020221: ICE in do_SUBST, at combine.c:439 on sparc-linux


This was on a Debian Woody (test release) sun4m system using

binutils       2.11.92.0.12.3-6
dejagnu        1.4-4
gcc-3.0        3.0.3-1
libc6          2.2.5-3

/ChJ

When trying to bootstrap gcc-3.1 (Thu Feb 21 20:50:33 UTC 2002) I get
an ICE in do_SUBST, at combine.c:439

./xgcc -B./ -B/usr/local/sparc-linux/bin/ -isystem /usr/local/sparc-linux/include -isystem /usr/local/sparc-linux/sys-include -O2  -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config -I../../gcc/../include -fexceptions -c ../../gcc/unwind-dw2-fde-glibc.c -o libgcc/./unwind-dw2-fde-glibc.o
../../gcc/unwind-dw2.c: In function `extract_cie_info':
../../gcc/unwind-dw2.c:290: Internal compiler error in do_SUBST, at combine.c:439
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[3]: *** [libgcc/./unwind-dw2.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/share1/gcc-dev/gcc/objdir/gcc'
make[2]: *** [libgcc.a] Error 2
make[2]: Leaving directory `/share1/gcc-dev/gcc/objdir/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/share1/gcc-dev/gcc/objdir/gcc'
make: *** [bootstrap-lean] Error 2


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