http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56872
--- Comment #8 from Tobias Burnus <burnus at gcc dot gnu.org> 2013-04-08 20:11:12 UTC --- Author: tkoenig Date: Mon Apr 8 20:01:33 2013 New Revision: 197612 URL: http://gcc.gnu.org/viewcvs?rev=197612&root=gcc&view=rev Log: 2013-04-08 Thomas Koenig <tkoe...@gcc.gnu.org> PR fortran/56782 Backport from trunk. * frontend-passes.c (callback_reduction): Dont't do any simplification if there is only a single element which has an iterator. 2013-04-08 Thomas Koenig <tkoe...@gcc.gnu.org> PR fortran/56782 Backport from trunk. * gfortran.dg/array_constructor_44.f90: New test. Added: branches/gcc-4_8-branch/gcc/testsuite/gfortran.dg/array_constructor_44.f90 Modified: branches/gcc-4_8-branch/gcc/fortran/ChangeLog branches/gcc-4_8-branch/gcc/fortran/frontend-passes.c branches/gcc-4_8-branch/gcc/testsuite/ChangeLog