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

--- Comment #5 from cesar at gcc dot gnu.org ---
Author: cesar
Date: Thu Jan  7 03:28:05 2016
New Revision: 232121

URL: https://gcc.gnu.org/viewcvs?rev=232121&root=gcc&view=rev
Log:
        PR other/68813

        gcc/
        * omp-low.c (is_oacc_reduction_private): Delete.
        (build_outer_var_ref): Remove special handling for private reductions
        in openacc.
        (scan_sharing_clauses): Likewise.
        (lower_rec_input_clauses): Likewise.
        (lower_oacc_reductions): Update support for private reductions.

        libgomp/
        * testsuite/libgomp.oacc-fortran/pr68813.f90: New test.
        * testsuite/libgomp.oacc-fortran/reduction-7.f90: New test.


Added:
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-fortran/pr68813.f90
   
branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-fortran/reduction-7.f90
Modified:
    branches/gomp-4_0-branch/gcc/ChangeLog.gomp
    branches/gomp-4_0-branch/gcc/omp-low.c
    branches/gomp-4_0-branch/libgomp/ChangeLog.gomp

Reply via email to