(j3.2006) is sequence association allowed for coarray dummy
John Reid
John.Reid
Fri Oct 1 09:11:43 EDT 2010
Jim Xia wrote:
>
> The standard says this
>
> So does it mean sequence association is not allowed for coarray case.
> Consider the following case
>
> interface
> subroutine sub (x)
> real x(10)[*]
> end subroutine
> end interface
> ...
> real, save :: x(100)[*]
> ...
> call sub (x(10)) !<--x(10) is not simply contiguous
>
> Is this intended to be disallowed, or is this an oversight?
Here is a draft interp.
John.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: seq.txt
URL: <http://j3-fortran.org/pipermail/j3/attachments/20101001/3bd42ff9/attachment.txt>
More information about the J3
mailing list