This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug ada/69219] [5/6 regression] failed to compile nested subprograms with Inline_Always and Intrinsic


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69219

--- Comment #8 from yuta tomino <demoonlit at panathenaia dot halfmoon.jp> ---
I'm glad that you are understanding that.

> pragma Inline_Always is not defined by the Ada language so you cannot
> invoke legality rules when you use it.
> It will issue an error when it cannot inline something and, yes, this
> depends on the context.

Sorry, I mixed and expected pragma Inline_Always as similar to pragma Inline.
I will pay attention to use of Inline_Always.

Thanks.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]