Re: [patch] libgomp/openacc.f90 – clean-up public/private attributes

2019-12-17 Thread Tobias Burnus
Hi Thomas, updated version committed (r279456) – which adds 'acc_device_gcn' to openacc_lib.h – besides the other cleanup. On 12/16/19 9:41 PM, Thomas Schwinge wrote I'll point out there also exists 'libgomp/config/accel/openacc.f90', I have now updated that file in the same way – and added

Re: [patch] libgomp/openacc.f90 – clean-up public/private attributes

2019-12-16 Thread Thomas Schwinge
Hi Tobias! On 2019-12-11T13:47:51+0100, Tobias Burnus wrote: > This patch cleans up the public/private handling in libgomp/openacc.f90: > > * module openacc_kinds marked symbols explicitly as public and private > (but default is public). Make this explicit by a 'PUBLIC' and remove the >

[patch] libgomp/openacc.f90 – clean-up public/private attributes

2019-12-11 Thread Tobias Burnus
This patch cleans up the public/private handling in libgomp/openacc.f90: * module openacc_kinds marked symbols explicitly as public and private (but default is public). Make this explicit by a 'PUBLIC' and remove the (redundant) explicit 'public :: ' lines. * 'module openacc' had a bunch of