Resync.
authorArnaud Charlet <charlet@gcc.gnu.org>
Mon, 26 May 2008 12:45:50 +0000 (14:45 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 26 May 2008 12:45:50 +0000 (14:45 +0200)
From-SVN: r135917

gcc/ada/ChangeLog

index 1d114c2d2c3272bc11b8c16ee49c6fd914fdfbf3..2c0b4853d5a6cce06aef89e6c5341d1f06c480e4 100644 (file)
@@ -1,3 +1,22 @@
+2008-05-26  Ed Schonberg  <schonberg@adacore.com>
+
+       * 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  <quinot@adacore.com>
+
+       * sinfo.ads: Minor reformatting
+
+2008-05-26  Hristian Kirtchev  <kirtchev@adacore.com>
+
+       * 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  <charlet@adacore.com>
 
        * ceinfo.adb, csinfo.adb: Remove warnings. Update headers.