This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/53273] test-cases suffer from cross-function optimizations with no way to mark limits
- From: "hubicka at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 08 May 2012 23:48:06 +0000
- Subject: [Bug tree-optimization/53273] test-cases suffer from cross-function optimizations with no way to mark limits
- Auto-submitted: auto-generated
- References: <bug-53273-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53273
Jan Hubicka <hubicka at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hubicka at gcc dot gnu.org
--- Comment #3 from Jan Hubicka <hubicka at gcc dot gnu.org> 2012-05-08 23:48:06 UTC ---
You seem to be hitting the logic detecting functions executed just once and
making them optimized for size rather than speed. Usual way to avoid it in the
testsuite is to put a loop into main().