brintos

brintos / llvm-project-archived public Read only

0
0
Text · 229 B · 753e1cf Raw
6 lines · plain
1! RUN: %not_todo_cmd %flang_fc1 -emit-fir -fopenmp -o - %s -fopenmp-version=51 2>&1 | FileCheck %s2 3! CHECK: not yet implemented: Unhandled clause SEQ_CST in FLUSH construct4program flush_seq_cst5  !$omp flush seq_cst6end program