This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: 3.4 PATCH: Fix IRIX 6 bootstrap failure


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


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