diff options
| author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-08-04 16:07:16 +0000 |
|---|---|---|
| committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-08-04 16:07:16 +0000 |
| commit | 216b9a909552fa214d02497b678b3148bb0dce35 (patch) | |
| tree | 943f45a871d217f4134ea2fc5063f979456aedb8 /libgomp/ChangeLog | |
| parent | fe2071be0020d8e518b140353d5ce04e2820d9a4 (diff) | |
| download | ppe42-gcc-216b9a909552fa214d02497b678b3148bb0dce35.tar.gz ppe42-gcc-216b9a909552fa214d02497b678b3148bb0dce35.zip | |
* task.c (GOMP_taskgroup_end): If taskgroup->num_children
is not zero, but taskgroup->children is NULL and there are
any task->children, schedule those instead of waiting.
* testsuite/libgomp.c/depend-6.c: New test.
* testsuite/libgomp.c/depend-7.c: New test.
* testsuite/libgomp.c/depend-8.c: New test.
* testsuite/libgomp.c/depend-9.c: New test.
* testsuite/libgomp.c/depend-10.c: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_9-branch@213594 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/ChangeLog')
| -rw-r--r-- | libgomp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index acaa6a2d509..d9d5db7c3c7 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,14 @@ +2014-08-04 Jakub Jelinek <jakub@redhat.com> + + * task.c (GOMP_taskgroup_end): If taskgroup->num_children + is not zero, but taskgroup->children is NULL and there are + any task->children, schedule those instead of waiting. + * testsuite/libgomp.c/depend-6.c: New test. + * testsuite/libgomp.c/depend-7.c: New test. + * testsuite/libgomp.c/depend-8.c: New test. + * testsuite/libgomp.c/depend-9.c: New test. + * testsuite/libgomp.c/depend-10.c: New test. + 2014-08-01 Jakub Jelinek <jakub@redhat.com> * libgomp.h (struct gomp_task_depend_entry): Add redundant_out field. |

