Re: [PATCH 9/9] [OpenACC] Don't detach for no-op exit data with zero dynamic refcount

2020-07-24 Thread Julian Brown
On Fri, 24 Jul 2020 16:18:34 +0200 Thomas Schwinge wrote: > Hi Julian! > > On 2020-06-16T15:39:45-0700, Julian Brown > wrote: > > This patch fixes a set of XFAILs > > The overall goal of couse is not to resolve XFAILs, but to implement > the expected behavior. :-) Eh, details :-). > > in

Re: [PATCH 9/9] [OpenACC] Don't detach for no-op exit data with zero dynamic refcount

2020-07-24 Thread Thomas Schwinge
Hi Julian! On 2020-06-16T15:39:45-0700, Julian Brown wrote: > This patch fixes a set of XFAILs The overall goal of couse is not to resolve XFAILs, but to implement the expected behavior. :-) > in some recently-added patches by > skipping a detach operation on "no-op" exit data operations for b

[PATCH 9/9] [OpenACC] Don't detach for no-op exit data with zero dynamic refcount

2020-06-16 Thread Julian Brown
This patch fixes a set of XFAILs in some recently-added patches by skipping a detach operation on "no-op" exit data operations for blocks with zero dynamic refcount. This takes advantage of the ordering of detach clauses with respect to associated data-movement clauses: i.e., they are grouped toge