(j3.2006) (SC22WG5.5697) AW: AW: [ukfortran] coarray dummy arguments

Bader, Reinhold Reinhold.Bader
Fri Apr 1 12:55:55 EDT 2016


Hello Anton, 

> 
> So are you trying to prohibit this?
> 
> program p
>   integer :: j[*], p
>   p  = ...
>   call s( j[p] )
> end program p
> 
> subroutine s( i )
>   integer i
>   i = ...
> end subroutine s
> 

No, this is not the scenario under consideration. Bill has already sent in some comments, including a request for examples that more clearly show the issues with the current text. 
The idea is not to change the intended semantics, but to explicitly describe missing bits of them in the normative text. When I get around to it, I'll send in an updated draft.

Cheers
Reinhold



More information about the J3 mailing list