Skip to content

Commit fb4c746

Browse files
author
rasmussn
committed
Added allocate stmt from NOTE 6.19
1 parent 3f80c34 commit fb4c746

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/rule-tests/R626.f90

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@
77
allocate(integer::a,b)
88
allocate(a,stat=i, errmsg=blah, source=k)
99

10+
! NOTE 6.19
11+
ALLOCATE (X (N), B (-3 : M, 0:9), STAT = IERR_ALLOC)
12+
1013
end
1114

0 commit comments

Comments
 (0)