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
Revert "Added free-threading CPython mode support in MLIR Python bindings (#107103)"
[llvm-project.git]
/
flang
/
test
/
Parser
/
continuation-in-conditional-compilation.f
blob
987112301e335c1311e2e4e0dbbd4da6e8ce9652
1
!
RUN
: %
flang_fc1
-
fopenmp
-
fopenacc
-
E
%
s
2
>&
1
| FileCheck
%
s
2
program
main
3
!
CHECK
:
k01
=
1
+
1
4
k01
=
1
+
5
!
$
&
1
6
7
!
CHECK
: !
$omp parallel private
(
k01
)
8
!
$omp parallel
9
!
$omp
+
private
(
k01
)
10
!
$omp
end
parallel
11
12
!
CHECK
-
NOT
:
comment
13
!
$omp parallel
14
!
$acc
+
comment
15
!
$omp
end
parallel
16
end