This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/47392] [4.6 Regression] PRE opportunity no longer found
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 21 Jan 2011 13:05:12 +0000
- Subject: [Bug tree-optimization/47392] [4.6 Regression] PRE opportunity no longer found
- Auto-submitted: auto-generated
- References: <bug-47392-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47392
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-01-21 13:04:41 UTC ---
I agree that for testing this is an issue, but for real-world code probably
not.
If you remove static for test, does it work properly?