r135941 - in /trunk/gcc/ada: exp_ch3.adb freeze...

charlet@gcc.gnu.org charlet@gcc.gnu.org
Mon May 26 15:50:00 GMT 2008


Author: charlet
Date: Mon May 26 15:50:54 2008
New Revision: 135941

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=135941
Log:
2008-05-26  Gary Dismukes  <dismukes@adacore.com>

	* exp_ch3.adb (Expand_N_Object_Declaration): Remove checks for
	No_Default_Initialization, which is now delayed until the freeze point
	of the object. Add a comment about deferral of the check.
	
	* freeze.adb (Freeze_Entity): The check for No_Default_Initialization
	on objects is moved here.

Modified:
    trunk/gcc/ada/exp_ch3.adb
    trunk/gcc/ada/freeze.adb



More information about the Gcc-cvs mailing list