https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121704
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[14/15/16 regression] wrong |[13/14/15/16 regression] |code at -O3 with "-fno-gcse |wrong code at -O3 with |-fno-ipa-cp" on |"-fno-gcse -fno-ipa-cp" on |x86_64-linux-gnu since |x86_64-linux-gnu |r14-1909-g5a1ef1cfac0053 | Target Milestone|14.4 |13.5 --- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to Andrew Pinski from comment #3) > Created attachment 62223 [details] > Slightly modified version this slightly modified version adds always_inline to force some functions to inline (and bypass the bisect commit) and the failure happens now in GCC 13 too but works in GCC 12. So a new bisect is needed.