]> git.ipfire.org Git - thirdparty/gcc.git/commit
libomp: Add omp_depend_kind to omp_lib.{f90,h}
authorTobias Burnus <tobias@codesourcery.com>
Thu, 23 Jul 2020 13:02:15 +0000 (15:02 +0200)
committerTobias Burnus <tobias@codesourcery.com>
Thu, 23 Jul 2020 13:02:15 +0000 (15:02 +0200)
commit2631d95ae29dc6a0f5bda4af1f6595a17b1efbfd
tree688ad21110bf1c7827bbe2d746b13c5606e62019
parent0c111868b791a5251de7a59362e15c51cd35362b
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.
gcc/fortran/intrinsic.texi
libgomp/Makefile.in
libgomp/configure
libgomp/configure.ac
libgomp/libgomp_f.h.in
libgomp/omp_lib.f90.in
libgomp/omp_lib.h.in
libgomp/testsuite/Makefile.in