Re: [PATCH 1/2] [OpenACC] Refuse update/copyout for blocks with attached pointers

2020-07-24 Thread Thomas Schwinge
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

[PATCH 1/2] [OpenACC] Refuse update/copyout for blocks with attached pointers

2020-06-22 Thread Julian Brown
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