aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sem_ch3.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/sem_ch3.adb')
-rw-r--r--gcc/ada/sem_ch3.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/sem_ch3.adb b/gcc/ada/sem_ch3.adb
index 7cbb9b92fee..f07f083463a 100644
--- a/gcc/ada/sem_ch3.adb
+++ b/gcc/ada/sem_ch3.adb
@@ -2077,7 +2077,7 @@ package body Sem_Ch3 is
-- Start of processing for Analyze_Declarations
begin
- if Restriction_Check_Required (SPARK) then
+ if Restriction_Check_Required (SPARK_05) then
Check_Later_Vs_Basic_Declarations (L, During_Parsing => False);
end if;
@@ -3242,7 +3242,7 @@ package body Sem_Ch3 is
-- Only call test if needed
- and then Restriction_Check_Required (SPARK)
+ and then Restriction_Check_Required (SPARK_05)
and then not Is_SPARK_Initialization_Expr (E)
then
Check_SPARK_Restriction