https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58618
--- Comment #12 from Paul Thomas <pault at gcc dot gnu.org> --- Author: pault Date: Thu Oct 18 10:37:39 2018 New Revision: 265264 URL: https://gcc.gnu.org/viewcvs?rev=265264&root=gcc&view=rev Log: 2018-10-18 Paul Thomas <pa...@gcc.gnu.org> PR fortran/58618 * trans-stmt.c (trans_associate_var): All strings that return as pointer types can be assigned directly to the associate name so remove 'attr' and the condition that uses it. 2018-10-18 Paul Thomas <pa...@gcc.gnu.org> PR fortran/58618 * gfortran.dg/associate_45.f90 : New test. Added: trunk/gcc/testsuite/gfortran.dg/associate_45.f90 Modified: trunk/gcc/fortran/ChangeLog trunk/gcc/fortran/trans-stmt.c trunk/gcc/testsuite/ChangeLog