SS 11/1 Optimization Problem
Phil Blecker
tmwg@inxservices.com
Mon Nov 2 16:28:00 GMT 1998
Using the stage 1 compiler:
cd /usr/src/devel/gcc/i586-pc-linux-gnu/gcc
./xgcc -B./ -B/usr/i586-pc-linux-gnu/2.92.18/../../../../i586-pc-linux-gnu/bin/
-DIN_GCC -W -Wall -O3 -march=pentium -malign-double -pipe -I./include -fPIC
-g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -march=pentium
-malign-double -pipe -fno-keep-static-consts -I. -I../../gcc -I../../gcc/config
-I../../gcc/../include -c -fexceptions ../../gcc/cp/exception.cc
results in:
../../gcc/cp/exception.cc:
In function `void __check_eh_spec(int, const void **)':
../../gcc/cp/exception.cc:299: Internal compiler error.
../../gcc/cp/exception.cc:299:
Please submit a full bug report to `egcs-bugs@cygnus.com'.
Compiling with -O2 instead of -O3 doesn't give this error.
More information about the Gcc-bugs
mailing list