https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121060
--- Comment #5 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-15 branch has been updated by Paul Thomas <pa...@gcc.gnu.org>: https://gcc.gnu.org/g:ead967d92aee51eaa015148cdca94c5e45af236f commit r15-9983-gead967d92aee51eaa015148cdca94c5e45af236f 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)