re PR fortran/28914 (Code inside loop hangs; outside loop runs normally; runs OK...
authorPaul Thomas <pault@gcc.gnu.org>
Sun, 10 Sep 2006 04:53:18 +0000 (04:53 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Sun, 10 Sep 2006 04:53:18 +0000 (04:53 +0000)
commitbfa7a1e994988ef5827505e0e7540b810150f984
tree2c014ab4556ff5f7bf4ce74fa0fb1074574ca8b3
parent66cc73628c3655e9918fec357a9e449e1682509a
re PR fortran/28914 (Code inside loop hangs; outside loop runs normally; runs OK on other compilers)

2006-09-09  Paul Thomas <pault@gcc.gnu.org>

PR fortran/28914
* trans-array.c (gfc_trans_array_constructor_value): Create a temporary
loop variable to hold the current loop variable in case it is modified
by the array constructor.

From-SVN: r116808
gcc/fortran/ChangeLog
gcc/fortran/trans-array.c