brintos

brintos / llvm-project-archived public Read only

0
0
Text · 382 B · 64ce447 Raw
14 lines · plain
1!RUN: %python %S/../test_errors.py %s %flang -fopenmp -fopenmp-version=602 3subroutine f004  !ERROR: Must have INTEGER type, but is CHARACTER(KIND=1,LEN=8_8)5  !$omp taskgraph graph_id("my graph")6  !$omp end taskgraph7end8 9subroutine f0110  !ERROR: At most one GRAPH_ID clause can appear on the TASKGRAPH directive11  !$omp taskgraph graph_id(1) graph_id(2)12  !$omp end taskgraph13end14