https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118598
--- Comment #2 from Jeffrey A. Law <law at gcc dot gnu.org> --- It looks like it shrink-wraps to me. The frame setup happens after the a == 42 early exit. Where you expecting something else?
law at gcc dot gnu.org via Gcc-bugs Sun, 09 Feb 2025 10:28:24 -0800
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118598
--- Comment #2 from Jeffrey A. Law <law at gcc dot gnu.org> --- It looks like it shrink-wraps to me. The frame setup happens after the a == 42 early exit. Where you expecting something else?