diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/restrict.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/restrict.adb b/gcc/ada/restrict.adb index e12dd63..ba2633b 100644 --- a/gcc/ada/restrict.adb +++ b/gcc/ada/restrict.adb @@ -570,7 +570,7 @@ package body Restrict is for J in SPARK_Hides.First .. SPARK_Hides.Last loop if SPARK_Hides.Table (J).Start <= Loc - and then Loc <= SPARK_Hides.Table (J).Stop + and then Loc < SPARK_Hides.Table (J).Stop then return True; end if; |