[Bug tree-optimization/19038] [4.0 Regression] out-of ssa causing loops to have more than one BB

law at redhat dot com gcc-bugzilla@gcc.gnu.org
Mon Dec 27 21:08:00 GMT 2004


------- Additional Comments From law at redhat dot com  2004-12-27 21:08 -------
Trying to solve this problem by avoiding copy-propagation in special cases
is definitely not the right approach.

Any time we do a copy propagation or redundancy elimination we run the risk
of possibly creating overlapping lifetimes for objects which did not previously
overlap.

Our focus needs to be on figuring out why we did not coalesce everything to
a single variable.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |law at redhat dot com


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



More information about the Gcc-bugs mailing list