aboutsummaryrefslogtreecommitdiff
path: root/libgomp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2020-10-29 00:16:50 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2020-10-29 00:16:50 +0000
commite93aae4a497c38b46df818a629c78149fe6af24b (patch)
tree8e8d6501dd320e58e041de272a6585d3c5d7f984 /libgomp
parentf635f0ce87d687b177b734968f18226d50499e75 (diff)
downloadgcc-e93aae4a497c38b46df818a629c78149fe6af24b.zip
gcc-e93aae4a497c38b46df818a629c78149fe6af24b.tar.gz
gcc-e93aae4a497c38b46df818a629c78149fe6af24b.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 35b6689..49ab9be 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,22 @@
+2020-10-28 Jakub Jelinek <jakub@redhat.com>
+
+ * testsuite/libgomp.c/target-42.c: New test.
+
+2020-10-28 Jakub Jelinek <jakub@redhat.com>
+ Tom de Vries <tdevries@suse.de>
+
+ PR testsuite/81690
+ * testsuite/libgomp.c/usleep.h: New file.
+ * testsuite/libgomp.c/target-32.c: Include usleep.h.
+ (main): Use tgt_usleep instead of usleep.
+ * testsuite/libgomp.c/thread-limit-2.c: Include usleep.h.
+ (main): Use tgt_usleep instead of usleep.
+
+2020-10-28 Jakub Jelinek <jakub@redhat.com>
+
+ PR lto/96680
+ * testsuite/libgomp.c/declare-variant-1.c: New test.
+
2020-10-22 Jakub Jelinek <jakub@redhat.com>
* testsuite/libgomp.c/target-41.c: New test.