libgomp/openacc.f90 – clean-up public/private attributes
authorTobias Burnus <tobias@codesourcery.com>
Tue, 17 Dec 2019 11:19:32 +0000 (11:19 +0000)
committerTobias Burnus <burnus@gcc.gnu.org>
Tue, 17 Dec 2019 11:19:32 +0000 (12:19 +0100)
commit0b8499a4808d5b8b65559c99bb8c68d076f195a3
tree617a68936b6fa25f2445ff22344fd341560fab8e
parente55cdb1455417b139374bf2eee5fce6692b48de7
libgomp/openacc.f90 – clean-up public/private attributes

        * config/accel/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
        * openacc.f90: Add comment with crossref to that file and openmp_lib.h;
        fix comment typo.
        * openacc_lib.h (acc_device_gcn): Add this PARAMETER.

From-SVN: r279456
libgomp/ChangeLog
libgomp/config/accel/openacc.f90
libgomp/openacc.f90
libgomp/openacc_lib.h