https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107840
--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Reduced testcase: ``` int main() { void foo(void) { __label__ trgt; void jmp(void) { goto trgt; } trgt: ; } foo(); } ```
pinskia at gcc dot gnu.org via Gcc-bugs Sun, 12 Feb 2023 13:09:34 -0800
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107840
--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Reduced testcase: ``` int main() { void foo(void) { __label__ trgt; void jmp(void) { goto trgt; } trgt: ; } foo(); } ```