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/86045] ICE in reduce_binary_ac, at fortran/arith.c:1308


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

--- Comment #7 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Thu Jun  7 18:17:49 2018
New Revision: 261290

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

        PR fortran/86045
        * simplify.c (gfc_simplify_mod): Re-arrange code to test whether
        'P' is zero and issue an error if it is.

2018-06-07  Steven G. Kargl  <kargl@gcc.gnu.org>

        PR fortran/86045
        * gfortran.dg/pr86045.f90: New test.

Added:
    branches/gcc-8-branch/gcc/testsuite/gfortran.dg/pr86045.f90
Modified:
    branches/gcc-8-branch/gcc/fortran/ChangeLog
    branches/gcc-8-branch/gcc/fortran/simplify.c
    branches/gcc-8-branch/gcc/testsuite/ChangeLog

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