https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118973
--- Comment #1 from Sam James <sjames at gcc dot gnu.org> --- ``` int _setjmp(); void a() { int b; if (_setjmp()) new int; &b; } ```
sjames at gcc dot gnu.org via Gcc-bugs Fri, 21 Feb 2025 08:29:24 -0800
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118973
--- Comment #1 from Sam James <sjames at gcc dot gnu.org> --- ``` int _setjmp(); void a() { int b; if (_setjmp()) new int; &b; } ```