https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123693

Steve Kargl <kargl at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kargl at gcc dot gnu.org
           Severity|normal                      |enhancement
           Priority|P3                          |P5

--- Comment #3 from Steve Kargl <kargl at gcc dot gnu.org> ---
(In reply to Manfred Schwarb from comment #0)
> Approaching year 2038 (exactly 12 years to go), date functions
> should be allowed to work correctly with 64bit integer types,
> at least on 64bit archs.
> 

gmtime and ltime are not part of any Fortran standard.
These were provided for backward compatibility with g77,
which was removed from GCC prior to the 4.0.0 release
in 2005.  It would be better to remove the functions
in 2038.

Reply via email to