[Bug tree-optimization/31081] [4.3 Regression] Inliner messes up SSA for abnormals

hubicka at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Dec 18 18:54:00 GMT 2007



------- Comment #13 from hubicka at gcc dot gnu dot org  2007-12-18 18:54 -------
Sorry, my last comment was about different inliner issue that seems to be gone
now.  I guess easiest way around would be to initialize to 0 at the beggining
of inlined function body?  This happens only for uninitialized SSA registers
(otherwise we can do renaming) that should not be at all that common and might
result in better code than attempting to preserve the uninitialized values
round functions.  I will give it a try.


-- 


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



More information about the Gcc-bugs mailing list