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
Reland [OffloadBundler] Compress bundles over 4GB (#122307)
[llvm-project.git]
/
flang
/
test
/
Preprocessing
/
preprocessed-dirs.F90
blob
26253b62ff22c51ab3e905bd33054e38381e1f92
1
! RUN: %flang_fc1 -E -fopenacc %s 2>&1 | FileCheck %s
2
!CHECK: subroutine r4(x) Z real :: x Z !$acc routine Z print *, x Z end
3
#define SUB(s, t) subroutine s(x) Z\
4
t :: x Z\
5
!$acc routine Z\
6
print *, x Z\
7
end subroutine s
8
SUB(r4, real)