Re: Implementing OpenACC's Fortran module

2017-05-24 Thread Thomas Schwinge
Hi! On Wed, 24 May 2017 13:58:32 +0200, Jakub Jelinek wrote: > On Wed, May 24, 2017 at 01:34:50PM +0200, Thomas Schwinge wrote: > > Thus OK for trunk, as posted? > > Ok. Thanks. Committed to trunk in r248412: commit b70df2112de1c8fb9b448dc24e3a58055e4bbbdc Author: tschwinge Date: Wed May 2

Re: Implementing OpenACC's Fortran module

2017-05-24 Thread Jakub Jelinek
On Wed, May 24, 2017 at 01:34:50PM +0200, Thomas Schwinge wrote: > Thus OK for trunk, as posted? Ok. Jakub

Re: Implementing OpenACC's Fortran module

2017-05-24 Thread Thomas Schwinge
Hi Jakub! On Tue, 23 May 2017 13:12:00 +0200, Jakub Jelinek wrote: > On Mon, May 22, 2017 at 05:23:25PM +0200, Thomas Schwinge wrote: > > --- libgomp/openacc_lib.h > > +++ libgomp/openacc_lib.h > > @@ -191,23 +191,9 @@ > >end interface > > > >interface acc_pcopyin > > -s

Re: Implementing OpenACC's Fortran module

2017-05-23 Thread Jakub Jelinek
On Mon, May 22, 2017 at 05:23:25PM +0200, Thomas Schwinge wrote: > --- libgomp/openacc_lib.h > +++ libgomp/openacc_lib.h > @@ -191,23 +191,9 @@ >end interface > >interface acc_pcopyin > -subroutine acc_pcopyin_32_h (a, len) > - use iso_c_binding, only: c_int32_t >

Re: Implementing OpenACC's Fortran module

2017-05-22 Thread Thomas Schwinge
Hi! On Thu, 13 Apr 2017 19:45:05 +0200, I wrote: > On Fri, 10 Oct 2014 12:42:06 +0200, I wrote: > > In the OpenACC Runtime Library, acc_pcopyin and acc_pcreate are to be > > aliases for acc_present_or_copyin and acc_present_or_create, > > respectively. > > > > This is implemented in openacc.f90 a