[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.
This commit is contained in:
Piotr Trojanek 2020-02-25 13:58:04 +01:00 committed by Pierre-Marie de Rodat
parent 3795dac6fa
commit 6859ef4893
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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;

View File

@ -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 --

View File

@ -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;