aboutsummaryrefslogtreecommitdiff
path: root/libgomp
diff options
context:
space:
mode:
Diffstat (limited to 'libgomp')
-rw-r--r--libgomp/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index f87644f..9652157 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,15 @@
+2023-08-22 Francois-Xavier Coudert <fxcoudert@gmail.com>
+
+ * testsuite/lib/libgomp.exp: Add effective target.
+ * testsuite/libgomp.c/simd-math-1.c: Avoid calling nonstandard
+ functions.
+
+2023-08-22 Tobias Burnus <tobias@codesourcery.com>
+
+ * libgomp.texi (OpenMP 5.2 status): Add depobj with
+ destroy-var argument as 'N'. Mark defaultmap with
+ 'all' category as 'Y'.
+
2023-08-19 Tobias Burnus <tobias@codesourcery.com>
PR middle-end/111017