diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-03-13 13:28:15 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-03-13 13:28:15 +0000 |
commit | aa2f48d2e6710bcc0e4d0404f6bb05149a8a8427 (patch) | |
tree | 32bfad880870f90fafcb6aa9581761c24fafb945 /gcc/ada/ChangeLog | |
parent | fd201c78ad8ccf6f02e324e34531376e9889ea62 (diff) | |
download | gcc-aa2f48d2e6710bcc0e4d0404f6bb05149a8a8427.tar.gz |
2015-03-13 Claire Dross <dross@adacore.com>
* inline.adb (Can_Be_Inlined_In_GNATprove_Mode): Do not inline
subprograms with unconstrained record parameters containing
Itype declarations.
* sinfo.ads Document GNATprove assumption that type should match
in the AST.
* sem_ch6.adb (Analyze_Subprogram_Body_Contract):
Do not check for Refined_Depends and Refined_Globals contracts
as they are optional.
2015-03-13 Ed Schonberg <schonberg@adacore.com>
* sem_ch12.adb (Instantiate_Type): For a floating-point type,
capture dimension info if any, because the generated subtype
declaration does not come from source and will not process dimensions.
* sem_dim,adb (Analyze_Dimension_Extension_Or_Record_Aggregate):
Do not analyze expressions with an initialization procedure
because aggregates will have been checked at the point of record
declaration.
2015-03-13 Robert Dewar <dewar@adacore.com>
* aspects.ads, aspects.adb: Add entries for aspect Unimplemented.
* einfo.ads, einfo.adb (Is_Unimplemented): New flag.
* sem_ch13.adb: Add dummy entry for aspect Unimplemented.
* snames.ads-tmpl: Add entry for Name_Unimplemented.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@221420 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/ChangeLog')
-rw-r--r-- | gcc/ada/ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 3b961475cc4..c3a79af55c0 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,31 @@ +2015-03-13 Claire Dross <dross@adacore.com> + + * inline.adb (Can_Be_Inlined_In_GNATprove_Mode): Do not inline + subprograms with unconstrained record parameters containing + Itype declarations. + * sinfo.ads Document GNATprove assumption that type should match + in the AST. + * sem_ch6.adb (Analyze_Subprogram_Body_Contract): + Do not check for Refined_Depends and Refined_Globals contracts + as they are optional. + +2015-03-13 Ed Schonberg <schonberg@adacore.com> + + * sem_ch12.adb (Instantiate_Type): For a floating-point type, + capture dimension info if any, because the generated subtype + declaration does not come from source and will not process dimensions. + * sem_dim,adb (Analyze_Dimension_Extension_Or_Record_Aggregate): + Do not analyze expressions with an initialization procedure + because aggregates will have been checked at the point of record + declaration. + +2015-03-13 Robert Dewar <dewar@adacore.com> + + * aspects.ads, aspects.adb: Add entries for aspect Unimplemented. + * einfo.ads, einfo.adb (Is_Unimplemented): New flag. + * sem_ch13.adb: Add dummy entry for aspect Unimplemented. + * snames.ads-tmpl: Add entry for Name_Unimplemented. + 2015-03-13 Gary Dismukes <dismukes@adacore.com> * style.adb (Missing_Overriding): Apply the |