Re: [libgomp, OpenACC] Add more map handling for enter/exit data directives

2017-07-25 Thread Chung-Lin Tang
Ping. On 2017/6/22 3:18 PM, Chung-Lin Tang wrote: > On 2017/6/14 12:00 AM, Jakub Jelinek wrote: >> I don't see sufficient information on what you want to change and why >> and whether the changes are backwards compatible (say will a valid >> OpenACC 2.0 program compiled by GCC 7 work against both

Re: [libgomp, OpenACC] Add more map handling for enter/exit data directives

2017-06-22 Thread Chung-Lin Tang
On 2017/6/14 12:00 AM, Jakub Jelinek wrote: > I don't see sufficient information on what you want to change and why > and whether the changes are backwards compatible (say will a valid > OpenACC 2.0 program compiled by GCC 7 work against both libgomp from GCC 7 > as well as one with this patch)? >

Re: [libgomp, OpenACC] Add more map handling for enter/exit data directives

2017-06-13 Thread Jakub Jelinek
On Tue, Jun 13, 2017 at 06:48:18PM +0800, Chung-Lin Tang wrote: > Hi Jakub, > this patch has been posted before, but hasn't really been reviewed yet: > https://gcc.gnu.org/ml/gcc-patches/2016-08/msg01927.html > > This has been deployed on gomp-4_0-branch for a long time, and was re-tested > on cur

[libgomp, OpenACC] Add more map handling for enter/exit data directives

2017-06-13 Thread Chung-Lin Tang
Hi Jakub, this patch has been posted before, but hasn't really been reviewed yet: https://gcc.gnu.org/ml/gcc-patches/2016-08/msg01927.html This has been deployed on gomp-4_0-branch for a long time, and was re-tested on current trunk, test results okay. Is this okay for trunk? Thanks, Chung-Lin