diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-10-13 13:09:11 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-10-13 13:09:11 +0200 |
commit | 2fcc44fae49bcc91a6d47bf92a5388aab4a909d3 (patch) | |
tree | 8bd5d0aa7162506ca6480b411e9b09010ded7668 /gcc/ada/sem_util.ads | |
parent | 9b62eb3214596c49540636a2e48981bfc19a8df3 (diff) | |
download | gcc-2fcc44fae49bcc91a6d47bf92a5388aab4a909d3.zip gcc-2fcc44fae49bcc91a6d47bf92a5388aab4a909d3.tar.gz gcc-2fcc44fae49bcc91a6d47bf92a5388aab4a909d3.tar.bz2 |
[multiple changes]
2011-10-13 Robert Dewar <dewar@adacore.com>
* sem_ch9.adb, sem_util.adb, sem_util.ads, exp_ch6.adb, sem_ch4.adb,
sem_ch6.adb, exp_ch3.adb: Minor reformatting.
2011-10-13 Arnaud Charlet <charlet@adacore.com>
* Makefile.rtl (GNATRTL_NONTASKING_OBJS): Add a-ngcoar.o.
2011-10-13 Jerome Guitton <guitton@adacore.com>
* sysdep.c (__gnat_get_task_options): Re-enable VX_SPE_TASK on vThreads
2011-10-13 Eric Botcazou <ebotcazou@adacore.com>
* a-convec.ads (Cursor): Minor reformatting.
* a-convec.adb (Next): Fix minor inconsistencies.
(Previous): Likewise.
From-SVN: r179915
Diffstat (limited to 'gcc/ada/sem_util.ads')
-rw-r--r-- | gcc/ada/sem_util.ads | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gcc/ada/sem_util.ads b/gcc/ada/sem_util.ads index 32e6ae6..eb3528a 100644 --- a/gcc/ada/sem_util.ads +++ b/gcc/ada/sem_util.ads @@ -845,8 +845,8 @@ package Sem_Util is -- by the derived type declaration for type Typ. function Is_Iterator (Typ : Entity_Id) return Boolean; - -- AI05-0139-2 : check whether Typ is one of the predefined interfaces - -- in Ada.Iterator_Interfaces, or it is derived from one. + -- AI05-0139-2: Check whether Typ is one of the predefined interfaces in + -- Ada.Iterator_Interfaces, or it is derived from one. function Is_LHS (N : Node_Id) return Boolean; -- Returns True iff N is used as Name in an assignment statement @@ -856,8 +856,7 @@ package Sem_Util is -- i.e. a library unit or an entity declared in a library package. function Is_Limited_Class_Wide_Type (Typ : Entity_Id) return Boolean; - -- Given an arbitrary type, determine whether it is a limited class-wide - -- type. + -- Determine whether a given arbitrary type is a limited class-wide type function Is_Local_Variable_Reference (Expr : Node_Id) return Boolean; -- Determines whether Expr is a reference to a variable or IN OUT mode |