[Bug fortran/91864] [9/10 Regression] ICE in gfc_check_do_variable, at fortran/parse.c:4405
kargl at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Oct 1 19:21:00 GMT 2019
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 <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-bugs
mailing list