aboutsummaryrefslogtreecommitdiff
path: root/libgomp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2020-11-02 20:53:00 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2020-11-02 20:53:00 +0000
commit88ce3d5fbb948cc600800b15f4ca774a0ce8e7a7 (patch)
treeaefd01a11fa4670cf14d4cc54452ad6b12fcc7a0 /libgomp
parent9e3c694afacf965293fe8b3b7b9a5022415e03c9 (diff)
downloadgcc-88ce3d5fbb948cc600800b15f4ca774a0ce8e7a7.zip
gcc-88ce3d5fbb948cc600800b15f4ca774a0ce8e7a7.tar.gz
gcc-88ce3d5fbb948cc600800b15f4ca774a0ce8e7a7.tar.bz2
Daily bump.
Diffstat (limited to 'libgomp')
-rw-r--r--libgomp/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 49ab9be..2c0d207 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,22 @@
+2020-11-02 Thomas Schwinge <thomas@codesourcery.com>
+
+ PR target/85486
+ * testsuite/libgomp.oacc-c-c++-common/pr85486-2.c: Simplify and enhance.
+ * testsuite/libgomp.oacc-c-c++-common/pr85486-3.c: Likewise.
+ * testsuite/libgomp.oacc-c-c++-common/pr85486.c: Likewise.
+
+2020-11-02 Thomas Schwinge <thomas@codesourcery.com>
+
+ PR testsuite/80219
+ PR testsuite/85303
+ * testsuite/lib/libgomp.exp (libgomp_init): Set
+ 'gcc_warning_prefix', 'gcc_error_prefix'.
+
+2020-10-30 Jakub Jelinek <jakub@redhat.com>
+
+ * target.c (gomp_map_vars_internal): Use FIELD_TGT_EMPTY macro
+ even in field_tgt_clear initializer.
+
2020-10-28 Jakub Jelinek <jakub@redhat.com>
* testsuite/libgomp.c/target-42.c: New test.