https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90290
--- Comment #5 from kargl at gcc dot gnu.org --- Author: kargl Date: Fri Jun 21 00:54:28 2019 New Revision: 272541 URL: https://gcc.gnu.org/viewcvs?rev=272541&root=gcc&view=rev Log: 2019-06-20 Steven G. Kargl <ka...@gcc.gnu.org> Backport from mainline PR fortran/90290 * match.c (gfc_match_stopcode): Check F2008 condition on stop code. 2019-06-20 Steven G. Kargl <ka...@gcc.gnu.org> Backport from mainline PR fortran/90290 * gfortran.dg/pr90290.f90: New test. Added: branches/gcc-9-branch/gcc/testsuite/gfortran.dg/pr90290.f90 Modified: branches/gcc-9-branch/gcc/fortran/ChangeLog branches/gcc-9-branch/gcc/fortran/match.c branches/gcc-9-branch/gcc/testsuite/ChangeLog