r279456 - in /trunk/libgomp: ChangeLog config/a...

burnus@gcc.gnu.org burnus@gcc.gnu.org
Tue Dec 17 11:19:00 GMT 2019


Author: burnus
Date: Tue Dec 17 11:19:32 2019
New Revision: 279456

URL: https://gcc.gnu.org/viewcvs?rev=279456&root=gcc&view=rev
Log:
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.


Modified:
    trunk/libgomp/ChangeLog
    trunk/libgomp/config/accel/openacc.f90
    trunk/libgomp/openacc.f90
    trunk/libgomp/openacc_lib.h



More information about the Gcc-cvs mailing list