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".
Subject: Bug 30953 Author: brooks Date: Wed Mar 14 04:37:15 2007 New Revision: 122904 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122904 Log: PR fortran/30922 PR fortran/30948 PR fortran/30953 * intrinsics.texi (CHDIR): Fix argument names, note that STATUS must be a default integer. (CTIME): Fix argument names, note that RESULT must be a default integer. (EXIT): Note that STATUS must be a default integer. Modified: branches/gcc-4_2-branch/gcc/fortran/ChangeLog branches/gcc-4_2-branch/gcc/fortran/intrinsic.texi
Subject: Bug 30953 Author: brooks Date: Wed Mar 14 04:38:47 2007 New Revision: 122905 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122905 Log: PR fortran/30922 PR fortran/30948 PR fortran/30953 * intrinsics.texi (CHDIR): Fix argument names, note that STATUS must be a default integer. (CTIME): Fix argument names, note that RESULT must be a default integer. (EXIT): Note that STATUS must be a default integer. Modified: trunk/gcc/fortran/ChangeLog trunk/gcc/fortran/intrinsic.texi
Fixed by the above commits on 4.2 and trunk.