This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/52396] Gcc failed to hoist loop invariant GOT load out of loop
- From: "ramana at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 29 Feb 2012 11:43:31 +0000
- Subject: [Bug rtl-optimization/52396] Gcc failed to hoist loop invariant GOT load out of loop
- Auto-submitted: auto-generated
- References: <bug-52396-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52396
Ramana Radhakrishnan <ramana at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2012-02-29
CC| |ramana at gcc dot gnu.org
Ever Confirmed|0 |1
--- Comment #1 from Ramana Radhakrishnan <ramana at gcc dot gnu.org> 2012-02-29 11:43:31 UTC ---
We manage to hoist this at O2 but not at Os in 4.7 while 4.6 appears to work
fine.