diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-02-09 00:16:24 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-02-09 00:16:24 +0000 |
commit | 2a2fda2d9bebb9ef7fe4b9c8aa492a6517603e21 (patch) | |
tree | a6497d11c0470f1679bffc824a25e18bba035df8 /libgomp/ChangeLog | |
parent | 1ef6085f09b50e0aa3e5a5d15ebf8752e8aa8a72 (diff) | |
download | gcc-2a2fda2d9bebb9ef7fe4b9c8aa492a6517603e21.zip gcc-2a2fda2d9bebb9ef7fe4b9c8aa492a6517603e21.tar.gz gcc-2a2fda2d9bebb9ef7fe4b9c8aa492a6517603e21.tar.bz2 |
Daily bump.
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r-- | libgomp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 7905565..daa3bff 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,10 @@ +2022-02-08 Jakub Jelinek <jakub@redhat.com> + + PR libgomp/104385 + * task.c (gomp_task_run_post_handle_dependers): If parent is NULL, + clear task->parent. + * testsuite/libgomp.c/pr104385.c: New test. + 2022-02-04 Tobias Burnus <tobias@codesourcery.com> * testsuite/libgomp.fortran/allocate-1.f90: Remove spurious |