[Bug fortran/40461] Interface mismatch in dummy procedure

2009-06-16 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2009-06-16 17:36 --- I think the error is a valid error. For comparison, NAG f95 5.1 shows the following error message: Error: line 19: Dummy proc DERIV arg 1 has different INTENT from actual proc LOGISTIC4 arg Error: line 19: Incompatib

[Bug fortran/40461] Interface mismatch in dummy procedure

2009-06-16 Thread janus at gcc dot gnu dot org
--- Comment #2 from janus at gcc dot gnu dot org 2009-06-16 17:50 --- (In reply to comment #0) > This is presumably connected with PR 36947/40039 written by Janus Weil. Indeed. > I don't know whether the error message is valid. It surely is, since the interfaces of your subroutines '

[Bug fortran/40461] Interface mismatch in dummy procedure

2009-06-18 Thread burnus at gcc dot gnu dot org
--- Comment #3 from burnus at gcc dot gnu dot org 2009-06-18 08:49 --- I close this as INVALID. If you have suggestions how to improve the diagnostics or if you disagree, feel free to reopen the bug. -- burnus at gcc dot gnu dot org changed: What|Removed

[Bug fortran/40461] Interface mismatch in dummy procedure

2009-06-18 Thread dominiq at lps dot ens dot fr
--- Comment #4 from dominiq at lps dot ens dot fr 2009-06-18 09:03 --- > I close this as INVALID. Late note: ifort gives an error also pr40461.f90(19): error #7061: The characteristics of dummy argument 1 of the associated actual procedure differ from the characteristics of dummy argum