diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-03-24 12:26:10 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-03-24 12:26:10 +0000 |
commit | 953e932d084d518c8ff7530c46f1266bef402226 (patch) | |
tree | 1b0c9f34ca5c58ccd219dd2fba8876fd436ebd64 /gcc/ada/sinfo.ads | |
parent | e17c50763d414a725e7251ef227bf54271c9bc18 (diff) | |
download | gcc-953e932d084d518c8ff7530c46f1266bef402226.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@221630 138bc75d-0d04-0410-961f-82ee72b054a4
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 5f057f236a8..c2a8bf6fbc3 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 |