https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66385
--- Comment #8 from Thomas Koenig <tkoenig at gcc dot gnu.org> --- Author: tkoenig Date: Sun Oct 18 11:29:37 2015 New Revision: 228943 URL: https://gcc.gnu.org/viewcvs?rev=228943&root=gcc&view=rev Log: 2015-10-18 Thomas Koenig <tkoe...@gcc.gnu.org> Backport from trunk PR fortran/66385 * frontend-passes.c (combine_array_constructor): Return early if inside a FORALL loop. 2015-10-18 Thomas Koenig <tkoe...@gcc.gnu.org> Backport from trunk PR fortran/66385 * gfortran.dg/forall_17.f90: New test. Added: branches/gcc-4_9-branch/gcc/testsuite/gfortran.dg/forall_17.f90 Modified: branches/gcc-4_9-branch/gcc/fortran/ChangeLog branches/gcc-4_9-branch/gcc/fortran/frontend-passes.c branches/gcc-4_9-branch/gcc/testsuite/ChangeLog