[Bug fortran/25147] passing variable in place of function dummy argument not caught

pault at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu Dec 1 20:30:00 GMT 2005



------- Comment #1 from pault at gcc dot gnu dot org  2005-12-01 20:30 -------
(In reply to comment #0)

Confirmed.

[prt@localhost gfortran]# ifort pr25147.f90
fortcom: Error: pr25147.f90, line 20: This actual argument must be the name of
an external user function or the name of an intrinsic function.   [F]
print *,integrate (f,0d0,3d0)
-------------------^
compilation aborted for pr25147.f90 (code 1)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25147



More information about the Gcc-bugs mailing list