libgomp/openacc.f90 – clean-up public/private attributes
authorTobias Burnus <tobias@codesourcery.com>
Fri, 13 Dec 2019 07:58:53 +0000 (07:58 +0000)
committerTobias Burnus <burnus@gcc.gnu.org>
Fri, 13 Dec 2019 07:58:53 +0000 (08:58 +0100)
commit7858bb9693e5a3c39e2cc5aede341895a9e6d1b3
tree3134206960ee6ca2a1cd8835b413a2c19f463c50
parent396c2a9842f0f565b86efcb41bb3386da5dca889
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.

From-SVN: r279337
libgomp/ChangeLog
libgomp/openacc.f90