https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98897
--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-10 branch has been updated by Paul Thomas <pa...@gcc.gnu.org>: https://gcc.gnu.org/g:9d3b9a3e70e634c7c48bb12bb35ec8219024f98b commit r10-9358-g9d3b9a3e70e634c7c48bb12bb35ec8219024f98b 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. (cherry picked from commit ff6903288d96aa1d28ae4912b1270985475f3ba8)