brintos

brintos / llvm-project-archived public Read only

0
0
Text · 213 B · 9ad9b93 Raw
10 lines · plain
1!RUN: %not_todo_cmd %flang_fc1 -emit-hlfir -fopenmp -fopenmp-version=60 -o - %s 2>&1 | FileCheck %s2 3!CHECK: not yet implemented: GROUPPRIVATE4 5module m6implicit none7integer :: x8!$omp groupprivate(x)9end module10