public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/30953]  New: intrinsic: CTIME
@ 2007-02-24 22:54 dfranke at gcc dot gnu dot org
  2007-03-03 10:25 ` [Bug fortran/30953] " fxcoudert at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: dfranke at gcc dot gnu dot org @ 2007-02-24 22:54 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug fortran/30953] intrinsic: CTIME
  2007-02-24 22:54 [Bug fortran/30953] New: intrinsic: CTIME dfranke at gcc dot gnu dot org
@ 2007-03-03 10:25 ` fxcoudert at gcc dot gnu dot org
  2007-03-13  9:09 ` brooks at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2007-03-03 10:25 UTC (permalink / raw)
  To: gcc-bugs



-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-03-03 10:24:56
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30953


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug fortran/30953] intrinsic: CTIME
  2007-02-24 22:54 [Bug fortran/30953] New: intrinsic: CTIME dfranke at gcc dot gnu dot org
  2007-03-03 10:25 ` [Bug fortran/30953] " fxcoudert at gcc dot gnu dot org
@ 2007-03-13  9:09 ` brooks at gcc dot gnu dot org
  2007-03-14  4:37 ` brooks at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: brooks at gcc dot gnu dot org @ 2007-03-13  9:09 UTC (permalink / raw)
  To: gcc-bugs



-- 

brooks at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |brooks at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2007-03-03 10:24:56         |2007-03-13 09:09:41
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30953


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug fortran/30953] intrinsic: CTIME
  2007-02-24 22:54 [Bug fortran/30953] New: intrinsic: CTIME dfranke at gcc dot gnu dot org
  2007-03-03 10:25 ` [Bug fortran/30953] " fxcoudert at gcc dot gnu dot org
  2007-03-13  9:09 ` brooks at gcc dot gnu dot org
@ 2007-03-14  4:37 ` brooks at gcc dot gnu dot org
  2007-03-14  4:39 ` brooks at gcc dot gnu dot org
  2007-03-14  4:41 ` brooks at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: brooks at gcc dot gnu dot org @ 2007-03-14  4:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from brooks at gcc dot gnu dot org  2007-03-14 04:37 -------
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


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30953


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug fortran/30953] intrinsic: CTIME
  2007-02-24 22:54 [Bug fortran/30953] New: intrinsic: CTIME dfranke at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2007-03-14  4:37 ` brooks at gcc dot gnu dot org
@ 2007-03-14  4:39 ` brooks at gcc dot gnu dot org
  2007-03-14  4:41 ` brooks at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: brooks at gcc dot gnu dot org @ 2007-03-14  4:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from brooks at gcc dot gnu dot org  2007-03-14 04:39 -------
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


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30953


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug fortran/30953] intrinsic: CTIME
  2007-02-24 22:54 [Bug fortran/30953] New: intrinsic: CTIME dfranke at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2007-03-14  4:39 ` brooks at gcc dot gnu dot org
@ 2007-03-14  4:41 ` brooks at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: brooks at gcc dot gnu dot org @ 2007-03-14  4:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from brooks at gcc dot gnu dot org  2007-03-14 04:40 -------
Fixed by the above commits on 4.2 and trunk.


-- 

brooks at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30953


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-03-14  4:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-24 22:54 [Bug fortran/30953] New: intrinsic: CTIME dfranke at gcc dot gnu dot org
2007-03-03 10:25 ` [Bug fortran/30953] " fxcoudert at gcc dot gnu dot org
2007-03-13  9:09 ` brooks at gcc dot gnu dot org
2007-03-14  4:37 ` brooks at gcc dot gnu dot org
2007-03-14  4:39 ` brooks at gcc dot gnu dot org
2007-03-14  4:41 ` brooks at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).