This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/31081] [4.3 Regression] Inliner messes up SSA for abnormals
- From: "hubicka at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Dec 2007 18:54:26 -0000
- Subject: [Bug tree-optimization/31081] [4.3 Regression] Inliner messes up SSA for abnormals
- References: <bug-31081-6528@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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