https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65453
--- Comment #5 from kargl at gcc dot gnu.org --- Author: kargl Date: Mon Mar 19 19:14:06 2018 New Revision: 258657 URL: https://gcc.gnu.org/viewcvs?rev=258657&root=gcc&view=rev Log: 2018-03-19 Steven G. Kargl <ka...@gcc.gnu.org> PR fortran/65453 * decl.c (get_proc_name): Catch clash between a procedure statement and a contained subprogram 2018-03-19 Steven G. Kargl <ka...@gcc.gnu.org> PR fortran/65453 * gfortran.dg/pr65453.f90: New test. Added: branches/gcc-6-branch/gcc/testsuite/gfortran.dg/pr65453.f90 Modified: branches/gcc-6-branch/gcc/fortran/ChangeLog branches/gcc-6-branch/gcc/fortran/decl.c branches/gcc-6-branch/gcc/testsuite/ChangeLog