This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/81464] [8 Regression] ICE in expand_omp_for_static_chunk, at omp-expand.c:4236
- From: "vries at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 19 Jul 2017 06:26:40 +0000
- Subject: [Bug middle-end/81464] [8 Regression] ICE in expand_omp_for_static_chunk, at omp-expand.c:4236
- Auto-submitted: auto-generated
- References: <bug-81464-4@http.gcc.gnu.org/bugzilla/>
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