https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117290

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
This has the same issue:
```
void f(int t) {
 if (0 ?  __builtin_exit(0) : 0)
   ;
}
```

Reply via email to