aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2008-08-04 10:40:22 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2008-08-04 10:40:22 +0200
commitfc1b906a0a960dd5cd65fe6939369d6f7bcc4ac9 (patch)
treec5a13fff718e6a563b752283aacdf8c25ee56f94
parent75bee2700904533693299a7872018705d76671b6 (diff)
downloadgcc-fc1b906a0a960dd5cd65fe6939369d6f7bcc4ac9.zip
gcc-fc1b906a0a960dd5cd65fe6939369d6f7bcc4ac9.tar.gz
gcc-fc1b906a0a960dd5cd65fe6939369d6f7bcc4ac9.tar.bz2
Resync.
From-SVN: r138580
-rw-r--r--gcc/ada/ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index ab0d02f..400d61d 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,31 @@
+2008-08-04 Robert Dewar <dewar@adacore.com>
+
+ * restrict.adb: Improved messages for restriction warnings
+
+ * restrict.ads: Improved messages for restriction messages
+
+ * s-rident.ads (Profile_Name): Add No_Profile
+
+2008-08-04 Robert Dewar <dewar@adacore.com>
+
+ * system-darwin-x86.ads: Correct bad definition of Max_Nonbinary_Modulus
+
+2008-08-04 Robert Dewar <dewar@adacore.com>
+
+ * freeze.adb (Freeze_Entity): Check for size clause for boolean warning
+
+2008-08-04 Vincent Celier <celier@adacore.com>
+
+ * prj-proc.adb:
+ (Copy_Package_Declarations): When inheriting package Naming from a
+ project being extended, do not inherit source exception names.
+
+2008-08-04 Ed Schonberg <schonberg@adacore.com>
+
+ * sem_prag.adb (Check_Precondition_Postcondition): When scanning the
+ list of declaration to find previous subprogram, do not go to the
+ original node of a generic unit.
+
2008-08-02 Eric Botcazou <ebotcazou@adacore.com>
* gcc-interface/utils2.c (build_binary_op) <PLUS_EXPR, MINUS_EXPR>: