https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117706
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=115612 --- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Note it was r15-1735-ge62ea4fb8ffcab which fixed it for x86_64 (in a similar fashion as aarch64 with r15-1579-g792f97b44ffc5e which added late combine). I am not sure why arm still fails though; powerpc still has late combine disabled (PR 115612) which is the most likely reason why it still fails there.