https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94705
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Slightly reduced: void foo (); int bar (void) { foo (baz); void __attribute__ ((noinline)) baz (void); }
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94705
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Slightly reduced: void foo (); int bar (void) { foo (baz); void __attribute__ ((noinline)) baz (void); }