[Bug middle-end/80853] [6 Regression] OpenMP ICE in build_outer_var_ref with array reduction

2017-06-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80853

Jakub Jelinek  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Jakub Jelinek  ---
Fixed.

[Bug middle-end/80853] [6 Regression] OpenMP ICE in build_outer_var_ref with array reduction

2017-06-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80853

--- Comment #4 from Jakub Jelinek  ---
Author: jakub
Date: Thu Jun 22 11:07:44 2017
New Revision: 249504

URL: https://gcc.gnu.org/viewcvs?rev=249504=gcc=rev
Log:
Backported from mainline
2017-05-22  Jakub Jelinek  

PR middle-end/80853
* omp-low.c (lower_reduction_clauses): Pass OMP_CLAUSE_PRIVATE
as last argument to build_outer_var_ref for pointer bases of array
section reductions.

* testsuite/libgomp.c/pr80853.c: New test.

Added:
branches/gcc-6-branch/libgomp/testsuite/libgomp.c/pr80853.c
Modified:
branches/gcc-6-branch/gcc/ChangeLog
branches/gcc-6-branch/gcc/omp-low.c
branches/gcc-6-branch/libgomp/ChangeLog