[Bug ada/69219] [5/6 regression] failed to compile nested subprograms with Inline_Always and Intrinsic
ebotcazou at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jan 11 21:29:00 GMT 2016
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.
More information about the Gcc-bugs
mailing list