diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2015-03-24 13:26:10 +0100 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2015-03-24 13:26:10 +0100 |
commit | eaed2a2c96e0a214819f7ecc1430a6b4f97465e7 (patch) | |
tree | 1b0c9f34ca5c58ccd219dd2fba8876fd436ebd64 /gcc/ada/sinfo.ads | |
parent | 5f6061af2d05babf0c0053d51592a0612d23a196 (diff) | |
download | gcc-eaed2a2c96e0a214819f7ecc1430a6b4f97465e7.zip gcc-eaed2a2c96e0a214819f7ecc1430a6b4f97465e7.tar.gz gcc-eaed2a2c96e0a214819f7ecc1430a6b4f97465e7.tar.bz2 |
[multiple changes]
2015-03-24 Gary Dismukes <dismukes@adacore.com>
* sem_ch3.adb: Minor typo fix (missing paren).
2015-03-24 Robert Dewar <dewar@adacore.com>
* sinfo.ads: Update comment.
2015-03-24 Robert Dewar <dewar@adacore.com>
* exp_attr.adb: Add entry for typ'Deref.
* sem_attr.adb (Deref): New GNAT attribute.
* sem_attr.ads: Add entry for new GNAT attribute Deref.
* snames.ads-tmpl: Add entries for new attribute Deref.
From-SVN: r221630
Diffstat (limited to 'gcc/ada/sinfo.ads')
-rw-r--r-- | gcc/ada/sinfo.ads | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ada/sinfo.ads b/gcc/ada/sinfo.ads index 5f057f2..c2a8bf6 100644 --- a/gcc/ada/sinfo.ads +++ b/gcc/ada/sinfo.ads @@ -827,7 +827,9 @@ package Sinfo is -- setting tag values, etc. N_Object_Declaration nodes also have this -- flag defined. Here it is used to indicate that an initialization -- expression is valid, even where it would normally not be allowed - -- (e.g. where the type involved is limited). + -- (e.g. where the type involved is limited). It is also used to stop + -- a Force_Evaluation call for an unchecked conversion, but this usage + -- is unclear and not documented ??? -- Associated_Node (Node4-Sem) -- Present in nodes that can denote an entity: identifiers, character |