Problem with reg_equiv_alt_mem

2007-03-12 Thread Unruh, Erwin
In a private port I had the problem that reg_equiv_alt_mem_list did contain the same RTL as reg_equiv_memory_loc. This caused an assert in delete_output_reload, where these are compared with equal_rtx_p. The list is build with push_reg_equiv_alt_mem, but only when tem != orig. The value tem is

Re: Problem with reg_equiv_alt_mem

2007-03-12 Thread Steven Bosscher
On 3/12/07, Unruh, Erwin [EMAIL PROTECTED] wrote: In a private port I had the problem that reg_equiv_alt_mem_list did contain the same RTL as reg_equiv_memory_loc. This caused an assert in delete_output_reload, where these are compared with equal_rtx_p. The list is build with

RE: Problem with reg_equiv_alt_mem

2007-03-12 Thread Unruh, Erwin
On 3/12/07, Unruh, Erwin [EMAIL PROTECTED] wrote: In a private port I had the problem that reg_equiv_alt_mem_list did contain the same RTL as reg_equiv_memory_loc. This caused an assert in delete_output_reload, where these are compared with equal_rtx_p. The list is build with