aboutsummaryrefslogtreecommitdiff
path: root/libgomp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-06-13 00:17:29 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-06-13 00:17:29 +0000
commit9d250bdb88e2a0496307e64675529f3b73c054b5 (patch)
tree3e5d04e39e4b92e90b26fcd18b2db495e287ba71 /libgomp
parent8089f26b94f47d9923d3bc0c05aae09363983b2e (diff)
downloadgcc-9d250bdb88e2a0496307e64675529f3b73c054b5.zip
gcc-9d250bdb88e2a0496307e64675529f3b73c054b5.tar.gz
gcc-9d250bdb88e2a0496307e64675529f3b73c054b5.tar.bz2
Daily bump.
Diffstat (limited to 'libgomp')
-rw-r--r--libgomp/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 7b355b9..2e73b0a 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,19 @@
+2023-06-12 Tobias Burnus <tobias@codesourcery.com>
+
+ * target.c (gomp_to_device_kind_p, gomp_map_vars_internal): Replace
+ GOMP_MAP_PRESENT_{FROM,TO,TOFROM,ACLLOC} by GOMP_MAP_FORCE_PRESENT.
+ (gomp_map_vars_internal, gomp_update): Likewise; unify and improve
+ error message.
+ * testsuite/libgomp.c-c++-common/target-present-2.c: Update for
+ changed error message.
+ * testsuite/libgomp.fortran/target-present-1.f90: Likewise.
+ * testsuite/libgomp.fortran/target-present-2.f90: Likewise.
+ * testsuite/libgomp.oacc-c-c++-common/present-1.c: Likewise.
+ * testsuite/libgomp.c-c++-common/target-present-1.c: Likewise and
+ extend testcase to check that data is copied when needed.
+ * testsuite/libgomp.c-c++-common/target-present-3.c: Likewise.
+ * testsuite/libgomp.fortran/target-present-3.f90: Likewise.
+
2023-06-07 Thomas Schwinge <thomas@codesourcery.com>
Tobias Burnus <tobias@codesourcery.com>