brintos

brintos / llvm-project-archived public Read only

0
0
Text · 273 B · 6d3bd89 Raw
8 lines · plain
1! RUN: %not_todo_cmd %flang_fc1 -emit-fir -fopenmp -fopenmp-version=51 -o - %s 2>&1 | FileCheck %s2 3! CHECK: not yet implemented: OpenMPUtilityConstruct4program p5  integer, allocatable :: x6  !$omp error at(compilation) severity(warning) message("an error")7end program p8