This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: 3.4 PATCH: Fix IRIX 6 bootstrap failure
- From: Zdenek Dvorak <rakdver at atrey dot karlin dot mff dot cuni dot cz>
- To: Rainer Orth <ro at TechFak dot Uni-Bielefeld dot DE>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 27 Jun 2003 20:24:51 +0200
- Subject: Re: 3.4 PATCH: Fix IRIX 6 bootstrap failure
- References: <16123.9408.675298.652961@xayide.TechFak.Uni-Bielefeld.DE>
Hello,
> Even so, the bootstrap still fails later:
>
> /.vol/gcc/src/gcc-dist/gcc/cp/decl2.c: In function `mark_used':
> /.vol/gcc/src/gcc-dist/gcc/cp/decl2.c:4642: error: unrecognizable insn:
> (insn:HI 458 457 459 40 /.vol/gcc/src/gcc-dist/gcc/cp/decl2.c:4626 (set (reg:DI 419)
> (plus:DI (reg:DI 421)
> (const_int -32768 [0xffffffffffff8000]))) -1 (insn_list 457 (nil))
> (expr_list:REG_DEAD (reg:DI 421)
> (expr_list:REG_EQUAL (const_int -71916856549605376 [0xff007fffffff8000])
> (nil))))
> /.vol/gcc/src/gcc-dist/gcc/cp/decl2.c:4642: internal compiler error: in ?, at recog.c:2139
>
> I have no idea if my fix is wrong or this is related at all.
your fix is of course right. The second failure is almost surely unrelated to
my patch.
Zdenek