2016-10-17 Steven G. Kargl <kargl@gcc.gnu.org>
commit443d1195e283af34778bcca151b65bdf65c4d52c
authorkargl <kargl@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Oct 2016 19:57:12 +0000 (17 19:57 +0000)
committerkargl <kargl@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Oct 2016 19:57:12 +0000 (17 19:57 +0000)
tree301af084648f9800d649bc6d609c03b6be9f3847
parent876d4bc9ca4a08cb3ef05f032c930eb1e47adb72
2016-10-17  Steven G. Kargl  <kargl@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  <kargl@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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@241279 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/match.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/pr77978_1.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/pr77978_2.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/pr77978_3.f90 [new file with mode: 0644]