https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91864
--- Comment #4 from kargl at gcc dot gnu.org --- Author: kargl Date: Tue Oct 1 19:21:05 2019 New Revision: 276425 URL: https://gcc.gnu.org/viewcvs?rev=276425&root=gcc&view=rev Log: 2019-10-01 Steven G. Kargl <ka...@gcc.gnu.org> PR fortran/91864 * gcc/fortran/io.c (match_io_element): An inquiry parameter cannot be read into. * gcc/fortran/match.c (gfc_match_allocate): An inquiry parameter can be neither an allocate-object nor stat variable. (gfc_match_deallocate): An inquiry parameter cannot be deallocated. 2019-10-01 Steven G. Kargl <ka...@gcc.gnu.org> PR fortran/91864 * gcc/testsuite/gfortran.dg/pr91864.f90 Added: branches/gcc-9-branch/gcc/testsuite/gfortran.dg/pr91864.f90 Modified: branches/gcc-9-branch/gcc/fortran/ChangeLog branches/gcc-9-branch/gcc/fortran/io.c branches/gcc-9-branch/gcc/fortran/match.c branches/gcc-9-branch/gcc/testsuite/ChangeLog