From 953e932d084d518c8ff7530c46f1266bef402226 Mon Sep 17 00:00:00 2001 From: charlet Date: Tue, 24 Mar 2015 12:26:10 +0000 Subject: 2015-03-24 Gary Dismukes * sem_ch3.adb: Minor typo fix (missing paren). 2015-03-24 Robert Dewar * sinfo.ads: Update comment. 2015-03-24 Robert Dewar * 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 --- gcc/ada/sinfo.ads | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gcc/ada/sinfo.ads') 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 -- cgit v1.2.1