From: Arnaud Charlet Date: Tue, 27 May 2008 12:37:01 +0000 (+0200) Subject: Resync. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=35b80405185fd3f8603c3dea781a29d0e6617262;p=gcc.git Resync. From-SVN: r136028 --- diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index e166200e516..411f7fc149f 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,40 @@ +2008-05-27 Arnaud Charlet + + * a-ststio.adb, s-direio.adb: + Further code clean up of previous change. + Update comments. + +2008-05-27 Vincent Celier + + * prj-nmsc.adb: Minor reformatting + +2008-05-27 Bob Duff + + * sem_ch3.adb (Build_Incomplete_Type_Declaration): In the case of an + untagged private type with a tagged full type, where the full type has + a self reference, create the corresponding class-wide type early, in + case the self reference is "access T'Class". + +2008-05-27 Ed Schonberg + + * exp_aggr.adb (Build_Array_Aggr_Code): If component type includes + tasks and context is an object declaration. create master entity before + expansion. + +2008-05-27 Robert Dewar + + * mlib-prj.adb: Minor reformatting + + * prj-part.adb: Minor reformatting + + * prj.ads: Minor reformatting + + * exp_ch3.adb: Minor reformatting. + + * sem_ch3.ads: Minor reformatting + + * sem_eval.adb: Minor reformatting + 2008-05-27 Vincent Celier * gnatcmd.adb: