This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r146254 - in /trunk/gcc/ada: ChangeLog exp_aggr...


Author: charlet
Date: Fri Apr 17 12:12:07 2009
New Revision: 146254

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=146254
Log:
2009-04-17  Thomas Quinot  <quinot@adacore.com>

	* exp_ch7.adb (Expand_Ctrl_Function_Call): Remove incorrect special
	case for the case of an aggregate component, the attach call for the
	result is actually needed.

	* exp_aggr.adb (Backend_Processing_Possible): Backend processing for
	an array aggregate must be disabled if the component type requires
	controlled actions.

	* exp_ch3.adb: Minor reformatting

2009-04-17  Arnaud Charlet  <charlet@adacore.com>

	* s-taprop-tru64.adb, s-taprop-vms.adb, s-taprop-linux.adb,
	s-taprop-solaris.adb, s-taprop-irix.adb, s-taprop-hpux-dce.adb,
	s-taprop-posix.adb (Suspend_Until_True): Protect against early wakeup.


Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/exp_aggr.adb
    trunk/gcc/ada/exp_ch3.adb
    trunk/gcc/ada/exp_ch7.adb
    trunk/gcc/ada/s-taprop-hpux-dce.adb
    trunk/gcc/ada/s-taprop-irix.adb
    trunk/gcc/ada/s-taprop-linux.adb
    trunk/gcc/ada/s-taprop-posix.adb
    trunk/gcc/ada/s-taprop-solaris.adb
    trunk/gcc/ada/s-taprop-tru64.adb
    trunk/gcc/ada/s-taprop-vms.adb


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]