https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65667
--- Comment #4 from Paul Thomas <pault at gcc dot gnu.org> --- Author: pault Date: Sat Sep 29 17:17:09 2018 New Revision: 264715 URL: https://gcc.gnu.org/viewcvs?rev=264715&root=gcc&view=rev Log: 2018-09-29 Paul Thomas <pa...@gcc.gnu.org> PR fortran/65667 * trans-expr.c (gfc_trans_assignment_1): If there is dependency fix the rse stringlength. 2018-09-29 Paul Thomas <pa...@gcc.gnu.org> PR fortran/65667 * gfortran.dg/dependency_52.f90 : New test. Added: trunk/gcc/testsuite/gfortran.dg/dependency_52.f90 Modified: trunk/gcc/fortran/ChangeLog trunk/gcc/fortran/trans-expr.c trunk/gcc/testsuite/ChangeLog