On Tue, Sep 11, 2018 at 10:20:26PM -0400, Julian Brown wrote:
> 2018-09-09 Cesar Philippidis <[email protected]>
> Julian Brown <[email protected]>
>
> PR middle-end/86336
>
> gcc/cp/
> * semantics.c (finish_omp_clauses): Treat C++ references the same in
> OpenACC as OpenMP.
>
> * gimplify.c (gimplify_scan_omp_clauses): Set
> target_firstprivatize_array_bases in OpenACC parallel and kernels
> region contexts. Remove GOMP_MAP_FIRSTPRIVATE_REFERENCE clauses from
> OpenACC data regions.
>
> libgomp/
> * testsuite/libgomp.oacc-c++/non-scalar-data.C: Remove XFAIL.
LGTM.
Jakub