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
Break circular dependency between FIR dialect and utilities
[llvm-project.git]
/
flang
/
test
/
Semantics
/
blockconstruct03.f90
blob
75ffcadbb93cdd329b439697884a7c34b0c53a8e
1
! RUN: %python %S/test_errors.py %s %flang_fc1
2
! Tests implemented for this standard:
3
! Block Construct
4
! C1109
5
6
subroutine
s5_c1109
7
b1
:
block
8
!ERROR: BLOCK construct name mismatch
9
end
block b2
10
end
11