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
AMDGPU: Allow f16/bf16 for DS_READ_TR16_B64 gfx950 builtins (#118297)
[llvm-project.git]
/
flang
/
test
/
Semantics
/
label09.f90
blob
d34022ebffafc857353051a09db0afaef4879658
1
! RUN: not %flang_fc1 -fdebug-unparse-with-symbols %s 2>&1 | FileCheck %s
2
! CHECK: Label '60' was not found
3
4
subroutine
s
(
a
)
5
real
a
(
10
)
6
write
(*,
60
)
"Hi there"
7
end subroutine
s