r276425 - in /branches/gcc-9-branch/gcc: fortra...

kargl@gcc.gnu.org kargl@gcc.gnu.org
Tue Oct 1 19:21:00 GMT 2019


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  <kargl@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  <kargl@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



More information about the Gcc-cvs mailing list