[Bug libfortran/14923] New: gfortran misses the DATE_AND_TIME intrinsic
aj at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Apr 12 15:17:00 GMT 2004
If you compile a file that calls DATE_AND_TIME, e.g.:
CALL DATE_AND_TIME(CDATE(1), CDATE(2), CDATE(3), IDATE)
you get a link time error:
undefined reference to `_gfortran_date_and_time'
The problem is that the DATE_AND_TIME intrisinsic - which is AFAIK mandatory -
is missing
--
Summary: gfortran misses the DATE_AND_TIME intrinsic
Product: gcc
Version: tree-ssa
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: libfortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: aj at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: all
GCC host triplet: all
GCC target triplet: all
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14923
More information about the Gcc-bugs
mailing list