(j3.2006) local identifier defined by USE statement

Robert Corbett robert.corbett
Wed Mar 4 02:14:11 EST 2015


On 03/03/15 18:42, Robert Corbett wrote:
> I am concerned that we might have extended the language by the edits
> in part 2 of paper 15-110r4.  My recollection is that the committee
> does not consider the code fragment
>
>         MODULE M
>           TYPE T
>             INTEGER I
>           END TYPE
>         END
>
>         TYPE(T) FUNCTION F()
>           USE M
>           F.I = 1
>         END
>
> to be standard conforming.
>
Van wrote to me to point out that 15-007 allows such function
definitions.

Robert Corbett



More information about the J3 mailing list