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 rtl-optimization/20972] Register allocator/reload uses auto-inc register in non-addressing operand



------- Comment #10 from zadeck at naturalbridge dot com  2006-06-17 04:14 -------
(In reply to comment #9)
> The bug is in flow.c and fixed by the new df.c rewrite of dataflow.  Ken and I
> tripped over the same problem.
> 

While I thought this earlier, I do not believe it now.  There is a problem in
flow  that it fails to generate reg-dead notes for dead index regs in auto-inc
insns, but this is a separate problem.  


-- 


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


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