2011-08-02 Ed Schonberg <schonberg@adacore.com>
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Aug 2011 13:12:40 +0000 (13:12 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Aug 2011 13:12:40 +0000 (13:12 +0000)
commit28147e0342b45e24df8303ca450303b205735fcc
tree7e412a06fa2cddcc5dd5e44fe7519125e085db6b
parentd9f7965179885a72d801b1f2d873fe404ba40e17
2011-08-02  Ed Schonberg  <schonberg@adacore.com>

* sem_ch5.adb (Analyze_Iteration_Scheme): For an Ada2012 iterator with
"of", pre-analyze expression in case it is a function call with
finalization actions that must be placed ahead of the loop.
* exp_ch5.adb (Expand_Iterator_Loop): If condition_actions are present
on an Ada2012 iterator, insert them ahead of the rewritten loop.

2011-08-02  Geert Bosch  <bosch@adacore.com>

* cstand.adb (Create_Float_Types): Only consider C's long double for
Long_Long_Float, in addition to double.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@177146 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ada/ChangeLog
gcc/ada/cstand.adb
gcc/ada/exp_ch5.adb
gcc/ada/sem_ch5.adb