Skip to content

Commit c870322

Browse files
committed
Reorganized code to eliminate repeated ampersand logic and removed whitespace skipping.
1 parent 0a6e55d commit c870322

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

flang/test/Parser/cd_continuation.f90 renamed to flang/test/Parser/compiler-directive_continuation.f90

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,6 @@ subroutine mixed_form1()
1717
end subroutine
1818

1919

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-
3720
! Testing continuation lines in only Fortran Free form Source
3821
! CHECK-LABEL: subroutine mixed_form3()
3922
! CHECK-OMP: i = 1 +10 +100+ 1000 + 10000

0 commit comments

Comments
 (0)