public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/autopar_devel] [Ada] Annotate Ada.Synchronous_Barriers with SPARK_Mode => Off
@ 2020-08-22 22:14 Giuliano Belinassi
  0 siblings, 0 replies; only message in thread
From: Giuliano Belinassi @ 2020-08-22 22:14 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:659befcc2fe0d390e2a36de0bffdad0ff37b177d

commit 659befcc2fe0d390e2a36de0bffdad0ff37b177d
Author: Piotr Trojanek <trojanek@adacore.com>
Date:   Tue Feb 25 13:58:04 2020 +0100

    [Ada] Annotate Ada.Synchronous_Barriers with SPARK_Mode => Off
    
    2020-06-09  Piotr Trojanek  <trojanek@adacore.com>
    
    gcc/ada/
    
            * libgnarl/a-synbar.ads, libgnarl/a-synbar.adb,
            libgnarl/a-synbar__posix.ads, libgnarl/a-synbar__posix.adb
            (Ada.Synchronous_Barriers): Annotate with SPARK_Mode => Off.

Diff:
---
 gcc/ada/libgnarl/a-synbar.adb        | 2 +-
 gcc/ada/libgnarl/a-synbar.ads        | 2 +-
 gcc/ada/libgnarl/a-synbar__posix.adb | 2 +-
 gcc/ada/libgnarl/a-synbar__posix.ads | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gcc/ada/libgnarl/a-synbar.adb b/gcc/ada/libgnarl/a-synbar.adb
index 6f5664d3c30..df4f9f4f262 100644
--- a/gcc/ada/libgnarl/a-synbar.adb
+++ b/gcc/ada/libgnarl/a-synbar.adb
@@ -33,7 +33,7 @@
 --                                                                          --
 ------------------------------------------------------------------------------
 
-package body Ada.Synchronous_Barriers is
+package body Ada.Synchronous_Barriers with SPARK_Mode => Off is
 
    protected body Synchronous_Barrier is
 
diff --git a/gcc/ada/libgnarl/a-synbar.ads b/gcc/ada/libgnarl/a-synbar.ads
index 3458e58e63a..c4236957481 100644
--- a/gcc/ada/libgnarl/a-synbar.ads
+++ b/gcc/ada/libgnarl/a-synbar.ads
@@ -33,7 +33,7 @@
 --                                                                          --
 ------------------------------------------------------------------------------
 
-package Ada.Synchronous_Barriers is
+package Ada.Synchronous_Barriers with SPARK_Mode => Off is
    pragma Preelaborate (Synchronous_Barriers);
 
    subtype Barrier_Limit is Positive range 1 .. Positive'Last;
diff --git a/gcc/ada/libgnarl/a-synbar__posix.adb b/gcc/ada/libgnarl/a-synbar__posix.adb
index 295047cad8f..96f4a7b680b 100644
--- a/gcc/ada/libgnarl/a-synbar__posix.adb
+++ b/gcc/ada/libgnarl/a-synbar__posix.adb
@@ -37,7 +37,7 @@
 
 with Interfaces.C; use Interfaces.C;
 
-package body Ada.Synchronous_Barriers is
+package body Ada.Synchronous_Barriers with SPARK_Mode => Off is
 
    --------------------
    -- POSIX barriers --
diff --git a/gcc/ada/libgnarl/a-synbar__posix.ads b/gcc/ada/libgnarl/a-synbar__posix.ads
index 553725c2f2a..afbeb6bcf5d 100644
--- a/gcc/ada/libgnarl/a-synbar__posix.ads
+++ b/gcc/ada/libgnarl/a-synbar__posix.ads
@@ -39,7 +39,7 @@ with System;
 private with Ada.Finalization;
 private with Interfaces.C;
 
-package Ada.Synchronous_Barriers is
+package Ada.Synchronous_Barriers with SPARK_Mode => Off is
    pragma Preelaborate (Synchronous_Barriers);
 
    subtype Barrier_Limit is Positive range 1 .. Positive'Last;


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

only message in thread, other threads:[~2020-08-22 22:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-22 22:14 [gcc/devel/autopar_devel] [Ada] Annotate Ada.Synchronous_Barriers with SPARK_Mode => Off Giuliano Belinassi

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).