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]

Build failure in gcc-ss-20000724



An optimized bootstrap build on an i686-linux-gnu system with 

BOOT_CFLAGS=-O3 -march=i686 -funroll-loops -fomit-frame-pointer
-fforce-mem -fforce-addr -ffast-math -malign-double -malign-jumps=2
-malign-functions=2 -malign-loops=2

fails (the last few lines of the log are appended below).  Other than
a nonzero exit code, no error messages are produced.  For what it's
worth, the preceding snapshot compiled with these BOOT_CFLAGS.

David


if [ x"-fpic" != x ]; then \
  /home/ronis/Project/notar/objdir/gcc/g++ -B/home/ronis/Project/notar/objdir/gcc/ -B/usr/local/i686-pc-linux/bin/ -L/home/ronis/Project/notar/objdir/i686-pc-linux/libstdc++ -c -O3 -march=i686 -funroll-loops -fomit-frame-pointer -fforce-mem -fforce-addr -ffast-math -malign-double -malign-jumps=2 -malign-functions=2 -malign-loops=2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I../../../gcc/libstdc++ -I../../../gcc/libstdc++/stl -I../libio -I../../../gcc/libstdc++/../libio -nostdinc++ -D_IO_MTSAFE_IO -fpic -DLD \
    `for N in EXTRACT INSERT; do echo " -D${N}"; done` \
    ../../../gcc/libstdc++/cinst.cc -o pic/ldcomio.o; \
else true ; fi
/home/ronis/Project/notar/objdir/gcc/g++ -B/home/ronis/Project/notar/objdir/gcc/ -B/usr/local/i686-pc-linux/bin/ -L/home/ronis/Project/notar/objdir/i686-pc-linux/libstdc++ -c -O3 -march=i686 -funroll-loops -fomit-frame-pointer -fforce-mem -fforce-addr -ffast-math -malign-double -malign-jumps=2 -malign-functions=2 -malign-loops=2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I../../../gcc/libstdc++ -I../../../gcc/libstdc++/stl -I../libio -I../../../gcc/libstdc++/../libio -nostdinc++ -D_IO_MTSAFE_IO -DLD `for N in EXTRACT INSERT; do echo " -D${N}"; done` \
  ../../../gcc/libstdc++/cinst.cc -o ldcomio.o
touch bigstmp-complx
make[2]: Leaving directory `/home/ronis/Project/notar/objdir/i686-pc-linux/libstdc++'

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