https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45835
Roger Sayle <roger at nextmovesoftware dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
CC| |roger at nextmovesoftware dot
com
Status|UNCONFIRMED |RESOLVED
Known to work| |12.0
--- Comment #2 from Roger Sayle <roger at nextmovesoftware dot com> ---
This functionality, using "push $imm; pop reg", is now implemented by the x86
backend, and enabled with -Oz. See for example PR target/103773 where minor
bugs with the initial implementation were fixed.