(j3.2006) (SC22WG5.3591) Assumed-type and Assumed-rank extensions for C Interop TR.

Van Snyder Van.Snyder
Mon Jul 28 16:12:35 EDT 2008


On Mon, 2008-07-28 at 15:02 -0500, Bill Long wrote:
> So, you're saying that a code like the following gets an error?
> 
> subroutine sub (x)
> real :: x(:,:,:)
> integer,parameter :: as = size(lbound(x))
> real :: b(as)
> 
> b = 0
> call sub1(b)
> 
> end

Yes.

> This seems to me to pass the test of conformance.  Did you file a bug 
> report with your vendor?

I didn't bother, because the vendor is no longer supporting their 32-bit
Linux product.  Maybe I ought to, since they probably got it wrong in
their other (still supported) products.

Van





More information about the J3 mailing list