https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65385
Jack Howarth <howarth.at.gcc at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |howarth.at.gcc at gmail dot com --- Comment #5 from Jack Howarth <howarth.at.gcc at gmail dot com> --- FYI, this test is now supported in llvm's openmp support in clang trunk as of... ------------------------------------------------------------------------ r266853 | abataev | 2016-04-20 00:01:36 -0400 (Wed, 20 Apr 2016) | 5 lines [OPENMP] Codegen for untied tasks. If the untied clause is present on a task construct, any thread in the team can resume the task region after a suspension. Patch adds proper codegen for untied tasks. It now produces the expected results of... #Tested Directive t ct ot oct omp_task_untied 100 100 100 100 on x86_64-apple-darwin15 for -m32 and -m64.