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;
}
```

Reply via email to