brintos

brintos / llvm-project-archived public Read only

0
0
Text · 218 B · 2d3b182 Raw
11 lines · plain
1!RUN: %flang_fc1 -fsyntax-only -fopenmp -fopenmp-version=60 -Werror %s | FileCheck --allow-empty %s2 3!CHECK-NOT: deprecated4subroutine f005  implicit none6  integer :: i7  !$omp target loop8  do i = 1, 109  end do10end11