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/14994] [gfortran] Secnds Intrinsic not support (or any VMS intrinsics)


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


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