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 build failure in ss20000201



The current snapshot fails to build on my i686-linux-glibc box with
BOOT_CFLAGS set to:

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

It dies with:  

stage1/xgcc -Bstage1/ -B/usr/local/i686-pc-linux-gnu/bin/  -DIN_GCC    -W -Wall -Wtraditional -O2 -O3 -march=pentiumpro -funroll-loops -fomit-frame-pointer -fstrict-aliasing -fforce-mem -fforce-addr -ffast-math -malign-double  -DHAVE_CONFIG_H  -o genflags \
 genflags.o rtl.o bitmap.o ggc-none.o print-rtl.o errors.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `  ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` 
./genflags ../../egcs/gcc/config/i386/i386.md > tmp-flags.h
make[2]: *** [s-flags] Error 139
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]