Re: [PATCH 09/13] OpenACC 2.6 deep copy: C and C++ front-end parts

2021-06-10 Thread Thomas Schwinge
Hi! While working on something else... ;-) On 2019-12-17T22:03:49-0800, Julian Brown wrote: > --- /dev/null > +++ b/gcc/testsuite/c-c++-common/goacc/mdc-1.c > @@ -0,0 +1,55 @@ > +[...] > +#pragma acc acc enter data attach(s.e) > +[...] ... I noticed 'acc acc'. > --- /dev/null > +++ b/gcc/test

Re: [PATCH 09/13] OpenACC 2.6 deep copy: C and C++ front-end parts

2019-12-26 Thread Jason Merrill
On 12/18/19 1:03 AM, Julian Brown wrote: This patch has been broken out of the "OpenACC 2.6 manual deep copy support" patch, last posted here: https://gcc.gnu.org/ml/gcc-patches/2019-11/msg02376.html This part contains the C and C++ changes to parse attach and detach clauses and struct membe

Re: [PATCH 09/13] OpenACC 2.6 deep copy: C and C++ front-end parts

2019-12-23 Thread Thomas Schwinge
Hi! On 2019-12-17T22:03:49-0800, Julian Brown wrote: > --- /dev/null > +++ b/gcc/testsuite/c-c++-common/goacc/mdc-1.c > @@ -0,0 +1,55 @@ > +/* Test OpenACC's support for manual deep copy, including the attach > + and detach clauses. */ > + > +/* { dg-do compile { target int32 } } */ > +/* { dg

[PATCH 09/13] OpenACC 2.6 deep copy: C and C++ front-end parts

2019-12-17 Thread Julian Brown
This patch has been broken out of the "OpenACC 2.6 manual deep copy support" patch, last posted here: https://gcc.gnu.org/ml/gcc-patches/2019-11/msg02376.html This part contains the C and C++ changes to parse attach and detach clauses and struct member accesses via "." or "->" on other data-mov