r177124 - in /trunk/gcc/ada: ChangeLog sem_ch3....

charlet@gcc.gnu.org charlet@gcc.gnu.org
Tue Aug 2 10:16:00 GMT 2011


Author: charlet
Date: Tue Aug  2 10:16:43 2011
New Revision: 177124

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177124
Log:
2011-08-02  Robert Dewar  <dewar@adacore.com>

	* sem_ch3.adb: Minor reformatting
	Minor comment addition
	Minor error msg text change

2011-08-02  Javier Miranda  <miranda@adacore.com>

	* sem_ch5.adb (Analyze_Iteration_Scheme.Uses_Secondary_Stack): New
	function. Used to be more precise when we generate a variable plus one
	assignment to remove side effects in the evaluation of the Bound
	expressions.
	(Analyze_Iteration_Scheme): Clean attribute analyzed in all the nodes
	of the bound expression to force its re-analysis and thus expand the
	associated transient scope (if required). Code cleanup replacing the
	previous code that declared the constant entity by an invocation to
	routine Force_Evaluation which centralizes this work in the frontend.


Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/sem_ch3.adb
    trunk/gcc/ada/sem_ch5.adb



More information about the Gcc-cvs mailing list