http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59639
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|tree-optimization |rtl-optimization --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- The option you want is -freorder-blocks-and-partition but it only does something when there are real profiling info (aka -fprofile-generate/-fprofile-use).