https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81126
Aldy Hernandez <aldyh at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING Last reconfirmed|2017-06-19 00:00:00 |2017-12-08 CC| |aldyh at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #3 from Aldy Hernandez <aldyh at gcc dot gnu.org> --- I can't reproduce this with neither current trunk nor the aforementioned r228318 that allegedly started this: tor:~/bld/tainted-trunk/gcc$ ./cc1 a.c -O1 -freorder-blocks-and-partition --param iv-max-considered-uses=0 -fprofile-use -quiet tor:~/bld/tainted-trunk/gcc$ ./cc1 a.c -O1 -freorder-blocks-and-partition --param iv-max-considered-uses=0 -quiet tor:~/bld/tainted-trunk/gcc$ (cd ~/src/gcc/gcc; git show) commit e57ef194b2cbbc8f178bdb6259e3bf3d2d4512e3 Author: segher <segher@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Thu Oct 1 06:38:24 2015 +0000 bb-reorder: Add -freorder-blocks-algorithm= and wire it up ... Same goes for current trunk. Can the original reporter still reproduce this?