https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95611
--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-10 branch has been updated by Harald Anlauf <anl...@gcc.gnu.org>: https://gcc.gnu.org/g:3b9a3b484f7c89bc5064bf32ecfa2b4aee218d5f commit r10-8275-g3b9a3b484f7c89bc5064bf32ecfa2b4aee218d5f Author: Harald Anlauf <anl...@gmx.de> Date: Thu Jun 11 21:03:48 2020 +0200 PR fortran/95611 - ICE in access_attr_decl, at fortran/decl.c:9075 When reporting a duplicate access specification of an operator, refer to the proper symbol. 2020-06-11 Harald Anlauf <anl...@gmx.de> gcc/fortran/ PR fortran/95611 * decl.c (access_attr_decl): Use correct symbol in error message. Co-Authored-By: Steven G. Kargl <ka...@gcc.gnu.org> (cherry picked from commit 393ccb72566dc004b9ab5c3b8fb6fdca6c095812)