This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/88228] ICE in check_null, at fortran/expr.c:2691


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

--- Comment #6 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Sun Dec  9 18:32:01 2018
New Revision: 266928

URL: https://gcc.gnu.org/viewcvs?rev=266928&root=gcc&view=rev
Log:
2018-12-09  Fritz Reese  <fritzoreese@gmail.com>

        PR fortran/88228
        * resolve.c (resolve_operator):  Do not call resolve_function.
        Break like other cases.

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

        PR fortran/88228
        * gfortran.dg/pr88228.f90: New test.

Added:
    branches/gcc-7-branch/gcc/testsuite/gfortran.dg/pr88228.f90
Modified:
    branches/gcc-7-branch/gcc/fortran/ChangeLog
    branches/gcc-7-branch/gcc/fortran/resolve.c
    branches/gcc-7-branch/gcc/testsuite/ChangeLog

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]