exp_ch5.adb (Expand_N_Loop_Statement): For the transformation of a for loop for an...
authorGary Dismukes <dismukes@adacore.com>
Thu, 13 Oct 2011 10:39:15 +0000 (10:39 +0000)
committerArnaud Charlet <charlet@gcc.gnu.org>
Thu, 13 Oct 2011 10:39:15 +0000 (12:39 +0200)
commit95aeda79481084e8b7f3900958236e331c7e1903
treeedfc743c58e19831d1b0256b949b3dcd247e3290
parent200b7162a55a430b8fefedd5a0f9770cfb02a2e1
exp_ch5.adb (Expand_N_Loop_Statement): For the transformation of a for loop for an enumeration type with an...

2011-10-13  Gary Dismukes  <dismukes@adacore.com>

* exp_ch5.adb (Expand_N_Loop_Statement): For the transformation
of a for loop for an enumeration type with an enumeration rep
clause, which involves moving the original loop parameter into
a nested block, the loop parameter's entity must be removed from
the entity list of the loop scope.

From-SVN: r179904
gcc/ada/ChangeLog
gcc/ada/exp_ch5.adb