re PR fortran/66385 (ICE: FORALL writing multiple elements of one array)
authorThomas Koenig <tkoenig@gcc.gnu.org>
Fri, 5 Jun 2015 20:51:08 +0000 (20:51 +0000)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Fri, 5 Jun 2015 20:51:08 +0000 (20:51 +0000)
commit9c3e121b01cd04ed96645f85d4587184d832a103
tree56fbac98df2fbe6025eb1b5b9a9e58d487feb9fd
parente7547bc697688459e3e1ece81268e7b14addef22
re PR fortran/66385 (ICE: FORALL writing multiple elements of one array)

2015-06-05  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/66385
* frontend-passes.c (combine_array_constructor): Return early if
inside a FORALL loop.

2015-06-05  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/66385
* gfortran.dg/forall_17.f90:  New test.

From-SVN: r224172
gcc/fortran/ChangeLog
gcc/fortran/frontend-passes.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/forall_17.f90 [new file with mode: 0644]