https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98897
--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Paul Thomas <pa...@gcc.gnu.org>: https://gcc.gnu.org/g:ff6903288d96aa1d28ae4912b1270985475f3ba8 commit r11-7188-gff6903288d96aa1d28ae4912b1270985475f3ba8 Author: Paul Thomas <pa...@gcc.gnu.org> Date: Thu Feb 11 13:24:50 2021 +0000 Fortran: Fix calls to associate name typebound subroutines [PR98897]. 2021-02-11 Paul Thomas <pa...@gcc.gnu.org> gcc/fortran PR fortran/98897 * match.c (gfc_match_call): Include associate names as possible entities with typebound subroutines. The target needs to be resolved for the type. gcc/testsuite/ PR fortran/98897 * gfortran.dg/typebound_call_32.f90: New test.