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 middle-end/81464] [8 Regression] ICE in expand_omp_for_static_chunk, at omp-expand.c:4236


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

--- Comment #8 from Tom de Vries <vries at gcc dot gnu.org> ---
Author: vries
Date: Wed Jul 19 06:25:40 2017
New Revision: 250335

URL: https://gcc.gnu.org/viewcvs?rev=250335&root=gcc&view=rev
Log:
Handle equal-argument loop exit phi in expand_omp_for_static_chunk

2017-07-18  Tom de Vries  <tom@codesourcery.com>

        PR middle-end/81464
        * omp-expand.c (expand_omp_for_static_chunk): Handle equal-argument
loop
        exit phi.

        * gfortran.dg/pr81464.f90: New test.

Added:
    trunk/gcc/testsuite/gfortran.dg/pr81464.f90
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/omp-expand.c
    trunk/gcc/testsuite/ChangeLog

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