https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77978
--- Comment #6 from kargl at gcc dot gnu.org --- Author: kargl Date: Mon Oct 17 23:22:54 2016 New Revision: 241286 URL: https://gcc.gnu.org/viewcvs?rev=241286&root=gcc&view=rev Log: 2016-10-17 Steven G. Kargl <ka...@gcc.gnu.org> Backport from trunk 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-5-branch/gcc/testsuite/gfortran.dg/pr77978_1.f90 branches/gcc-5-branch/gcc/testsuite/gfortran.dg/pr77978_2.f90 branches/gcc-5-branch/gcc/testsuite/gfortran.dg/pr77978_3.f90 Modified: branches/gcc-5-branch/gcc/fortran/ChangeLog branches/gcc-5-branch/gcc/fortran/match.c branches/gcc-5-branch/gcc/testsuite/ChangeLog