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 program1! 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