[Patch, Fortran] PR34759 - Fix assumed-size check for intrinsic procedures

Jerry DeLisle jvdelisle@verizon.net
Sun Jan 13 23:21:00 GMT 2008


Tobias Burnus wrote:
> If  "A(4,4,*)" then  A and A(4,4,:)  are invalid for, e.g., SHAPE.
> However, A(:,:,4) is a rank-2 array with known bounds.
> 
> Solution: We need to add a check whether we have the whole array;
> "A(:,:,:)" is already rejected elsewhere.
> 
> Build and regtested on x86-64-linux.
> OK for the trunk?
> 
> Tobias
> 
OK, thanks,

Jerry



More information about the Fortran mailing list