re PR fortran/65677 (Incomplete assignment on deferred-length character variable)
commitb093d688daa4c6e131007aaa397a55489d5b7ccb
authorPaul Thomas <pault@gcc.gnu.org>
Mon, 1 Oct 2018 14:27:17 +0000 (1 14:27 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Mon, 1 Oct 2018 14:27:17 +0000 (1 14:27 +0000)
treeb9b1105ae05aabb4969bf2181c1660462e1e125f
parentfd5c626c681266845dbec0e84836823a5de3a45b
re PR fortran/65677 (Incomplete assignment on deferred-length character variable)

2018-10-01  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/65677
* trans-expr.c (gfc_trans_assignment_1): Set the 'identical'
flag in the call to gfc_check_dependency.

2018-10-01  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/65677
* gfortran.dg/dependency_52.f90 : Expand the test to check both
the call to adjustl and direct assignment of the substring.

From-SVN: r264759
gcc/fortran/ChangeLog
gcc/fortran/dependency.c
gcc/fortran/trans-expr.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/dependency_52.f90