This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]