public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-5735] [Ada] Inline all calls in Ada.Task_Identification
@ 2021-12-02 16:29 Pierre-Marie de Rodat
  0 siblings, 0 replies; only message in thread
From: Pierre-Marie de Rodat @ 2021-12-02 16:29 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:aa937f2cdb8ff6b2dce0b6f3042efe700bd437ec

commit r12-5735-gaa937f2cdb8ff6b2dce0b6f3042efe700bd437ec
Author: Piotr Trojanek <trojanek@adacore.com>
Date:   Wed Nov 17 14:31:20 2021 +0100

    [Ada] Inline all calls in Ada.Task_Identification
    
    gcc/ada/
    
            * libgnarl/a-taside.ads (Activation_Is_Complete): Add pragma
            Inline.

Diff:
---
 gcc/ada/libgnarl/a-taside.ads | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/ada/libgnarl/a-taside.ads b/gcc/ada/libgnarl/a-taside.ads
index 682211cbf40..1e78626ffbb 100644
--- a/gcc/ada/libgnarl/a-taside.ads
+++ b/gcc/ada/libgnarl/a-taside.ads
@@ -94,6 +94,7 @@ is
      Volatile_Function,
      Pre    => T /= Null_Task_Id,
      Global => Tasking_State;
+   pragma Inline (Activation_Is_Complete);
 
 private
    pragma SPARK_Mode (Off);


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-12-02 16:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-02 16:29 [gcc r12-5735] [Ada] Inline all calls in Ada.Task_Identification Pierre-Marie de Rodat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).