https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93794
--- Comment #11 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-10 branch has been updated by Harald Anlauf <anl...@gcc.gnu.org>: https://gcc.gnu.org/g:803918dc6da9b7c88cc97635fc8a21bbd805a120 commit r10-10076-g803918dc6da9b7c88cc97635fc8a21bbd805a120 Author: Paul Thomas <pa...@gcc.gnu.org> Date: Fri Jan 8 10:15:22 2021 +0000 Fortran: Allow pointer deferred length associate selectors. [PR93794] 2021-01-05 Paul Thomas <pa...@gcc.gnu.org> gcc/fortran PR fortran/93794 * trans-expr.c (gfc_conv_component_ref): Remove the condition that deferred character length components only be allocatable. gcc/testsuite/ PR fortran/93794 * gfortran.dg/deferred_character_35.f90 : New test. (cherry picked from commit 21c1a30fc73105af50c5e717cb99dc3becabf8fa)