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]

Re: 3.1 bootstrap failure on alphaev6-unknown-linux-gnu


Brad Lucier wrote:

> 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

I analyzed the crash in this message:

	http://gcc.gnu.org/ml/gcc-bugs/2001-06/msg01578.html

Unfortunately, I do not know the answer to the question I posed therein.

You can work around the ICE by commenting out the `else if' part in the
condition on lines reload1.c:9224ff.

Hope this helps,

-- 
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
Join GNU Fortran 95: http://g95.sourceforge.net/ (under construction)


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