[Bug fortran/35850] Possibly rejects valid problem with dummy procedure

2008-04-06 Thread burnus at gcc dot gnu dot org
--- Comment #3 from burnus at gcc dot gnu dot org 2008-04-06 22:03 --- Close as invalid. -- burnus at gcc dot gnu dot org changed: What|Removed |Added Status|

[Bug fortran/35850] Possibly rejects valid problem with dummy procedure

2008-04-06 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2008-04-06 21:51 --- Hmm, I think gfortran is right: "12.4.1.3 Actual arguments associated with dummy procedure entities" [...] "If the interface of the dummy argument is implicit and either the name of the dummy argument is explicitly t

[Bug fortran/35850] Possibly rejects valid problem with dummy procedure

2008-04-06 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2008-04-06 21:45 --- Simplified test case. gfortran: "external f" -> function or procedure; "call callSub(f)" -> f := subroutine. And thus: "call callFunc(f)" => error. NAG f95 & sunf95: Without the "implicit integer(f)": missmatch real