brintos

brintos / llvm-project-archived public Read only

0
0
Text · 347 B · 21e8609 Raw
9 lines · plain
1! RUN: %not_todo_cmd bbc -emit-fir -fopenmp -o - %s -fopenmp-version=51 2>&1 | FileCheck %s2! RUN: %not_todo_cmd %flang_fc1 -emit-fir -fopenmp -o - %s -fopenmp-version=51 2>&1 | FileCheck %s3 4! CHECK: not yet implemented: Unhandled clause NOWAIT in TASKWAIT construct5subroutine omp_tw_nowait6  !$omp taskwait nowait7end subroutine omp_tw_nowait8 9