aboutsummaryrefslogtreecommitdiff
path: root/libgomp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-05-04 00:16:24 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-05-04 00:16:24 +0000
commite66af28d9907321c14a34803bcf1cfdd350745b8 (patch)
tree838ca9ddb518cc84f2039d20c1664e48c5c2e17b /libgomp
parentec70591fbb99ea81f6559c041d065fff79424656 (diff)
downloadgcc-e66af28d9907321c14a34803bcf1cfdd350745b8.zip
gcc-e66af28d9907321c14a34803bcf1cfdd350745b8.tar.gz
gcc-e66af28d9907321c14a34803bcf1cfdd350745b8.tar.bz2
Daily bump.
Diffstat (limited to 'libgomp')
-rw-r--r--libgomp/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index aff1ab9..299df41 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,21 @@
+2022-05-03 Marcel Vollweiler <marcel@codesourcery.com>
+
+ * libgomp.map: Added omp_get_mapped_ptr.
+ * libgomp.texi: Tagged omp_get_mapped_ptr as supported.
+ * omp.h.in: Added omp_get_mapped_ptr.
+ * omp_lib.f90.in: Added interface for omp_get_mapped_ptr.
+ * omp_lib.h.in: Likewise.
+ * target.c (omp_get_mapped_ptr): Added implementation of
+ omp_get_mapped_ptr.
+ * testsuite/libgomp.c-c++-common/get-mapped-ptr-1.c: New test.
+ * testsuite/libgomp.c-c++-common/get-mapped-ptr-2.c: New test.
+ * testsuite/libgomp.c-c++-common/get-mapped-ptr-3.c: New test.
+ * testsuite/libgomp.c-c++-common/get-mapped-ptr-4.c: New test.
+ * testsuite/libgomp.fortran/get-mapped-ptr-1.f90: New test.
+ * testsuite/libgomp.fortran/get-mapped-ptr-2.f90: New test.
+ * testsuite/libgomp.fortran/get-mapped-ptr-3.f90: New test.
+ * testsuite/libgomp.fortran/get-mapped-ptr-4.f90: New test.
+
2022-04-28 Thomas Schwinge <thomas@codesourcery.com>
PR fortran/104717