This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/25147] passing variable in place of function dummy argument not caught
- From: "pault at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Dec 2005 20:30:03 -0000
- Subject: [Bug fortran/25147] passing variable in place of function dummy argument not caught
- References: <bug-25147-8513@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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