This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/19905] Extra V_MAY_DEF on a static variable whose address is not taken (we should be able to move the load out of the loop)
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Jul 2005 20:52:37 -0000
- Subject: [Bug tree-optimization/19905] Extra V_MAY_DEF on a static variable whose address is not taken (we should be able to move the load out of the loop)
- References: <20050211144714.19905.pinskia@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-17 20:52 -------
(In reply to comment #3)
> This is not fixed Kenny's promote statics, in fact we now produce worse code at -O3. Note on ppc-
> darwin the code is fine since -fno-math-errno is done by default.
I filed that as PR 22532.
--
What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn| |22532
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19905