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

Reply via email to