This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/30953] New: intrinsic: CTIME
- 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 22:54:04 -0000
- Subject: [Bug fortran/30953] New: intrinsic: CTIME
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
subroutine = {
name = 'ctime';
arg = 'time';
arg = 'result';
call = 'CALL ctime(time = int_8, result = string)';
};
The documentation states:
> Arguments:
> S The type shall be of type CHARACTER.
> T The type shall be of type INTEGER(KIND=8).
But the implement dummy argument names are "time" and "result".
--
Summary: intrinsic: CTIME
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Keywords: documentation
Severity: normal
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=30953