Re: [alpha] Fix dwarf2 call-arg-location ICE

2012-12-13 Thread Jakub Jelinek
On Thu, Dec 13, 2012 at 11:37:24AM -0800, Richard Henderson wrote: > Here's me wishing that NOTE_INSN_CALL_ARG_LOCATION was a reg note > and not an insn note. Mainly because it's required to be adjacent > to the call insn, modulo barriers apparently. It can be changed (though I guess for 4.9?).

[alpha] Fix dwarf2 call-arg-location ICE

2012-12-13 Thread Richard Henderson
Here's me wishing that NOTE_INSN_CALL_ARG_LOCATION was a reg note and not an insn note. Mainly because it's required to be adjacent to the call insn, modulo barriers apparently. This just started failing recently, though I didn't check to see what sort of other change might have precipitated this