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]

Optimized boostrap failure for 20000327 on i586



Optimized build still fails in the same place on my i586.  

I used BOOT_CFLAGS=

-O3 -march=pentium -funroll-loops -fomit-frame-pointer
 -fstrict-aliasing -malign-double -fforce-mem -fforce-addr

David


stage1/xgcc -Bstage1/ -B/usr/i586-pc-linux-gnu/bin/  -DIN_GCC    -W -Wall -Wtraditional -O2 -O3 -march=pentium -funroll-loops -fomit-frame-pointer -fstrict-aliasing -malign-double -fforce-mem -fforce-addr  -DHAVE_CONFIG_H  -o xgcc gcc.o gccspec.o intl.o \
  prefix.o version.o  obstack.o        ../libiberty/libiberty.a
echo "int xxy_us_dummy;" >tmp-dum.c
./xgcc -B/usr/i586-pc-linux-gnu/bin/ -B./ -I/usr/i586-pc-linux-gnu/include -S tmp-dum.c
make[2]: *** [s-under] Segmentation fault
make[2]: Leaving directory `/home/ronis/Project/notar/objdir/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/home/ronis/Project/notar/objdir/gcc'
make: *** [bootstrap] Error 2

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