https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105488
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Right, in C99, inline by itself just says inline or emit a call to the function and have the definition in a different Translation unit. Note C90 didn't have inline and GNU90 has different sematics for inline than C99.