https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30905
Drea Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Known to fail| |
Target Milestone|4.3.5 |14.0
Resolution|WONTFIX |FIXED
--- Comment #20 from Drea Pinski <pinskia at gcc dot gnu.org> ---
This is actually fixed on the gimple level in GCC 14 by hoisting improvements
to PRE. I think r14-1127-g9e2017ae6ac788 . And then store sinking fixes the
rest of the way (r11-408-g84935c9822183c).
So closing as fixed rather than won't fix.