https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83270
Bug ID: 83270 Summary: [OMP 3.1] implement TASKYIELD Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgomp Assignee: unassigned at gcc dot gnu.org Reporter: janus at gcc dot gnu.org CC: jakub at gcc dot gnu.org Target Milestone: --- As noted in the TODO list at https://gcc.gnu.org/wiki/openmp and in https://gcc.gnu.org/ml/gcc-patches/2011-08/msg00080.html, the implementation of TASKYIELD is still a stub. I don't really know what it takes to implement this properly, but it would definitely be useful to have it. The function 'GOMP_taskyield' in libgomp/task.c is empty on the current trunk.