Re: [PATCH 10/13] OpenACC 2.6 deep copy: Fortran front-end parts

2019-12-20 Thread Tobias Burnus
Hi Julian, thanks for the patch and the post-review fixes. (The revised patch was committed as r279628. And I have committed a few minor follow-up improvements.) I still have an issues with the following. On 12/18/19 11:51 PM, Tobias Burnus wrote: +  /* Disallow duplicate bare variable

Re: [PATCH 10/13] OpenACC 2.6 deep copy: Fortran front-end parts

2019-12-18 Thread Tobias Burnus
On 12/18/19 7:04 AM, Julian Brown wrote: This part contains the Fortran front-end support for parsing the new attach and detach clauses, as well as derived-type members on other data-movement clauses (copyin, copyout, etc.). I browsed the patch and it looks mostly fine to me. However, I do have