https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96383
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> --- I think at least compared to 4.8 this regressed with the PR65549 change r224029. At least for simple: extern int foo (int, int); void bar (void) { foo (1, 2); }