aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorTobias Burnus <tobias@codesourcery.com>2020-07-23 15:02:15 +0200
committerTobias Burnus <tobias@codesourcery.com>2020-07-23 15:02:15 +0200
commit2631d95ae29dc6a0f5bda4af1f6595a17b1efbfd (patch)
tree688ad21110bf1c7827bbe2d746b13c5606e62019 /gcc
parent0c111868b791a5251de7a59362e15c51cd35362b (diff)
downloadgcc-2631d95ae29dc6a0f5bda4af1f6595a17b1efbfd.zip
gcc-2631d95ae29dc6a0f5bda4af1f6595a17b1efbfd.tar.gz
gcc-2631d95ae29dc6a0f5bda4af1f6595a17b1efbfd.tar.bz2
libomp: Add omp_depend_kind to omp_lib.{f90,h}
gcc/fortran/ChangeLog: * intrinsic.texi (OMP_LIB_KINDS): Add omp_depend_kind. libgomp/ChangeLog: * configure.ac: Add OMP_DEPEND_KIND and OMP_INT128_SIZE. * libgomp_f.h.in (omp_check_defines): Check whether sizeof of determined Fortran kind and C typedef match. * omp_lib.f90.in: Add omp_depened_kind. * omp_lib.h.in: Likewise; fix omp_alloctrait_key_kind. * configure: Regenerate. * Makefile.in: Regenerate. * testsuite/Makefile.in: Regenerate.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/fortran/intrinsic.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/fortran/intrinsic.texi b/gcc/fortran/intrinsic.texi
index 1b93d25..6268fec 100644
--- a/gcc/fortran/intrinsic.texi
+++ b/gcc/fortran/intrinsic.texi
@@ -15317,6 +15317,7 @@ named constants:
@item @code{omp_allocator_handle_kind}
@item @code{omp_alloctrait_key_kind}
@item @code{omp_alloctrait_val_kind}
+@item @code{omp_depend_kind}
@item @code{omp_lock_kind}
@item @code{omp_lock_hint_kind}
@item @code{omp_nest_lock_kind}