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

Reply via email to