https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121060
--- Comment #6 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-14 branch has been updated by Paul Thomas <pa...@gcc.gnu.org>: https://gcc.gnu.org/g:4ba8f2102fec5e04df28e912036283b67aff6c07 commit r14-11892-g4ba8f2102fec5e04df28e912036283b67aff6c07 Author: Paul Thomas <pa...@gcc.gnu.org> Date: Wed Jul 16 06:16:57 2025 +0100 Fortran: Fix ICE in ASSOCIATE with user defined operator [PR121060] 2025-07-16 Paul Thomas <pa...@gcc.gnu.org> gcc/fortran PR fortran/121060 * interface.cc (matching_typebound_op): Defer determination of specific procedure until resolution by returning NULL. gcc/testsuite/ PR fortran/121060 * gfortran.dg/associate_75.f90: New test. (cherry picked from commit 82e912344d28cf1a69e5f8e047203ea7eb625302)