r213592 - in /trunk/libgomp: ChangeLog task.c t...
jakub@gcc.gnu.org
jakub@gcc.gnu.org
Mon Aug 4 15:45:00 GMT 2014
Author: jakub
Date: Mon Aug 4 15:45:50 2014
New Revision: 213592
URL: https://gcc.gnu.org/viewcvs?rev=213592&root=gcc&view=rev
Log:
* 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.
Added:
trunk/libgomp/testsuite/libgomp.c/depend-10.c
trunk/libgomp/testsuite/libgomp.c/depend-6.c
trunk/libgomp/testsuite/libgomp.c/depend-7.c
trunk/libgomp/testsuite/libgomp.c/depend-8.c
trunk/libgomp/testsuite/libgomp.c/depend-9.c
Modified:
trunk/libgomp/ChangeLog
trunk/libgomp/task.c
More information about the Gcc-cvs
mailing list