------- Comment #8 from dave at hiauly1 dot hia dot nrc dot ca  2007-10-19 
22:16 -------
Subject: Re:  [4.2 Regression] ICE in delete_output_reload, at reload1.c:7926

> #1  0x0000000000601eac in delete_output_reload (insn=0x2b78f71e4140, j=1,
> last_reload_reg=21)
>     at gcc-4.2/gcc/reload1.c:7932

Would you do the following for the failing assert?
p debug_rtx (insn)
p debug_rtx (i1)
p debug_rtx (substed)

If i1 or substed have been optimized away, you can get at them
in rtx_equal_p as using $r26 and $r25.

It's doubtful there will be a quick fix for this as the problem likely
isn't in the backend.

Dave


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32889

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to