diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2014-02-19 12:17:15 +0100 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2014-02-19 12:17:15 +0100 |
commit | a6ce7e76cc9c6ce12081f2002e3e8e528a74144d (patch) | |
tree | 72b260d465183e929aa6b2e86bc179f0c65c182b /gcc/ada/ChangeLog | |
parent | 0b7f0f0e87a381ab6aaa84b512bf8165115c5874 (diff) | |
download | gcc-a6ce7e76cc9c6ce12081f2002e3e8e528a74144d.zip gcc-a6ce7e76cc9c6ce12081f2002e3e8e528a74144d.tar.gz gcc-a6ce7e76cc9c6ce12081f2002e3e8e528a74144d.tar.bz2 |
[multiple changes]
2014-02-19 Yannick Moy <moy@adacore.com>
* gnat_rm.texi: Doc clarifications.
2014-02-19 Yannick Moy <moy@adacore.com>
* exp_util.adb (Remove_Side_Effects): Do not remove side-effects
inside a generic.
2014-02-19 Ed Schonberg <schonberg@adacore.com>
* sem_ch13.adb (Get_Cursor_Type): Obtain cursor type from
specified First primitive, rather than by name.
(Validate_Iterable_Aspect, Resolve_Iterable_Operation): Use it,
and extend error checking for missing primitives and incorrect
signatures.
2014-02-19 Ed Schonberg <schonberg@adacore.com>
* sem_ch3.adb (Check_Pragma_Implemented): Detect additional
errors when a Synchronization aspect on an overriding protected
operation does not match the given aspect on the overridden
operation of an ancestor interface.
2014-02-19 Hristian Kirtchev <kirtchev@adacore.com>
* sem_prag.adb (Check_Loop_Pragma_Grouping): New routine.
(Check_Loop_Pragma_Placement): Update
comment on usage. Remove local variables Orig_Stmt and
Within_Same_Sequence. Check that the current Loop_Invariant or
Loop_Variant pragma is grouped together with other such pragmas.
(Is_Loop_Pragma): New routine.
(Prev_In_Loop): Removed.
From-SVN: r207894
Diffstat (limited to 'gcc/ada/ChangeLog')
-rw-r--r-- | gcc/ada/ChangeLog | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 9b3a28a..d801603 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,37 @@ +2014-02-19 Yannick Moy <moy@adacore.com> + + * gnat_rm.texi: Doc clarifications. + +2014-02-19 Yannick Moy <moy@adacore.com> + + * exp_util.adb (Remove_Side_Effects): Do not remove side-effects + inside a generic. + +2014-02-19 Ed Schonberg <schonberg@adacore.com> + + * sem_ch13.adb (Get_Cursor_Type): Obtain cursor type from + specified First primitive, rather than by name. + (Validate_Iterable_Aspect, Resolve_Iterable_Operation): Use it, + and extend error checking for missing primitives and incorrect + signatures. + +2014-02-19 Ed Schonberg <schonberg@adacore.com> + + * sem_ch3.adb (Check_Pragma_Implemented): Detect additional + errors when a Synchronization aspect on an overriding protected + operation does not match the given aspect on the overridden + operation of an ancestor interface. + +2014-02-19 Hristian Kirtchev <kirtchev@adacore.com> + + * sem_prag.adb (Check_Loop_Pragma_Grouping): New routine. + (Check_Loop_Pragma_Placement): Update + comment on usage. Remove local variables Orig_Stmt and + Within_Same_Sequence. Check that the current Loop_Invariant or + Loop_Variant pragma is grouped together with other such pragmas. + (Is_Loop_Pragma): New routine. + (Prev_In_Loop): Removed. + 2014-02-19 Robert Dewar <dewar@adacore.com> * par-ch6.adb (P_Return): For extended return, end column lines |