r136016 - in /trunk/gcc/ada: exp_aggr.adb sem_c...

charlet@gcc.gnu.org charlet@gcc.gnu.org
Tue May 27 11:55:00 GMT 2008


Author: charlet
Date: Tue May 27 11:55:00 2008
New Revision: 136016

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136016
Log:
2008-05-27  Ed Schonberg  <schonberg@adacore.com>

	* exp_aggr.adb (Expand_Array_Aggregate): If the aggregate contains
	tasks, create an activation chain now, before the expansion into
	assignments and build-in-place calls that require the presence of an
	activation chain.
	(Backend_Processing_Possible): If the component type is inherently
	limited, the aggregate must be expanded into individual built-in-place
	assignments.

	* sem_ch6.adb (Build_Extra_Formals): Use underlying type of result to
	determine whether an allocation extra parameter must be built, to
	handle case of a private type whose full type is a discriminated type
	with defaults.


Modified:
    trunk/gcc/ada/exp_aggr.adb
    trunk/gcc/ada/sem_ch6.adb



More information about the Gcc-cvs mailing list