-
- Downloads
task.c (GOMP_taskgroup_end): If taskgroup->num_children is not zero...
* 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. From-SVN: r213592
Showing
- libgomp/ChangeLog 11 additions, 0 deletionslibgomp/ChangeLog
- libgomp/task.c 18 additions, 20 deletionslibgomp/task.c
- libgomp/testsuite/libgomp.c/depend-10.c 3 additions, 0 deletionslibgomp/testsuite/libgomp.c/depend-10.c
- libgomp/testsuite/libgomp.c/depend-6.c 3 additions, 0 deletionslibgomp/testsuite/libgomp.c/depend-6.c
- libgomp/testsuite/libgomp.c/depend-7.c 3 additions, 0 deletionslibgomp/testsuite/libgomp.c/depend-7.c
- libgomp/testsuite/libgomp.c/depend-8.c 3 additions, 0 deletionslibgomp/testsuite/libgomp.c/depend-8.c
- libgomp/testsuite/libgomp.c/depend-9.c 3 additions, 0 deletionslibgomp/testsuite/libgomp.c/depend-9.c
Loading
Please register or sign in to comment