This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/52333] Explicit etime interface should work
- From: "kargl at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 22 Feb 2012 03:16:04 +0000
- Subject: [Bug fortran/52333] Explicit etime interface should work
- Auto-submitted: auto-generated
- References: <bug-52333-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52333
kargl at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kargl at gcc dot gnu.org
--- Comment #1 from kargl at gcc dot gnu.org 2012-02-22 03:16:04 UTC ---
Please define fails. What is the error message
you get? All procedure included in gfortran's
runtime library are treated as intrinsic
procedures unless you use -std= to restrict
gfortran to a particular standard. As it is
an intrinsic procedure, etime already has an
explicit interface. So, trying to re-specify
an interface makes no sense.