[Bug fortran/57711] New: Fortran 4.7.2/4.8.1 error: constraints for functions parameters

2013-06-25 Thread kabanovdmitry at gmail dot com
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: kabanovdmitry at gmail dot com I try to compile the fortran program which my advisor gave me. It doesn't want to compile when I'm doing this with gfortran 4.7.2 on Mac OS X

[Bug fortran/57711] Accepts non-matching invalid dummy procedure as actual argument

2013-06-26 Thread kabanovdmitry at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57711 --- Comment #4 from Dmitry Kabanov --- @Dominique: a) I get the following error: make all gfortran -c vode.f gfortran -c fcns.f90 gfortran -c main.f90 main.f90:8.75: call vode(istate, lambda_fcn, dummy_jac, lambda, x_tmp, x_end, tol, pm)