Hi Julian!
Quoting your parent email:
On 2020-06-22T05:14:42-0700, Julian Brown wrote:
> Investigating PR95590, I realised that we can do better at diagnosing
> some potentially troublesome usage of OpenACC "attach" behaviour, namely
> updating blocks with attached pointers. Updating either the
As mentioned in the parent email, this patch adds diagnostics for
probably-broken code that updates (host/device) or copies-out blocks
that still have attached pointers. Several new tests have been added.
OK?
Julian
ChangeLog
libgomp/
* oacc-mem.c (update_dev_host): Raise error