https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69219
Eric Botcazou <ebotcazou at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |ebotcazou at gcc dot gnu.org Resolution|--- |INVALID --- Comment #1 from Eric Botcazou <ebotcazou at gcc dot gnu.org> --- > It will become to be compiled if I replace pragma Inline_Always to normal > Inline or remove pragma Convention. Yes, remove the convention Intrinsic, it doesn't make any sense here or add pragma Inline_Always on the nested subprogram as indicated.