https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123693
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
You can either use the integer(4) and integer(4) array, or integer(8) and
integer(8) array, not a mix of them like you're trying to use.
Given that the calls are for F77 compatibility, I think that is good enough.
Fortran has DATE_AND_TIME instead.