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
/
getdefinition04.f90
blob
877d340f640f709531351ef2833517d0475e9ce0
1
! Tests -fget-definition with COMMON block with same name as variable.
2
program
main
3
integer
::
x
4
integer
::
y
5
common
/
x
/
y
6
x
=
y
7
end program
8
9
! RUN: %flang_fc1 -fget-definition 6 3 4 %s | FileCheck %s
10
! CHECK: x:{{.*}}getdefinition04.f90, 3, 14-15