diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2014-02-19 12:18:32 +0100 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2014-02-19 12:18:32 +0100 |
commit | 476b301a0c62213400f5208c55a2a0f1120790ce (patch) | |
tree | 2f3a0269b92213205395bf264a85a6a357457944 /gcc/ada/ChangeLog | |
parent | a6ce7e76cc9c6ce12081f2002e3e8e528a74144d (diff) | |
download | gcc-476b301a0c62213400f5208c55a2a0f1120790ce.zip gcc-476b301a0c62213400f5208c55a2a0f1120790ce.tar.gz gcc-476b301a0c62213400f5208c55a2a0f1120790ce.tar.bz2 |
[multiple changes]
2014-02-19 Hristian Kirtchev <kirtchev@adacore.com>
* sem_ch3.adb (Analyze_Declarations): Analyze
a package contract at the end of the private declarations (if
applicable), otherwise analyze it and the end of the visible
declarations.
2014-02-19 Ed Schonberg <schonberg@adacore.com>
* style.adb (Missing_Overriding): If subprogram is an
instantiation, place warning on the instance node itself,
without mention of the original generic. Do not emit message
if explicit Ada version is older than the introduction of the
overriding indicator.
From-SVN: r207895
Diffstat (limited to 'gcc/ada/ChangeLog')
-rw-r--r-- | gcc/ada/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index d801603..567aa0d 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,18 @@ +2014-02-19 Hristian Kirtchev <kirtchev@adacore.com> + + * sem_ch3.adb (Analyze_Declarations): Analyze + a package contract at the end of the private declarations (if + applicable), otherwise analyze it and the end of the visible + declarations. + +2014-02-19 Ed Schonberg <schonberg@adacore.com> + + * style.adb (Missing_Overriding): If subprogram is an + instantiation, place warning on the instance node itself, + without mention of the original generic. Do not emit message + if explicit Ada version is older than the introduction of the + overriding indicator. + 2014-02-19 Yannick Moy <moy@adacore.com> * gnat_rm.texi: Doc clarifications. |