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
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
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