This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Build Failure in 20000125
- To: gcc-bugs at gcc dot gnu dot org
- Subject: Build Failure in 20000125
- From: David Ronis <ronis at montroll dot chem dot mcgill dot ca>
- Date: Tue, 25 Jan 2000 13:08:05 -0500
- Reply-to: ronis at onsager dot chem dot mcgill dot ca
I just tried building today's snapshot on an i686 running Linux-2.2.14 with
BOOT_CFLAGS=-O3 -march=pentiumpro -funroll-loops -fomit-frame-pointer
-fstrict-aliasing -fforce-mem -fforce-addr -ffast-math -malign-double
The build failed makeing the stage 2 compiler in:
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
David