From: Arnaud Charlet Date: Thu, 31 Jul 2008 13:58:21 +0000 (+0200) Subject: Resync. X-Git-Tag: releases/gcc-4.4.0~3554 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e0f7ffb4383cbbba0f81ca01a8ddd03a3f84620;p=thirdparty%2Fgcc.git Resync. From-SVN: r138414 --- diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 6bbace6d58de..c7df60cff928 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,16 @@ +2008-07-31 Hristian Kirtchev + + * exp_disp.adb (Prim_Op_Kind): Retrieve the full view when a private + tagged type is completed by a concurrent type. + +2008-07-31 Gary Dismukes + + * sem_aggr.adb: + (Resolve_Record_Aggregate): Bypass error that a type without + components must have a "null record" aggregate when compiling for Ada + 2005, since it's legal to give an aggregate of form (others => <>) + for such a type. + 2008-07-31 Javier Miranda * sem_ch4.adb (Valid_First_Argument_Of): Complete its functionality to