brintos

brintos / llvm-project-archived public Read only

0
0
Text · 353 B · a587373 Raw
9 lines · plain
1!RUN: %not_todo_cmd bbc -emit-hlfir -fopenmp -fopenmp-version=52 -o - %s 2>&1 | FileCheck %s2!RUN: %not_todo_cmd %flang_fc1 -emit-hlfir -fopenmp -fopenmp-version=52 -o - %s 2>&1 | FileCheck %s3 4!CHECK: not yet implemented: Iterator modifier is not supported yet5subroutine f00(x)6  integer :: x(10)7  !$omp target update to(iterator(i = 1:2): x(i))8end9