https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80155
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Known to work| |11.0 Known to fail| |10.2.0, 7.5.0 Target Milestone|12.5 |10.3 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #55 from Richard Biener <rguenth at gcc dot gnu.org> --- Since GCC 12 we no longer perform any code hoisting on the testcases but the cortex-m7_reproducer.c case but there the problematic followup transform finding new harmful PRE opportunities no longer happens. This was likely fixed by r11-4913-gbd87cc14ebdb67 which moved hoist insertion to after the PRE insert iteration.