This is the mail archive of the gcc-bugs@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]

[Bug target/32889] [4.2 Regression] ICE in delete_output_reload, at reload1.c:7926



------- 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


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