From 39281edfdca8b401baab27dad7e5e205184541dc Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Mon, 26 May 2008 14:45:50 +0200 Subject: [PATCH] Resync. From-SVN: r135917 --- gcc/ada/ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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. -- 2.30.2