aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/checks.adb
diff options
context:
space:
mode:
authorRobert Dewar <dewar@adacore.com>2014-07-17 06:37:45 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2014-07-17 08:37:45 +0200
commite80f0cb0b4c0313379c872ef4a8777313c809799 (patch)
tree108280e98ba067a9d39a1fc8f26ead3efb7a2711 /gcc/ada/checks.adb
parent2bd67690e9dcdfcddb32cffb13043a1ca95ff756 (diff)
downloadgcc-e80f0cb0b4c0313379c872ef4a8777313c809799.zip
gcc-e80f0cb0b4c0313379c872ef4a8777313c809799.tar.gz
gcc-e80f0cb0b4c0313379c872ef4a8777313c809799.tar.bz2
sem_ch3.adb, [...]: Remove the word kludge from ada sources.
2014-07-17 Robert Dewar <dewar@adacore.com> * sem_ch3.adb, a-ztexio.ads, exp_imgv.adb, casing.adb, casing.ads, einfo.ads, checks.adb, sem_ch12.adb, a-textio.ads, freeze.adb, repinfo.adb, exp_ch6.adb, sem_ch4.adb, a-witeio.ads, sem_ch8.adb, sem_warn.adb, exp_aggr.adb, exp_dist.adb, par-tchk.adb, s-fatgen.adb, treepr.adb, lib-xref.adb: Remove the word kludge from ada sources. From-SVN: r212726
Diffstat (limited to 'gcc/ada/checks.adb')
-rw-r--r--gcc/ada/checks.adb8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/checks.adb b/gcc/ada/checks.adb
index 81bbc67..587092b 100644
--- a/gcc/ada/checks.adb
+++ b/gcc/ada/checks.adb
@@ -6515,10 +6515,10 @@ package body Checks is
PV := Duplicate_Subexpr_No_Checks (Exp, Name_Req => False);
- -- A rather specialized kludge. If PV is an analyzed expression
- -- which is an indexed component of a packed array that has not
- -- been properly expanded, turn off its Analyzed flag to make sure
- -- it gets properly reexpanded.
+ -- A rather specialized test. If PV is an analyzed expression which
+ -- is an indexed component of a packed array that has not been
+ -- properly expanded, turn off its Analyzed flag to make sure it
+ -- gets properly reexpanded.
-- The reason this arises is that Duplicate_Subexpr_No_Checks did
-- an analyze with the old parent pointer. This may point e.g. to