Is this (another) bug?

François-Xavier Coudert Francois-Xavier.Coudert@lcp.u-psud.fr
Wed Feb 2 13:10:00 GMT 2005


> subroutine mysub(n,v)
>   integer :: n
>   real    :: v(*)

If you specify v(n) here, it does work. Bounds checking seems to need the 
bounds explicitly provided in this subroutine.

FX



More information about the Fortran mailing list