[Bug fortran/30953] New: intrinsic: CTIME
dfranke at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Feb 24 22:54:00 GMT 2007
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
More information about the Gcc-bugs
mailing list