https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71880
--- Comment #9 from paul.richard.thomas at gmail dot com <paul.richard.thomas at gmail dot com> --- Not quite fixed. The lhs character length doesn't get set and so it fails at runtime. I will commit the patch as 'obvious'. Paul 2018-10-19 Paul Thomas <pa...@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-19 Paul Thomas <pa...@gcc.gnu.org> PR fortran/71880 * gfortran.dg/deferred_character_31.f90 : New test. On Thu, 18 Oct 2018 at 22:12, dominiq at lps dot ens.fr <gcc-bugzi...@gcc.gnu.org> wrote: > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71880 > > Dominique d'Humieres <dominiq at lps dot ens.fr> changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > CC| |pault at gcc dot gnu.org > > --- Comment #8 from Dominique d'Humieres <dominiq at lps dot ens.fr> --- > The test in comment 2 looks like a duplicate of pr70149. It is fixed at > revision r265266. > > -- > You are receiving this mail because: > You are on the CC list for the bug.