From 812e6118dcab9e0b0e717c44a987ce65ec7c13ec Mon Sep 17 00:00:00 2001 From: Bob Duff Date: Wed, 30 May 2018 08:57:44 +0000 Subject: [Ada] Spell preanalysis, preanalyze correctly 2018-05-30 Bob Duff 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 --- gcc/ada/expander.adb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/ada/expander.adb') 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 -- cgit v1.1