This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/30954] New: intrinsic: DATE_AND_TIME
- From: "dfranke at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Feb 2007 23:28:46 -0000
- Subject: [Bug fortran/30954] New: intrinsic: DATE_AND_TIME
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
DATE_AND_TIME has four optional arguments, thus
CALL date_and_time()
is valid.
As all arguments are INTENT(out),
_gfortran_date_and_time (0B, 0B, 0B, 0B, 0, 0, 0);
is sort of a no-op and can be omitted.
--
Summary: intrinsic: DATE_AND_TIME
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Keywords: missed-optimization
Severity: minor
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: dfranke at gcc dot gnu dot org
OtherBugsDependingO 30392
nThis:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30954