This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Bootstrap failures, again
- To: <gcc at gcc dot gnu dot org>
- Subject: Bootstrap failures, again
- From: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Date: Sat, 4 Aug 2001 10:01:18 +0200 (CEST)
Something is seriously going wrong, if, after only a few days of
successful bootstraps, two major platforms start fail bootstrapping
again, with *different* failure modes.
i386-unknown-freebsd4.3:
./xgcc -B./ -B/sw/test/gcc/FreeBSD/i386-unknown-freebsd4.3/bin/ -isystem /sw/test/gcc/FreeBSD/i386-unknown-freebsd4.3/include -S tmp-dum.c
cc1: Internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
gmake[2]: *** [s-under] Error 1
gmake[2]: Leaving directory `/files/pfeifer/OBJ-0804-0751/gcc'
gmake[1]: *** [stage2_build] Error 2
gmake[1]: Leaving directory `/files/pfeifer/OBJ-0804-0751/gcc'
gmake: *** [bootstrap] Error 2
sparc-sun-solaris2.8:
/sw/test/gcc/cvs/gcc/hashtable.c: In function `approx_sqrt':
/sw/test/gcc/cvs/gcc/hashtable.c:313: floating constant out of range
gmake[2]: *** [hashtable.o] Error 1
gmake[2]: Leaving directory `/files/pfeifer/OBJ-0804-0756/gcc'
gmake[1]: *** [stage3_build] Error 2
gmake[1]: Leaving directory `/files/pfeifer/OBJ-0804-0756/gcc'
gmake: *** [bootstrap] Error 2
hashtable.c:312 }
hashtable.c:313 while (d > .0001);
hashtable.c:314 return s;
I was going to evaluate a promising patch Daniel had sent me privately,
and this is just wasting my time and blocking me from contributing useful
work.
Gerald
--
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/