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/sem_aggr.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/sem_aggr.adb')
-rw-r--r-- | gcc/ada/sem_aggr.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_aggr.adb b/gcc/ada/sem_aggr.adb index 5eaf462..5e8705f 100644 --- a/gcc/ada/sem_aggr.adb +++ b/gcc/ada/sem_aggr.adb @@ -115,7 +115,7 @@ package body Sem_Aggr is -- expressions allowed for a limited component association (namely, an -- aggregate, function call, or <> notation). Report error for violations. -- Expression is also OK in an instance or inlining context, because we - -- have already pre-analyzed and it is known to be type correct. + -- have already preanalyzed and it is known to be type correct. procedure Check_Qualified_Aggregate (Level : Nat; Expr : Node_Id); -- Given aggregate Expr, check that sub-aggregates of Expr that are nested |