Skip to content

Commit c4c339a

Browse files
author
rasmussn
committed
Initial version.
1 parent 4e94935 commit c4c339a

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

tests/bug-reports/bug-2.f90

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
! The forall-assignment has trouble terminating
2+
integer :: x(10)
3+
FORALL (j=1:2) x(j) = 13
4+
end

tests/bug-reports/bug-3.f90

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
! a semicolon is valid at the beginning of a line
2+
;
3+
end

0 commit comments

Comments
 (0)