This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r279337 - in /trunk/libgomp: ChangeLog openacc.f90
- From: burnus at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Fri, 13 Dec 2019 07:58:53 -0000
- Subject: r279337 - in /trunk/libgomp: ChangeLog openacc.f90
Author: burnus
Date: Fri Dec 13 07:58:53 2019
New Revision: 279337
URL: https://gcc.gnu.org/viewcvs?rev=279337&root=gcc&view=rev
Log:
libgomp/openacc.f90 – clean-up public/private attributes
libgomp/
* openacc.f90 (module openacc_kinds): Use 'PUBLIC' to mark all symbols
as public except for the 'use …, only' imported symbol, which is
private.
(module openacc): Default to 'PRIVATE' to exclude openacc_internal; mark
all symbols from module openacc_kinds as PUBLIC; add missing PUBLIC
attributes for acc_copyout_finalize and acc_delete_finalize.
Modified:
trunk/libgomp/ChangeLog
trunk/libgomp/openacc.f90