[Bug fortran/45210] compilation error
sliwa at blue dot cft dot edu dot pl
gcc-bugzilla@gcc.gnu.org
Fri Aug 6 16:49:00 GMT 2010
------- Comment #3 from sliwa at blue dot cft dot edu dot pl 2010-08-06 16:49 -------
To reproduce:
1. gfortran -c p1.f90 (no message)
2. gfortran -c p2.f90
p2.f90:66.25:
CALL ijk_to_i_j_k(i_j_k,i_j_k_fid,grid_size)
1
Error: Rank mismatch in argument 'j' at (1) (0 and 1)
3. Now copy the first routine from p2.f90 to p2a.f90
gfortran -c p2a.f90 (no message)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45210
More information about the Gcc-bugs
mailing list