diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-10-23 10:25:57 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-10-23 10:25:57 +0000 |
commit | 9d568ab5d2025b341f93f1fc30f19a8f19f3967c (patch) | |
tree | d8cd8516aa31ea64927709516ce6f8d6743656e8 /gcc/ada/sem_util.ads | |
parent | 6f5f406ae8357720cb5eb8edfcae580d4518b307 (diff) | |
download | gcc-9d568ab5d2025b341f93f1fc30f19a8f19f3967c.tar.gz |
2015-10-23 Arnaud Charlet <charlet@adacore.com>
* sem_util.ads (Unique_Defining_Entity): Document the result
for tasks and entries.
* sem_util.adb (Unique_Entity): Return declaration entity for task and
entry bodies
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@229222 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/sem_util.ads')
-rw-r--r-- | gcc/ada/sem_util.ads | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ada/sem_util.ads b/gcc/ada/sem_util.ads index c0bf234ce70..9d77c7f10a9 100644 --- a/gcc/ada/sem_util.ads +++ b/gcc/ada/sem_util.ads @@ -2105,6 +2105,8 @@ package Sem_Util is -- views of the same entity have the same unique defining entity: -- * package spec and body; -- * subprogram declaration, subprogram stub and subprogram body; + -- * entry declaration and entry body; + -- * task declaration, task body stub and task body; -- * private view and full view of a type; -- * private view and full view of a deferred constant. -- In other cases, return the defining entity for N. |