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 driver/56244] -O3 should imply -funroll-loops


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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> 2013-02-08 08:29:44 UTC ---
As noted elsewhere the RTL unroller is too agressive to be enabled by default.
Only the -funroll-loops/ -fpeel-loops effect of the tree level unroller should
be enabled by default.


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