This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Very early 3.1 bootstrap failure on sparc-sun-solaris28
- To: gcc at gcc dot gnu dot org, gcc-testresults at gcc dot gnu dot org
- Subject: Very early 3.1 bootstrap failure on sparc-sun-solaris28
- From: Brad Lucier <lucier at math dot purdue dot edu>
- Date: Mon, 27 Aug 2001 14:15:50 -0500 (EST)
- Cc: lucier at math dot purdue dot edu (Brad Lucier), vmakarov at touchme dot toronto dot redhat dot com
The bootstrap failures on sparc-sun-solaris28 are getting earlier and earlier.
The build command is:
( ../configure --prefix=/pkgs/gcc-2.96 --enable-languages=c ) ; ( make -j 12 bootstrap BOOT_CFLAGS='-O2 -g -pg' > & build.log ) &
It fails before finishing building stage1 with
./genattrtab ../../gcc/config/sparc/sparc.md > tmp-attrtab.c
All other genattrtab stuff...done
Forming and outputing automata tables...Segmentation Fault
make[2]: *** [s-attrtab] Error 139
make[2]: Leaving directory `/export/home/lucier/gcc/gcc-3.1/objdir/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/export/home/lucier/gcc/gcc-3.1/objdir/gcc'
make: *** [bootstrap] Error 2
I'm building the stage1 compiler with
banach-219% gcc -v
Reading specs from /pkgs/gcc-3.0/lib/gcc-lib/sparc-sun-solaris2.8/3.0/specs
Configured with: ../configure --prefix=/pkgs/gcc-3.0
Thread model: posix
gcc version 3.0
The failure seems to be in genautomata.c, added today in
http://gcc.gnu.org/ml/gcc-cvs/2001-08/msg00671.html
Brad