[Bug fortran/121060] ICE when argument is associate name created from type-bound operator result
pault at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jul 14 14:10:53 GMT 2025
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121060
Paul Thomas <pault at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pault at gcc dot gnu.org
--- Comment #2 from Paul Thomas <pault at gcc dot gnu.org> ---
associate(laplacian_phi => laplacian (phi))
works as expected. For some reason, matching_typebound_op is failing to find
the specific procedure; ie. 'laplacian'.
Paul
More information about the Gcc-bugs
mailing list