diff options
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r-- | libgomp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index a885da7..411dc50 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,11 @@ +2022-05-25 Jakub Jelinek <jakub@redhat.com> + + * task.c (gomp_task_run_post_handle_dependers): If empty_task + is the last task taskwait depend depends on, wake it up. + Similarly if it is the last child of a taskgroup, use atomic + store instead of decrement and awak taskgroup wait if any. + * testsuite/libgomp.c-c++-common/taskwait-depend-nowait-2.c: New test. + 2022-05-24 Andrew Stubbs <ams@codesourcery.com> * plugin/plugin-gcn.c (EF_AMDGPU_MACH): Add |