Re: [PATCH 1/3] Add OpenACC test for sub-references being pointer or allocatable variables

2020-01-07 Thread Tobias Burnus
Hi Julian, looks good to me – thanks! Tobias On 1/4/20 3:25 AM, Julian Brown wrote: Hi, This test (by Tobias Burnus, mildly edited) adds a test to check whether the final component of a derived-type access has pointer or allocatable type for manual deep copy attach/detach operations. This is

[PATCH 1/3] Add OpenACC test for sub-references being pointer or allocatable variables

2020-01-03 Thread Julian Brown
Hi, This test (by Tobias Burnus, mildly edited) adds a test to check whether the final component of a derived-type access has pointer or allocatable type for manual deep copy attach/detach operations. This is just checking existing behaviour. This arose from discussion of the manual deep copy pat