re PR fortran/88169 (Rejects USE rename of namelist group)
authorSteven G. Kargl <kargl@gcc.gnu.org>
Sat, 22 Dec 2018 17:26:12 +0000 (17:26 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Sat, 22 Dec 2018 17:26:12 +0000 (17:26 +0000)
commit73f5d219bb59d2930010220d144bbff22031fb90
treec766d9d9c6ffe97fafab88a943e8ab1d6987d976
parenta00165b4660b76c8a54ff6be3e053b1cea2a6a37
re PR fortran/88169 (Rejects USE rename of namelist group)

2018-12-21  Steven G. Kargl  <kargl@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  <kargl@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.

From-SVN: r267351
gcc/fortran/ChangeLog
gcc/fortran/module.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/pr88169_1.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/pr88169_2.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/pr88169_3.f90 [new file with mode: 0644]