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
/
realkinds-aarch64-01.f90
blob
c316e251032430ebdd72d36a2fe3bbebe8e71ce2
1
! RUN: %python %S/test_modfile.py %s %flang_fc1 -triple aarch64-unknown-linux-gnu
2
3
module
m1
4
logical
,
parameter
::
realpcheck
=
16
==
selected_real_kind
(
16
)
5
end module
m1
6
!Expect: m1.mod
7
!module m1
8
!logical(4),parameter::realpcheck=.true._4
9
!intrinsic::selected_real_kind
10
!end