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/inline.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/ada/inline.adb') diff --git a/gcc/ada/inline.adb b/gcc/ada/inline.adb index 72cb5c0..336b336 100644 --- a/gcc/ada/inline.adb +++ b/gcc/ada/inline.adb @@ -1156,7 +1156,7 @@ package body Inline is Append (Body_To_Analyze, Declarations (N)); end if; - -- The body to inline is pre-analyzed. In GNATprove mode we must disable + -- The body to inline is preanalyzed. In GNATprove mode we must disable -- full analysis as well so that light expansion does not take place -- either, and name resolution is unaffected. -- cgit v1.1