From: Arnaud Charlet Date: Mon, 26 May 2008 12:45:50 +0000 (+0200) Subject: Resync. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=39281edfdca8b401baab27dad7e5e205184541dc;p=gcc.git Resync. From-SVN: r135917 --- diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 1d114c2d2c3..2c0b4853d5a 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,22 @@ +2008-05-26 Ed Schonberg + + * sem_ch12.adb (Remove_Parent): Use specification of instance + to retrieve generic parent, + to handle properly the case where the instance is a child unit. + Add guard to handle properly wrapper packages. + Minor reformatting + +2008-05-26 Thomas Quinot + + * sinfo.ads: Minor reformatting + +2008-05-26 Hristian Kirtchev + + * exp_ch4.adb (Expand_N_Type_Conversion): Minor code reformatting. + Generate a tag check when the result subtype of a function, defined by + an access definition, designates a specific tagged type. + (Make_Tag_Check): New routine. + 2008-05-26 Arnaud Charlet * ceinfo.adb, csinfo.adb: Remove warnings. Update headers.