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/expander.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/expander.adb')
-rw-r--r-- | gcc/ada/expander.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/expander.adb b/gcc/ada/expander.adb index 2e552cd..f6d91dc 100644 --- a/gcc/ada/expander.adb +++ b/gcc/ada/expander.adb @@ -125,12 +125,12 @@ package body Expander is -- The first is when are not generating code. In this mode the -- Full_Analysis flag indicates whether we are performing a complete - -- analysis, in which case Full_Analysis = True or a pre-analysis in + -- analysis, in which case Full_Analysis = True or a preanalysis in -- which case Full_Analysis = False. See the spec of Sem for more info -- on this. -- The second reason for the Expander_Active flag to be False is that - -- we are performing a pre-analysis. During pre-analysis all expansion + -- we are performing a preanalysis. During preanalysis all expansion -- activity is turned off to make sure nodes are semantically decorated -- but no extra nodes are generated. This is for instance needed for -- the first pass of aggregate semantic processing. Note that in this |