https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78411
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> --- We used to expect and emitted 4 cmovs before r239414, which changed it to 6 and also changed the expectations, which is what is emitted even with current trunk. I can't reproduce the failure, even with -march=corei7 -mtune=corei7 that likely H.J. uses. Perhaps he has cmov in some pathname or somewhere else, maybe the test should scan for "cmov\[a-z]\[a-z]?\t" or something similar.