From: Arnaud Charlet Date: Mon, 4 Aug 2008 08:40:22 +0000 (+0200) Subject: Resync. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fc1b906a0a960dd5cd65fe6939369d6f7bcc4ac9;p=platform%2Fupstream%2Fgcc.git Resync. From-SVN: r138580 --- 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 + + * 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 + + * system-darwin-x86.ads: Correct bad definition of Max_Nonbinary_Modulus + +2008-08-04 Robert Dewar + + * freeze.adb (Freeze_Entity): Check for size clause for boolean warning + +2008-08-04 Vincent Celier + + * 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 + + * 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 * gcc-interface/utils2.c (build_binary_op) :