This is the mail archive of the gcc-patches@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]

Re: [PATCH, OpenACC] C++ reference mapping (PR middle-end/86336)


On Tue, Sep 11, 2018 at 10:20:26PM -0400, Julian Brown wrote:
> 2018-09-09  Cesar Philippidis  <cesar@codesourcery.com>
>             Julian Brown  <julian@codesourcery.com>
> 
>         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


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