https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88169
--- Comment #15 from kargl at gcc dot gnu.org --- Author: kargl Date: Sat Dec 22 18:09:19 2018 New Revision: 267354 URL: https://gcc.gnu.org/viewcvs?rev=267354&root=gcc&view=rev Log: 2018-12-21 Steven G. Kargl <ka...@gcc.gnu.org> PR fortran/88169 * module.c (mio_namelist): Remove an error condition/message that is contrary to the Fortran standard. 2018-12-21 Steven G. Kargl <ka...@gcc.gnu.org> PR fortran/88169 * gfortran.dg/pr88169_1.f90: new test. * gfortran.dg/pr88169_2.f90: Ditto. * gfortran.dg/pr88169_3.f90: Ditto. Added: branches/gcc-7-branch/gcc/testsuite/gfortran.dg/pr88169_1.f90 branches/gcc-7-branch/gcc/testsuite/gfortran.dg/pr88169_2.f90 branches/gcc-7-branch/gcc/testsuite/gfortran.dg/pr88169_3.f90 Modified: branches/gcc-7-branch/gcc/fortran/ChangeLog branches/gcc-7-branch/gcc/fortran/module.c branches/gcc-7-branch/gcc/testsuite/ChangeLog