summaryrefslogtreecommitdiff
path: root/gcc/ada/sem_ch12.adb
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2012-06-12 12:32:29 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2012-06-12 12:32:29 +0000
commita5e7b481248d9afbadc139a45bddd2c04f861163 (patch)
treef2520b9aa140a75b13d4c6cec31d386485f865b9 /gcc/ada/sem_ch12.adb
parent3e031dbf4ca91e651d1bb56467e987b0f10f152a (diff)
downloadgcc-a5e7b481248d9afbadc139a45bddd2c04f861163.tar.gz
2012-06-12 Arnaud Charlet <charlet@adacore.com>
* xref_lib.adb (Get_Full_Type): Add support for 'G'. 2012-06-12 Tristan Gingold <gingold@adacore.com> * a-exexpr-gcc.adb (Unwind_Exception): Add 4 more private fields. 2012-06-12 Fedor Rybin <frybin@adacore.com> * gnat_ugn.texi: Update doc on gnattest. 2012-06-12 Robert Dewar <dewar@adacore.com> * sem_ch12.adb: Add comments. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@188453 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/sem_ch12.adb')
-rw-r--r--gcc/ada/sem_ch12.adb3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/sem_ch12.adb b/gcc/ada/sem_ch12.adb
index 48a4974bdb1..6e3cccbecb7 100644
--- a/gcc/ada/sem_ch12.adb
+++ b/gcc/ada/sem_ch12.adb
@@ -9449,7 +9449,8 @@ package body Sem_Ch12 is
Has_Untagged_Inc := True;
end if;
- -- Add comments for following code???
+ -- This is a temporary implementation. Most of this code has
+ -- to be moved to sem_ch8, and will be commented then ???
if Is_Entity_Name (Actual)
and then not Is_Overloaded (Actual)