bolt/deps/llvm-18.1.8/flang/test/Lower/OpenMP/Todo/task_mergeable.f90
2025-02-14 19:21:04 +01:00

13 lines
515 B
Fortran

! RUN: %not_todo_cmd bbc -emit-fir -fopenmp -o - %s 2>&1 | FileCheck %s
! RUN: %not_todo_cmd %flang_fc1 -emit-fir -fopenmp -o - %s 2>&1 | FileCheck %s
!===============================================================================
! `mergeable` clause
!===============================================================================
! CHECK: not yet implemented: OpenMP Block construct clause
subroutine omp_task_mergeable()
!$omp task mergeable
call foo()
!$omp end task
end subroutine omp_task_mergeable