https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95584
--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Mark Eggleston <markeggles...@gcc.gnu.org>: https://gcc.gnu.org/g:8f8ea4a47f3ab0b44b2bbf1c77db6111325d4841 commit r11-1777-g8f8ea4a47f3ab0b44b2bbf1c77db6111325d4841 Author: Mark Eggleston <markeggles...@gcc.gnu.org> Date: Thu Jun 25 05:16:50 2020 +0100 Fortran : ICE in generic_correspondence PR95584 Output an error for ambiguous interfaces in generic interface instead of ICE. 2020-07-02 Steven G. Kargl <ka...@gcc.gnu.org> gcc/fortran/ PR fortran/95584 * interface.c (generic_correspondence): Only use the pointer to a symbol if exists. 2020-07-02 Mark Eggleston <markeggles...@gcc.gnu.org> gcc/testsuite/ PR fortran/95584 * gfortran.dg/pr95584.f90: New test.