https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64700
--- Comment #11 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to Andrew Pinski from comment #8) > +FAIL: gcc.target/i386/pr113609-1.c scan-assembler-times kortest 17 > +FAIL: gcc.target/i386/pr113609-2.c scan-assembler-times [ \\\\t]+je 4 > +FAIL: gcc.target/i386/pr113609-2.c scan-assembler-times [ \\\\t]+sete 4 > > This needs to be looked more into but I think it is just a testcase issue. PR 117232 for the missed optimization part (kortest). The je/sete scan will be a testcase issue which I will update in the new patch.