This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
mainline bootstrap failure on alphaev6-unknown-linux-gnu
- From: Brad Lucier <lucier at math dot purdue dot edu>
- To: gcc at gcc dot gnu dot org
- Cc: lucier at math dot purdue dot edu
- Date: Tue, 25 Feb 2003 12:54:51 -0500 (EST)
- Subject: mainline bootstrap failure on alphaev6-unknown-linux-gnu
With a generic configure and make bootstrap, boostrap fails with
stage1/xgcc -Bstage1/ -B/usr/local/gcc-3.4/alphaev6-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -fno-common -Werror -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config -I../../gcc/../include ../../gcc/gensupport.c -o gensupport.o
../../gcc/gensupport.c: In function `is_predicable':
../../gcc/gensupport.c:424: internal compiler 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.
This is with the following as the stage1 compiler:
popov-21% gcc -v
Reading specs from /usr/local/gcc-3.4/lib/gcc-lib/alphaev6-unknown-linux-gnu/3.4/specs
Configured with: ../configure --prefix=/usr/local/gcc-3.4 --disable-checking
Thread model: posix
gcc version 3.4 20030216 (experimental)
Brad