]> git.ipfire.org Git - thirdparty/gcc.git/commit
[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Tue, 2 Aug 2011 10:16:43 +0000 (12:16 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 2 Aug 2011 10:16:43 +0000 (12:16 +0200)
commit176dadf6396a67fb74572ceb74c1e66520adbd51
treefd678bd18c08bc1eff4551dda9a880c209adff4e
parentd8b962d80e8388a84aec13593b8b169446c547cb
[multiple changes]

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.

From-SVN: r177124
gcc/ada/ChangeLog
gcc/ada/sem_ch3.adb
gcc/ada/sem_ch5.adb