re PR fortran/71880 (pointer to allocatable character)
authorPaul Thomas <pault@gcc.gnu.org>
Sun, 21 Oct 2018 17:32:06 +0000 (17:32 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Sun, 21 Oct 2018 17:32:06 +0000 (17:32 +0000)
commit88c08ac43c47bb5d21734be744df913dd568d108
tree6219a582f7f6706baa77bf086db233e7bd3217c0
parentea1adf1d532124f2ed41e3220105562d3df3333c
re PR fortran/71880 (pointer to allocatable character)

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

PR fortran/71880
* trans-expr.c (gfc_trans_pointer_assignment): Set the string
length for array valued deferred length lhs.

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

PR fortran/71880
* gfortran.dg/deferred_character_31.f90 : New test.

From-SVN: r265353
gcc/fortran/ChangeLog
gcc/fortran/trans-expr.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/deferred_character_31.f90 [new file with mode: 0644]