Re: why doesn't this compile ?



In article <nospam-BF37BA.08405228042005@xxxxxxxxxxxxxxxxxx>, Richard E Maine wrote:
>
>> http://www.cs.kuleuven.ac.be/~bartv/downloads/test_array_arguments_02.f95
>
> Interesting. This is a variant of an issue that is addressed (with a
> quite simple fix) in f2003. I had not seen quite this variant, with
> internal procedures, but still it is recognizable as a variant of the
> same thing.
>
> Up though f95, there are 2 options for specifying a specific procedure
> in a generic interface block. You either have an interface body or use a
> module procedure statement. If you have a procedure whose interface is
> already explicit, but which is not a module procedure, then this is
> awkward.

So my guess that in current standard Fortran 90/95 this code should indeed not
compile is right, right?

Regards,
Bart

--
"Share what you know. Learn what you don't."
.



Relevant Pages