https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117756
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Reduced to: ``` void bar ( void ) { extern inline void check3 ( void ) {} check3(); } ```
pinskia at gcc dot gnu.org via Gcc-bugs Thu, 17 Jul 2025 11:09:30 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117756
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Reduced to: ``` void bar ( void ) { extern inline void check3 ( void ) {} check3(); } ```