https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77978
--- Comment #5 from kargl at gcc dot gnu.org --- Author: kargl Date: Mon Oct 17 21:29:31 2016 New Revision: 241280 URL: https://gcc.gnu.org/viewcvs?rev=241280&root=gcc&view=rev Log: 2016-10-17 Steven G. Kargl <ka...@gcc.gnu.org> PR fortran/77978 * match.c (gfc_match_stopcode): Fix error reporting for several deficiencies in matching stop-codes. 2016-10-17 Steven G. Kargl <ka...@gcc.gnu.org> PR fortran/77978 * gfortran.dg/pr77978_1.f90: New test. * gfortran.dg/pr77978_2.f90: Ditto. * gfortran.dg/pr77978_3.f90: Ditto. Added: branches/gcc-6-branch/gcc/testsuite/gfortran.dg/pr77978_1.f90 branches/gcc-6-branch/gcc/testsuite/gfortran.dg/pr77978_2.f90 branches/gcc-6-branch/gcc/testsuite/gfortran.dg/pr77978_3.f90 Modified: branches/gcc-6-branch/gcc/fortran/ChangeLog branches/gcc-6-branch/gcc/fortran/match.c branches/gcc-6-branch/gcc/testsuite/ChangeLog