diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-05-26 14:45:50 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-05-26 14:45:50 +0200 |
commit | 39281edfdca8b401baab27dad7e5e205184541dc (patch) | |
tree | 224fe13bb304cac4cfdaa7fed30b6ee6fcad655f /gcc | |
parent | 8cea7b648833d403a40ec9e8ce7ee97292e31c21 (diff) | |
download | gcc-39281edfdca8b401baab27dad7e5e205184541dc.zip gcc-39281edfdca8b401baab27dad7e5e205184541dc.tar.gz gcc-39281edfdca8b401baab27dad7e5e205184541dc.tar.bz2 |
Resync.
From-SVN: r135917
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 1d114c2..2c0b485 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -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. |