https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93363
--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Tobias Burnus <bur...@gcc.gnu.org>: https://gcc.gnu.org/g:a76ff304f905db9fd9b049c2ca4ec84f0420da53 commit r10-7412-ga76ff304f905db9fd9b049c2ca4ec84f0420da53 Author: Tobias Burnus <tob...@codesourcery.com> Date: Fri Mar 27 10:56:25 2020 +0100 Fortran] Reject invalid association target (PR93363) PR fortran/93363 * resolve.c (resolve_assoc_var): Reject association to DT and function name. PR fortran/93363 * gfortran.dg/associate_51.f90: Fix test case. * gfortran.dg/associate_53.f90: New.