]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/62214 (Problem with spread plus concatenation for characters)
authorThomas Koenig <tkoenig@gcc.gnu.org>
Thu, 21 Aug 2014 18:52:58 +0000 (18:52 +0000)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Thu, 21 Aug 2014 18:52:58 +0000 (18:52 +0000)
commitdc2c36fd935fd50c97bb03b5e3e2a9683f4271d1
treed2feca75137109dcc3c7499ef05fa489724d21c9
parent4e502930574c9980ae53fd204090c9e39b0265bd
re PR fortran/62214 (Problem with spread plus concatenation for characters)

2014-08-21  Thomas Koenig  <tkoenig@gcc.gnu.org>

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  <tkoenig@gcc.gnu.org>

PR fortran/62214
* gfortran.dg/array_assignment_5.f90:  New test.

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