https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62214
--- Comment #4 from Thomas Koenig <tkoenig at gcc dot gnu.org> --- Author: tkoenig Date: Thu Aug 21 19:34:39 2014 New Revision: 214282 URL: https://gcc.gnu.org/viewcvs?rev=214282&root=gcc&view=rev Log: 2014-08-21 Thomas Koenig <tkoe...@gcc.gnu.org> Backport from trunk PR fortran/62214 * frontend-passes.c (optimize_binop_array_assignment): Do not try to optimize the array assignment for string concatenation. 2014-08-21 Thomas Koenig <tkoe...@gcc.gnu.org> Backport from trunk PR fortran/62214 * gfortran.dg/array_assignment_5.f90: New test. Added: branches/gcc-4_9-branch/gcc/testsuite/gfortran.dg/array_assignment_5.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