diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-08-04 10:40:22 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-08-04 10:40:22 +0200 |
commit | fc1b906a0a960dd5cd65fe6939369d6f7bcc4ac9 (patch) | |
tree | c5a13fff718e6a563b752283aacdf8c25ee56f94 | |
parent | 75bee2700904533693299a7872018705d76671b6 (diff) | |
download | gcc-fc1b906a0a960dd5cd65fe6939369d6f7bcc4ac9.zip gcc-fc1b906a0a960dd5cd65fe6939369d6f7bcc4ac9.tar.gz gcc-fc1b906a0a960dd5cd65fe6939369d6f7bcc4ac9.tar.bz2 |
Resync.
From-SVN: r138580
-rw-r--r-- | gcc/ada/ChangeLog | 28 |
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>: |