This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
3.1 bootstrap failure on alphaev6-unknown-linux-gnu
- To: gcc-bugs at gcc dot gnu dot org
- Subject: 3.1 bootstrap failure on alphaev6-unknown-linux-gnu
- From: Brad Lucier <lucier at math dot purdue dot edu>
- Date: Wed, 4 Jul 2001 09:23:11 -0500 (EST)
- Cc: lucier at math dot purdue dot edu (Brad Lucier)
With a completely default configure, 3.1 bootstrap on
alphaev6-unknown-linux-gnu fails with
stage1/xgcc -Bstage1/ -B/export/u10/gcc-3.1/alphaev6-unknown-linux-gnu/bin/ -c -DIN_GCC -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config -I../../gcc/../include ../../gcc/ssa-dce.c -o ssa-dce.o
../../gcc/ssa-dce.c: In function `ssa_eliminate_dead_code':
../../gcc/ssa-dce.c:682: Internal compiler error in gen_add2_insn, at optabs.c:3762
Brad Lucier