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/52333] Explicit etime interface should work


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.


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