repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[LLVM] Fix Maintainers.md formatting (NFC)
[llvm-project.git]
/
flang
/
test
/
Semantics
/
dosemantics14.f90
blob
e1631a749efb8752fde187b0911766f14b0d3ebd
1
! RUN: %python %S/test_errors.py %s %flang_fc1
2
subroutine
bad1
3
lab1
:
do
1
j
=
1
,
10
4
1
continue
5
!ERROR: expected 'END DO'
6
end
7
8
subroutine
bad2
9
lab2
:
do
2
j
=
1
,
10
10
2
k
=
j
11
!ERROR: expected 'END DO'
12
end