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