diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-07-23 08:32:33 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-07-23 08:32:33 +0000 |
commit | 8f531643d7ba8208a65a06f8a09da746f044b5ac (patch) | |
tree | a445be755ef56a77e82320063c6bd730ba5cc5d7 /gcc/ada/exp_ch7.adb | |
parent | 094ed68ebd38ad7a360275028a817a13e0b59e40 (diff) | |
download | gcc-8f531643d7ba8208a65a06f8a09da746f044b5ac.tar.gz |
2012-07-23 Arnaud Charlet <charlet@adacore.com>
* s-tasinf-linux.ads: Fix typo.
2012-07-23 Thomas Quinot <quinot@adacore.com>
* exp_ch7.adb, switch-m.adb, exp_ch3.adb, freeze.adb: Minor reformatting
2012-07-23 Ed Schonberg <schonberg@adacore.com>
* exp_ch5.adb (Expand_Iterator_Loop_Over_Array): If original
loop carries an identifier, preserve it when rewriting it as a
standard loop to validate exit statements that may reference
that name in the body of the loop.
2012-07-23 Thomas Quinot <quinot@adacore.com>
* exp_ch9.adb: Minor code cleanup.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@189776 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/exp_ch7.adb')
-rw-r--r-- | gcc/ada/exp_ch7.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/exp_ch7.adb b/gcc/ada/exp_ch7.adb index 6483c7e339d..17ad11cc173 100644 --- a/gcc/ada/exp_ch7.adb +++ b/gcc/ada/exp_ch7.adb @@ -4565,7 +4565,7 @@ package body Exp_Ch7 is Build_Exception_Handler (Fin_Data)))); -- The single raise statement must be inserted after all the - -- finalization blocks. And we put everything into a wrapper + -- finalization blocks, and we put everything into a wrapper -- block to clearly expose the construct to the back-end. if Present (Prev_Fin) then |