This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/47470] Less-optimized Code Size when using Optimizations


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47470

--- Comment #6 from Tomer Levi <Tomer.Levi at nuvoton dot com> 2011-01-26 13:00:17 UTC ---
Hi Richard,

Thanks for your prompt reply.
Actually, -fno-loop-optimize was the first thing i've tried when facing this
issue. However, the generated code is even worse than using -Os alone.
The loop pre-header still appears, meaning dual comparison.
-fno-loop-optimize2 is not supported under GCC 3.3.2.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]