OSDN Git Service

Resync.
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 May 2008 12:45:50 +0000 (12:45 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 May 2008 12:45:50 +0000 (12:45 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@135917 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ada/ChangeLog

index 1d114c2..2c0b485 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.