RE: ICE in bitmap routines with LRA and inline assembly language

2014-09-08 Thread Robert Suchanek
ard_regs; reg != NULL; reg = reg->next) if (reg->type == OP_OUT && reg->early_clobber && ! reg->subreg_p) > -Original Message- > From: Steve Ellcey > Sent: 05 September 2014 22:49 > To: Vladimir Makarov > Cc: Robert Suchanek > Subject: Re

ICE in bitmap routines with LRA and inline assembly language

2014-09-04 Thread Steve Ellcey
I was wondering if anyone has seen this bug involving LRA and inline assembly code. On MIPS, I am getting the attached ICE. Somehow the 'first' pointer in the live_reload_and_inheritance_pseudos bitmap structure is either getting clobbered or is not being correctly initialized to begin with. I