diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-04-23 14:52:28 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-04-23 14:52:28 +0000 |
commit | 8b013a86c67f80bd45704db360025fe0279ed900 (patch) | |
tree | c20bc4877e4a7f9f0f03664554f90471f9f253b1 /gcc/ada/sem_prag.ads | |
parent | 5f0af0d824f42d28576b18e42e9ecb10953c57e9 (diff) | |
download | gcc-8b013a86c67f80bd45704db360025fe0279ed900.tar.gz |
2013-04-23 Ed Schonberg <schonberg@adacore.com>
* exp_ch6.adb (Expand_N_Subprogram_Body): When compiling with
initialize_scalars, disable predicate checks on the generated
assignment to an out scalar parameter.
2013-04-23 Gary Dismukes <dismukes@adacore.com>
* sem_ch4.adb (Analyze_Allocator): Remove error
check for "constrained in partial view" constraints entirely.
2013-04-23 Robert Dewar <dewar@adacore.com>
* einfo.ads, sem_prag.ads: Minor reformatting.
* errout.ads: Comment update.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@198194 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/sem_prag.ads')
-rw-r--r-- | gcc/ada/sem_prag.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/sem_prag.ads b/gcc/ada/sem_prag.ads index 54ddc43f827..7c370b88941 100644 --- a/gcc/ada/sem_prag.ads +++ b/gcc/ada/sem_prag.ads @@ -107,9 +107,9 @@ package Sem_Prag is function Effective_Name (N : Node_Id) return Name_Id; -- N is a pragma node or aspect specification node. This function returns -- the name of the pragma or aspect, taking into account possible rewrites, - -- and also cases where a pragma comes from an attribute (in such cases, + -- and also cases where a pragma comes from an aspect (in such cases, -- the name can be different from the pragma name, e.g. Pre generates - -- a Precondition pragma. This also deals with the presence of 'Class + -- a Precondition pragma). This also deals with the presence of 'Class -- which results in one of the special names Name_uPre, Name_uPost, -- Name_uInvariant, or Name_uType_Invariant being returned to represent -- the corresponding aspects with x'Class names. |