aboutsummaryrefslogtreecommitdiff
path: root/libgomp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2020-07-15 00:16:35 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2020-07-15 00:16:35 +0000
commit8ca07a3072438fa5e76f2b2cea9e51a98760a86f (patch)
treee01de3d5d94756ac36a4b189c720433d2ffee046 /libgomp
parent4358099049cbb8180c5354c6754b04ff0b330835 (diff)
downloadgcc-8ca07a3072438fa5e76f2b2cea9e51a98760a86f.zip
gcc-8ca07a3072438fa5e76f2b2cea9e51a98760a86f.tar.gz
gcc-8ca07a3072438fa5e76f2b2cea9e51a98760a86f.tar.bz2
Daily bump.
Diffstat (limited to 'libgomp')
-rw-r--r--libgomp/ChangeLog34
1 files changed, 34 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 2d2c85d..9b3a857 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,37 @@
+2020-07-14 Tom de Vries <tom@codesourcery.com>
+ Cesar Philippidis <cesar@codesourcery.com>
+ Thomas Schwinge <thomas@codesourcery.com>
+ Kwok Cheung Yeung <kcy@codesourcery.com>
+
+ * oacc-init.c (acc_init_state_lock, acc_init_state, acc_init_thread):
+ New variable.
+ (acc_init_1): Set acc_init_thread to pthread_self (). Set
+ acc_init_state to initializing at the start, and to initialized at the
+ end.
+ (self_initializing_p): New function.
+ (acc_get_device_type): Return acc_device_none if called by thread that
+ is currently executing acc_init_1.
+ * libgomp.texi (acc_get_device_type): Update documentation.
+ (Implementation Status and Implementation-Defined Behavior): Likewise.
+ * testsuite/libgomp.oacc-c-c++-common/acc_prof-init-2.c: New.
+
+2020-07-14 David Edelsohn <dje.gcc@gmail.com>
+
+ * config/t-aix: Set BITS from compiler cpp macro.
+
+2020-07-14 Tobias Burnus <tobias@codesourcery.com>
+
+ * testsuite/libgomp.fortran/struct-elem-map-1.f90: New test.
+
+2020-07-14 Tobias Burnus <tobias@codesourcery.com>
+
+ PR fortran/67311
+ * testsuite/libgomp.fortran/target-map-1.f90: New test.
+
+2020-07-14 Jakub Jelinek <jakub@redhat.com>
+
+ * testsuite/libgomp.c/loop-21.c: New test.
+
2020-07-13 Julian Brown <julian@codesourcery.com>
Thomas Schwinge <thomas@codesourcery.com>