summaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authorIain Sandoe <iain@sandoe.co.uk>2022-04-29 17:54:39 +0100
committerIain Sandoe <iain@sandoe.co.uk>2022-04-29 17:54:39 +0100
commit3e5f7ca352c26a222bb588741b7c700a3052a372 (patch)
tree283aec084274668fe34c23c49ab2999390ed9778 /libgomp/ChangeLog
parent2ce0608ca3dca30518bec525c435f7bc4d7f9b70 (diff)
parentb85e79dce149df68b92ef63ca2a40ff1dfa61396 (diff)
downloadgcc-3e5f7ca352c26a222bb588741b7c700a3052a372.tar.gz
Merge master r12-8312.devel/c++-coroutines
* Merge master r12-8312-gb85e79dce149.
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r--libgomp/ChangeLog32
1 files changed, 32 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index f8091c1516d..1b36447f0c4 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,35 @@
+2022-04-26 Jakub Jelinek <jakub@redhat.com>
+
+ PR libgomp/105358
+ * work.c (gomp_init_work_share): Don't mask of adjustment for
+ dynamic long long realignment if struct gomp_work_share has smaller
+ alignof than long long.
+ * loop.c (GOMP_loop_start): Don't use inline_ordered_team_ids if
+ struct gomp_work_share has smaller alignof than long long or if
+ sizeof (struct gomp_work_share) is smaller than
+ INLINE_ORDERED_TEAM_IDS_OFF.
+ * loop_ull.c (GOMP_loop_ull_start): Likewise.
+ * sections.c (GOMP_sections2_start): Likewise.
+
+2022-04-25 Jakub Jelinek <jakub@redhat.com>
+ Thomas Schwinge <thomas@codesourcery.com>
+
+ PR fortran/104717
+ * testsuite/libgomp.oacc-fortran/privatized-ref-2.f90: Adjust.
+
+2022-04-13 Jakub Jelinek <jakub@redhat.com>
+
+ * libgomp.texi: Fix a typo - mutexinouset -> mutexinoutset.
+
+2022-04-06 Thomas Schwinge <thomas@codesourcery.com>
+
+ * plugin/cuda/cuda.h: Remove file.
+ * plugin/plugin-nvptx.c [PLUGIN_NVPTX_DYNAMIC]: Include
+ "cuda/cuda.h" instead of <cuda.h>.
+ * plugin/configfrag.ac <PLUGIN_NVPTX_DYNAMIC>: Don't set
+ 'PLUGIN_NVPTX_CPPFLAGS'.
+ * configure: Regenerate.
+
2022-04-05 Chung-Lin Tang <cltang@codesourcery.com>
* testsuite/libgomp.fortran/use_device_ptr-4.f90: New testcase.