diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-07-09 12:59:19 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-07-09 12:59:19 +0200 |
commit | 24da37f2b67d7f8773e8f12ec6cf2132a6be17de (patch) | |
tree | 8d769c38c28a7dbf31abe9eea78659e2f25614de /gcc | |
parent | 7a5debc9fc92a6a2ae5c4db9b83ce099ded7d7e9 (diff) | |
download | gcc-24da37f2b67d7f8773e8f12ec6cf2132a6be17de.zip gcc-24da37f2b67d7f8773e8f12ec6cf2132a6be17de.tar.gz gcc-24da37f2b67d7f8773e8f12ec6cf2132a6be17de.tar.bz2 |
[multiple changes]
2009-07-09 Ed Schonberg <schonberg@adacore.com>
* sem_ch10.adb (Install_Context): If the unit is a package body,
install the private with_clauses of the corresponding package
declaration.
2009-07-09 Robert Dewar <dewar@adacore.com>
* checks.adb: Minor reformatting
2009-07-09 Vasiliy Fofanov <fofanov@adacore.com>
* ug_words, gnat_ugn.texi: Move VMS equivalents of the last check in
into ug_words.
2009-07-09 Thomas Quinot <quinot@adacore.com>
* sem_ch13.adb (Analyze_Attribute_Definition_Clause, case Address):
Do not warn for a constant overlaying any constant object
From-SVN: r149416
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/ChangeLog | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 7cd08af..b3eef9e 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,47 @@ +2009-07-09 Ed Schonberg <schonberg@adacore.com> + + * sem_ch10.adb (Install_Context): If the unit is a package body, + install the private with_clauses of the corresponding package + declaration. + +2009-07-09 Robert Dewar <dewar@adacore.com> + + * checks.adb: Minor reformatting + +2009-07-09 Vasiliy Fofanov <fofanov@adacore.com> + + * ug_words, gnat_ugn.texi: Move VMS equivalents of the last check in + into ug_words. + +2009-07-09 Thomas Quinot <quinot@adacore.com> + + * sem_ch13.adb (Analyze_Attribute_Definition_Clause, case Address): + Do not warn for a constant overlaying any constant object + +2009-07-09 Ed Schonberg <schonberg@adacore.com> + + * sem_ch10.adb (Install_Context): If the unit is a package body, + install the private with_clauses of the corresponding package + declaration. + +2009-07-09 Robert Dewar <dewar@adacore.com> + + * checks.adb: Minor reformatting + +2009-07-09 Vasiliy Fofanov <fofanov@adacore.com> + + * ug_words, gnat_ugn.texi: Move VMS equivalents of the last check in + into ug_words. + +2009-07-09 Thomas Quinot <quinot@adacore.com> + + * sem_ch13.adb (Analyze_Attribute_Definition_Clause, case Address): + Do not warn for a constant overlaying any constant object + +2009-06-25 Arnaud Charlet <charlet@adacore.com> + + * gcc-interface/Make-lang.in: Update dependencies + 2009-07-09 Thomas Quinot <quinot@adacore.com> * g-socket.adb (Check_Selector): Do not create local copies of the |