Re: [PATCH 3/9] [OpenACC] Adjust dynamic reference count semantics

2020-07-10 Thread Julian Brown
On Fri, 3 Jul 2020 17:41:12 +0200 Thomas Schwinge wrote: > Hi Julian! > > On 2020-06-30T15:51:14+0200, I wrote: > > On 2020-06-16T15:38:33-0700, Julian Brown > > wrote: > >> This is a new version of the patch last sent here: > >> > >>

Re: [PATCH 3/9] [OpenACC] Adjust dynamic reference count semantics

2020-07-03 Thread Thomas Schwinge
Hi Julian! On 2020-06-30T15:51:14+0200, I wrote: > On 2020-06-16T15:38:33-0700, Julian Brown wrote: >> This is a new version of the patch last sent here: >> >> https://gcc.gnu.org/pipermail/gcc-patches/2020-May/546332.html >> >> Minus the bits that Thomas has committed already (thanks!), and

Re: [PATCH 3/9] [OpenACC] Adjust dynamic reference count semantics

2020-06-30 Thread Thomas Schwinge
Hi Julian! On 2020-06-16T15:38:33-0700, Julian Brown wrote: > This is a new version of the patch last sent here: > > https://gcc.gnu.org/pipermail/gcc-patches/2020-May/546332.html > > Minus the bits that Thomas has committed already (thanks!), and with > adjustments to allow for GOMP_MAP_ATTACH

[PATCH 3/9] [OpenACC] Adjust dynamic reference count semantics

2020-06-16 Thread Julian Brown
This is a new version of the patch last sent here: https://gcc.gnu.org/pipermail/gcc-patches/2020-May/546332.html Minus the bits that Thomas has committed already (thanks!), and with adjustments to allow for GOMP_MAP_ATTACH being grouped together with a preceding clause. OK? Julian ChangeLog