diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-05-26 00:16:30 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-05-26 00:16:30 +0000 |
commit | 3dff965cae6709a5fd1b7b05c51c3c8aba786961 (patch) | |
tree | 10b291eec26c639f204621ec32259cec24086f34 /libgomp | |
parent | da2c56ee601ac696a76e469e33c88313428c5c5a (diff) | |
download | gcc-3dff965cae6709a5fd1b7b05c51c3c8aba786961.tar.gz |
Daily bump.
Diffstat (limited to 'libgomp')
-rw-r--r-- | libgomp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index a885da7f000..411dc5048e3 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 |