This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/14994] [gfortran] Secnds Intrinsic not support (or any VMS intrinsics)
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 May 2004 14:58:15 -0000
- Subject: [Bug fortran/14994] [gfortran] Secnds Intrinsic not support (or any VMS intrinsics)
- References: <20040417155641.14994.pinskia@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-05-14 14:58 -------
Well in this case I gave a link to g77's docs for what this intrinsic does.
Secnds Intrinsic
Secnds(T)
Secnds: REAL(KIND=1) function.
T: REAL(KIND=1); scalar; INTENT(IN).
Intrinsic groups: vxt.
Description:
Returns the local time in seconds since midnight minus the value T.
This values returned by this intrinsic become numerically less than previous values (they wrap around)
during a single run of the compiler program, under normal circumstances (such as running through the
midnight hour).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14994