[libc++abi] Build cxxabi with sanitizers (#119612)
[llvm-project.git] / flang / test / Lower / OpenMP / Todo / taskwait-nowait.f90
blob21e8609b08ba37d902630444683abe4852531730
1 ! RUN: %not_todo_cmd bbc -emit-fir -fopenmp -o - %s -fopenmp-version=51 2>&1 | FileCheck %s
2 ! RUN: %not_todo_cmd %flang_fc1 -emit-fir -fopenmp -o - %s -fopenmp-version=51 2>&1 | FileCheck %s
4 ! CHECK: not yet implemented: Unhandled clause NOWAIT in TASKWAIT construct
5 subroutine omp_tw_nowait
6 !$omp taskwait nowait
7 end subroutine omp_tw_nowait