aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2018-07-16 14:10:18 +0000
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>2018-07-16 14:10:18 +0000
commit3e752e1fc77a786fd144dac1dc4833af87c3efe7 (patch)
tree1706eda73df55ff89dd138fb79524808b06a0ae2
parent9f46106adeafd23cb34921e8aa97cb02bf30a760 (diff)
downloadgcc-3e752e1fc77a786fd144dac1dc4833af87c3efe7.zip
gcc-3e752e1fc77a786fd144dac1dc4833af87c3efe7.tar.gz
gcc-3e752e1fc77a786fd144dac1dc4833af87c3efe7.tar.bz2
[Ada] Einfo: minor tweak in comment
2018-07-16 Eric Botcazou <ebotcazou@adacore.com> gcc/ada/ * einfo.ads: Minor tweak in comment. From-SVN: r262705
-rw-r--r--gcc/ada/ChangeLog4
-rw-r--r--gcc/ada/einfo.ads4
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index f692dd8..9831456 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,7 @@
+2018-07-16 Eric Botcazou <ebotcazou@adacore.com>
+
+ * einfo.ads: Minor tweak in comment.
+
2018-07-16 Javier Miranda <miranda@adacore.com>
* sem_ch4.adb (Analyze_Membership_Op): Code cleanup.
diff --git a/gcc/ada/einfo.ads b/gcc/ada/einfo.ads
index 79fd1c2..2ed8e10 100644
--- a/gcc/ada/einfo.ads
+++ b/gcc/ada/einfo.ads
@@ -3139,8 +3139,8 @@ package Einfo is
-- flag may be set for any other functions or procedures that are known
-- to be side effect free, so in the case of subprograms, the Is_Pure
-- flag may be used by the optimizer to imply that it can assume freedom
--- from side effects (other than those resulting from assignment to out
--- parameters, or to objects designated by access parameters).
+-- from side effects (other than those resulting from assignment to Out
+-- or In Out parameters, or to objects designated by access parameters).
-- Is_Pure_Unit_Access_Type (Flag189)
-- Defined in access type and subtype entities. Set if the type or