Re: [gomp4] add support for allocatable scalars in OpenACC declare constructs

2017-04-20 Thread Cesar Philippidis
On 04/20/2017 01:08 AM, Thomas Schwinge wrote: > On Wed, 19 Apr 2017 11:11:39 -0700, Cesar Philippidis > wrote: >> Included in this patch is a bug fix for non-declared allocatable >> scalars. [...] > > Please, bug fixes as work items/patches/commits separate from new > features. (As long as t

Re: [gomp4] add support for allocatable scalars in OpenACC declare constructs

2017-04-20 Thread Thomas Schwinge
Hi! On Wed, 19 Apr 2017 11:11:39 -0700, Cesar Philippidis wrote: > I've applied this patch to gomp-4_0-branch to add support for fortran > allocatable scalars inside OpenACC declare constructs. Thanks! > Included in this patch is a bug fix for non-declared allocatable > scalars. [...] Please

[gomp4] add support for allocatable scalars in OpenACC declare constructs

2017-04-19 Thread Cesar Philippidis
I've applied this patch to gomp-4_0-branch to add support for fortran allocatable scalars inside OpenACC declare constructs. In order to update the declared variable on the device, the fortran FE now uses the GOMP_MAP_ALWAYS_POINTERS for declared allocatable scalars. That necessitated some minor tw