This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/47033] loop distribution has problems on sane testcases
- From: "hubicka at ucw dot cz" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 1 Jan 2011 13:29:56 +0000
- Subject: [Bug middle-end/47033] loop distribution has problems on sane testcases
- Auto-submitted: auto-generated
- References: <bug-47033-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47033
--- Comment #4 from Jan Hubicka <hubicka at ucw dot cz> 2011-01-01 13:29:47 UTC ---
I at least checked in the fix for uninitialized var. It would indeed be nice to
know why the generated code is worse than before.
Honza