Skip to content

Commit 1622a77

Browse files
author
rasmussn
committed
Add multidimension coarray allocation.
1 parent 93a6c24 commit 1622a77

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/rule-tests/R631.f90

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
allocate (this, that, theother)
66

7+
allocate( T[3,*] )
8+
79
! NOTE 618
810
ALLOCATE(T[*])
911
ALLOCATE(T%AAC(N))

0 commit comments

Comments
 (0)