diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-05 14:29:43 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-05 14:29:43 +0000 |
commit | 81b424acb24cb12818bca93206e80e9476919f75 (patch) | |
tree | e4f47a16c8f93fc574f67b26cbcf1e9166278c08 /gcc/ada/ChangeLog | |
parent | be4a23205384709f2139798638ed273fa5c0da86 (diff) | |
download | gcc-81b424acb24cb12818bca93206e80e9476919f75.tar.gz |
2011-08-05 Bob Duff <duff@adacore.com>
* sinfo.ads, sinfo.adb (Subpool_Handle_Name): New attribute for
subpools.
* par-ch4.adb (P_Allocator): Parse new subpool specification syntax.
2011-08-05 Ed Schonberg <schonberg@adacore.com>
* sem_ch4.adb (Try_Container_Indexing): New procedure to implement the
general indexing aspects of Ada2012. Called when analyzing indexed
components when other interpretations fail.
* sem_ch8.adb (Find_Direct_Name): check for implicit dereference only
in an expression context where overloading is meaningful. This excludes
the occurrence in an aspect specification (efficiency only).
* sem_attr.adb (Analyze_Attribute): indicate that the attributes
related to iterators can be set by an attribute specification, but
cannot be queried.
* sem_ch13.adb (Analyze_Aspect_Specifications): handle
Constant_Indexing and Variable_Indexing.
(Check_Indexing_Functions): New procedure to perform legality checks.
Additional semantic checks at end of declarations.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@177446 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/ChangeLog')
-rw-r--r-- | gcc/ada/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 7b8561bff94..ce02f4f2889 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,25 @@ +2011-08-05 Bob Duff <duff@adacore.com> + + * sinfo.ads, sinfo.adb (Subpool_Handle_Name): New attribute for + subpools. + * par-ch4.adb (P_Allocator): Parse new subpool specification syntax. + +2011-08-05 Ed Schonberg <schonberg@adacore.com> + + * sem_ch4.adb (Try_Container_Indexing): New procedure to implement the + general indexing aspects of Ada2012. Called when analyzing indexed + components when other interpretations fail. + * sem_ch8.adb (Find_Direct_Name): check for implicit dereference only + in an expression context where overloading is meaningful. This excludes + the occurrence in an aspect specification (efficiency only). + * sem_attr.adb (Analyze_Attribute): indicate that the attributes + related to iterators can be set by an attribute specification, but + cannot be queried. + * sem_ch13.adb (Analyze_Aspect_Specifications): handle + Constant_Indexing and Variable_Indexing. + (Check_Indexing_Functions): New procedure to perform legality checks. + Additional semantic checks at end of declarations. + 2011-08-05 Sergey Rybin <rybin@adacore.com> * tree_io.ads: Update ASIS_Version_Number because of the change of the |