From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25530 invoked by alias); 12 Apr 2004 14:10:37 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 25523 invoked by uid 48); 12 Apr 2004 14:10:36 -0000 Date: Mon, 12 Apr 2004 15:17:00 -0000 From: "aj at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org Message-ID: <20040412141035.14923.aj@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libfortran/14923] New: gfortran misses the DATE_AND_TIME intrinsic X-Bugzilla-Reason: CC X-SW-Source: 2004-04/txt/msg00976.txt.bz2 List-Id: 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