Sign in
llvm
/
llvm-project
/
refs/heads/users/cdevadas/make-getNumSubRegsForSpillOp-member-function
/
.
/
flang
/
test
/
Semantics
/
simd-directive01.f90
blob: 2f33654d23ea596ef49baead990704c6b4c3868f [
file
] [
edit
]
!
Check
that appropriate errors are given
when
the SIMD
Directive
is
used
!
with
no
DO loop following
!
RUN
:
%
python
%
S
/
test_errors
.
py
%
s
%
flang
-
Werror
subroutine test
()
!
WARNING
:
A DO loop must follow the SIMD directive
!
DIR$ SIMD
end
subroutine