diff options
author | Bob Duff <duff@adacore.com> | 2018-05-30 08:57:44 +0000 |
---|---|---|
committer | Pierre-Marie de Rodat <pmderodat@gcc.gnu.org> | 2018-05-30 08:57:44 +0000 |
commit | 812e6118dcab9e0b0e717c44a987ce65ec7c13ec (patch) | |
tree | 586116fe9dbaf0dd4e45e3723e1944ee5660de88 /gcc/ada/lib-xref.adb | |
parent | 83d849a82572a11104ea861b16ca5a8a6451ae3b (diff) | |
download | gcc-812e6118dcab9e0b0e717c44a987ce65ec7c13ec.zip gcc-812e6118dcab9e0b0e717c44a987ce65ec7c13ec.tar.gz gcc-812e6118dcab9e0b0e717c44a987ce65ec7c13ec.tar.bz2 |
[Ada] Spell preanalysis, preanalyze correctly
2018-05-30 Bob Duff <duff@adacore.com>
gcc/ada/
* aspects.ads, contracts.adb, exp_util.adb, expander.adb, expander.ads,
freeze.adb, inline.adb, lib-xref.adb, sem.ads, sem_aggr.adb,
sem_attr.adb, sem_ch13.adb, sem_ch3.adb, sem_ch5.adb, sem_ch6.adb,
sem_ch8.adb, sem_dim.adb, sem_elab.adb, sem_res.adb, sem_res.ads,
sinfo.ads: Spell preanalysis, preanalyze correctly.
From-SVN: r260937
Diffstat (limited to 'gcc/ada/lib-xref.adb')
-rw-r--r-- | gcc/ada/lib-xref.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/lib-xref.adb b/gcc/ada/lib-xref.adb index 8eb6504..eaa7aa6 100644 --- a/gcc/ada/lib-xref.adb +++ b/gcc/ada/lib-xref.adb @@ -666,7 +666,7 @@ package body Lib.Xref is -- Do not generate references if we are within a postcondition sub- -- program, because the reference does not comes from source, and the - -- pre-analysis of the aspect has already created an entry for the ALI + -- preanalysis of the aspect has already created an entry for the ALI -- file at the proper source location. if Chars (Current_Scope) = Name_uPostconditions then |