We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d669e commit 11aca6aCopy full SHA for 11aca6a
flang/test/Parser/cd_continuation.f90 renamed to flang/test/Parser/compiler-directive_continuation.f90
@@ -17,23 +17,6 @@ subroutine mixed_form1()
17
end subroutine
18
19
20
-
21
-! CHECK-LABEL: subroutine mixed_form2()
22
-! CHECK-OMP: i = 0
23
-! CHECK-OMP: i = 1 +100+ 1000+ 10 + 1 +1000000000 + 1000000
24
-! CHECK: i = 1 + 10 + 10000 + 1000000
25
-subroutine mixed_form2()
26
-!$ i = 0
27
- i = 1 &
28
- !$+100&
29
- !$&+ 1000&
30
- &+ 10 + 1&
31
- !$& +100000&
32
- & 0000 + 1000000
33
34
-end subroutine
35
36
37
! Testing continuation lines in only Fortran Free form Source
38
! CHECK-LABEL: subroutine mixed_form3()
39
! CHECK-OMP: i = 1 +10 +100+ 1000 + 10000
0 commit comments