------- Comment #4 from dominiq at lps dot ens dot fr 2010-08-06 17:22 ------- Confirmed on 4.4.4 and 4.5.0, but the test compiles with trunk (with/without -fno-whole-file). Now I see:
... CALL ijk_to_i_j_k(i_j_k,i_j_k_fid,grid_size) ... SUBROUTINE ijk_to_i_j_k(i,j,k,size,i_j_k) The call has 3 arguments and the subroutine 5. In addition i_j_k_fid is a rank one array and j a scalar, so the error makes sense for me. What I don't understand is why this is not detected with 4.6. Should not the summary be "[4.6 Regression] missing error"? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45210