https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80945
--- Comment #10 from Paul Thomas <pault at gcc dot gnu.org> --- Author: pault Date: Sun Feb 18 08:59:06 2018 New Revision: 257788 URL: https://gcc.gnu.org/viewcvs?rev=257788&root=gcc&view=rev Log: 2018-02-18 Paul Thomas <[email protected]> PR fortran/80945 * trans-array.c (gfc_conv_expr_descriptor): Set parmtype from the typenode in the case of deferred length characters. 2018-02-18 Paul Thomas <[email protected]> PR fortran/80945 * gfortran.dg/associate_35.f90: Remove error, add stop n's and change to run. Added: trunk/gcc/testsuite/gfortran.dg/deferred_character_19.f90 Modified: trunk/gcc/fortran/ChangeLog trunk/gcc/fortran/trans-array.c trunk/gcc/testsuite/ChangeLog
