1 ! RUN: %not_todo_cmd bbc -emit-fir -fopenmp -o - %s -fopenmp-version=50 2>&1 | FileCheck %s
2 ! RUN: %not_todo_cmd %flang_fc1 -emit-fir -fopenmp -o - %s -fopenmp-version=50 2>&1 | FileCheck %s
4 ! CHECK: not yet implemented: Unhandled clause TASK_REDUCTION in TASKGROUP construct
5 subroutine omp_taskgroup_task_reduction
7 !$omp taskgroup task_reduction(+:res)
10 end subroutine omp_taskgroup_task_reduction