https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98507
anlauf at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- Component|fortran |libfortran --- Comment #1 from anlauf at gcc dot gnu.org --- Not a confirmation, just an observation: libgfortran/intrinsics/time_1.h prefers gettimeofday over clock_gettime, whereas the Linux manpages have: GETTIMEOFDAY(2) Linux Programmer's Manual GETTIMEOFDAY(2) CONFORMING TO SVr4, 4.3BSD. POSIX.1-2001 describes gettimeofday() but not settimeofday(). POSIX.1-2008 marks gettimeofday() as obsolete, recommending the use of clock_get- time(2) instead. Janne chose this prioritization in 2012, but there is no comment explaining his choice. Should this be revisited?