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) ; } ```
pinskia at gcc dot gnu.org via Gcc-bugs Thu, 24 Oct 2024 16:42:11 -0700
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) ; } ```