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-20000814



An optimized bootstrap build of gcc-ss-20000814 fails at:

Making info file `cpp.info' from `../../gcc/gcc/cpp.texi'.
/home/ronis/Project/notar/objdir/gcc/../texinfo/makeinfo/makeinfo  -I../../gcc/gcc -o gcc.info ../../gcc/gcc/gcc.texi
../../gcc/gcc/tm.texi:6681: Misplaced {.
makeinfo: Removing output file `gcc.info' due to errors; use --force to preserve.
Making info file `gcc.info' from `../../gcc/gcc/gcc.texi'.
make[2]: *** [gcc.info] Error 2
/bin/sh ../../gcc/gcc/move-if-change tmp-attrtab.c insn-attrtab.c
touch s-attrtab
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

I'm running on an i686-linux-gnu box, and use 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

(I'm in the stage one build here, so this is irrelevant.  I'm using
gcc-2.95.2 for the stage1 build).


David

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