[Bug debug/96383] [8/9/10/11 Regression] Full ABI information missing missing from GCC compiled C

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Jul 30 09:01:49 GMT 2020


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);
}


More information about the Gcc-bugs mailing list