brintos

brintos / llvm-project-archived public Read only

0
0
Text · 311 B · 2c6ce2f Raw
10 lines · plain
1! RUN: %not_todo_cmd bbc -emit-fir -fopenmp -o - %s 2>&1 | FileCheck %s2! RUN: %not_todo_cmd %flang_fc1 -emit-fir -fopenmp -o - %s 2>&1 | FileCheck %s3 4integer :: i5! CHECK: not yet implemented: Unhandled clause FIRSTPRIVATE in TARGET construct6!$omp target firstprivate(i) nowait7!$omp end target8 9end program10