aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/scans.ads
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@adacore.com>2020-02-10 15:18:47 -0500
committerPierre-Marie de Rodat <derodat@adacore.com>2020-06-08 03:51:04 -0400
commit7907619e7737b6cb38ee334996a7d7a33bb7a1d6 (patch)
tree8ee3827a254799a2e8f3be6fdbe405ee077451a5 /gcc/ada/scans.ads
parentb4aa6e2978408f0f45fe1074481cfd4044947ab9 (diff)
downloadgcc-7907619e7737b6cb38ee334996a7d7a33bb7a1d6.zip
gcc-7907619e7737b6cb38ee334996a7d7a33bb7a1d6.tar.gz
gcc-7907619e7737b6cb38ee334996a7d7a33bb7a1d6.tar.bz2
[Ada] Remove processing of SPARK_05 restriction
2020-06-08 Arnaud Charlet <charlet@adacore.com> gcc/ada/ * exp_aggr.adb, exp_ch6.adb, par-ch11.adb, par-ch6.adb, par-ch7.adb, par-prag.adb, restrict.adb, restrict.ads, scans.ads, scng.adb, sem_aggr.adb, sem_attr.adb, sem_ch11.adb, sem_ch12.adb, sem_ch3.adb, sem_ch3.ads, sem_ch4.adb, sem_ch5.adb, sem_ch6.adb, sem_ch7.adb, sem_ch8.adb, sem_ch9.adb, sem_res.adb, sem_util.adb, sem_util.ads, snames.ads-tmpl, gnatbind.adb, libgnat/s-rident.ads, doc/gnat_rm/standard_and_implementation_defined_restrictions.rst: Remove processing of SPARK_05 restriction. * gnat_rm.texi: Regenerate. * opt.ads: Remove processing of old checksum which is now handled by gprbuild directly.
Diffstat (limited to 'gcc/ada/scans.ads')
-rw-r--r--gcc/ada/scans.ads3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/ada/scans.ads b/gcc/ada/scans.ads
index 7a34108..746d337 100644
--- a/gcc/ada/scans.ads
+++ b/gcc/ada/scans.ads
@@ -226,9 +226,6 @@ package Scans is
-- the characters '#', '$', '?', '@', '`', '\', '^', '~', or '_'. The
-- character value itself is stored in Scans.Special_Character.
- Tok_SPARK_Hide,
- -- HIDE directive in SPARK
-
No_Token);
-- No_Token is used for initializing Token values to indicate that
-- no value has been set yet.