[Bug fortran/88249] ICE in gfc_resolve_filepos, at fortran/io.c:2853

kargl at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Dec 11 23:40:00 GMT 2018


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88249

--- Comment #4 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Tue Dec 11 23:39:43 2018
New Revision: 267036

URL: https://gcc.gnu.org/viewcvs?rev=267036&root=gcc&view=rev
Log:
2018-12-11  Steven G. Kargl  <kargl@gcc.gnu.org>

        PR fortran/88249
        * gfortran.h: Update prototype for gfc_resolve_filepos().
        * io.c (gfc_resolve_filepos): Check for UNIT number if ERR= is present.
        Use passed in locus for error message.
        * resolve.c (gfc_resolve_code): Pass locus in gfc_resolve_filepos()
        call.

2018-12-11  Steven G. Kargl  <kargl@gcc.gnu.org>

        PR fortran/88249
        * gfortran.dg/pr88249.f90: New test.

Added:
    branches/gcc-8-branch/gcc/testsuite/gfortran.dg/pr88249.f90
Modified:
    branches/gcc-8-branch/gcc/fortran/ChangeLog
    branches/gcc-8-branch/gcc/fortran/gfortran.h
    branches/gcc-8-branch/gcc/fortran/io.c
    branches/gcc-8-branch/gcc/fortran/resolve.c
    branches/gcc-8-branch/gcc/testsuite/ChangeLog


More information about the Gcc-bugs mailing list