[Openmp-commits] [PATCH] D74956: OpenMP 5.1 omp_display_env function implementation.
Kelvin Li via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Fri Feb 21 07:09:54 PST 2020
kkwli0 added inline comments.
================
Comment at: openmp/runtime/src/include/omp_lib.f.var:493
+ use omp_lib_kinds
+ logical (kind=omp_logical_kind) verbose
+ end subroutine omp_display_env
----------------
The subroutine is declared as `bind(C)` and the `verbose` argument is passed by reference. Does it match the C prototype? Should it have the value attribute as well?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74956/new/
https://reviews.llvm.org/D74956
More information about the Openmp-commits
mailing list