From 09c3571c5fcacf577bff52016ae91ed0597b1cf7 Mon Sep 17 00:00:00 2001 From: charlet Date: Thu, 9 Jul 2009 10:59:19 +0000 Subject: [PATCH] 2009-07-09 Ed Schonberg * 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 * checks.adb: Minor reformatting 2009-07-09 Vasiliy Fofanov * ug_words, gnat_ugn.texi: Move VMS equivalents of the last check in into ug_words. 2009-07-09 Thomas Quinot * sem_ch13.adb (Analyze_Attribute_Definition_Clause, case Address): Do not warn for a constant overlaying any constant object git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@149416 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ada/ChangeLog | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) 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 + + * 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 + + * checks.adb: Minor reformatting + +2009-07-09 Vasiliy Fofanov + + * ug_words, gnat_ugn.texi: Move VMS equivalents of the last check in + into ug_words. + +2009-07-09 Thomas Quinot + + * sem_ch13.adb (Analyze_Attribute_Definition_Clause, case Address): + Do not warn for a constant overlaying any constant object + +2009-07-09 Ed Schonberg + + * 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 + + * checks.adb: Minor reformatting + +2009-07-09 Vasiliy Fofanov + + * ug_words, gnat_ugn.texi: Move VMS equivalents of the last check in + into ug_words. + +2009-07-09 Thomas Quinot + + * sem_ch13.adb (Analyze_Attribute_Definition_Clause, case Address): + Do not warn for a constant overlaying any constant object + +2009-06-25 Arnaud Charlet + + * gcc-interface/Make-lang.in: Update dependencies + 2009-07-09 Thomas Quinot * g-socket.adb (Check_Selector): Do not create local copies of the -- 2.7.4