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