public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/36260]  New: Audit intrinsic.texi and check whether keyword= names match
@ 2008-05-18 19:35 burnus at gcc dot gnu dot org
  2009-01-03 23:59 ` [Bug fortran/36260] " dfranke at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: burnus at gcc dot gnu dot org @ 2008-05-18 19:35 UTC (permalink / raw)
  To: gcc-bugs

See http://gcc.gnu.org/ml/fortran/2008-05/msg00207.html

Currently, the keywords used in intrinsic.texi don't match intrinsic.c.
(So far for all non-vendor extensions, intrinsic.c was correct.)

    TODO:
    - FSTAT: Fix intrinsic.{texi,c} argument-name mismatch
    - FREE: Fix intrinsic.{texi,c} argument-name mismatch
    - Everything after LINK needs to be audited
    and the problems mentioned at c.l.f. need to be fixed*

- LINK needs to be fixed. Currently there is a mismatch of the keywords between
the subroutine and function version (in intrinsic.c) and neither of them
matches intrinsic.texi.

*
http://groups.google.com/group/comp.lang.fortran/browse_thread/thread/07bc8e6635971853
- MOVE_ALLOC(SRC, DEST)   should be   MOVE_ALLOC(FROM, TO)
- loc(ARRAY), nint(A), write(*,*) real(A), sizeof(I)


-- 
           Summary: Audit intrinsic.texi and check whether keyword= names
                    match
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Keywords: documentation
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: burnus at gcc dot gnu dot org


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


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

* [Bug fortran/36260] Audit intrinsic.texi and check whether keyword= names match
  2008-05-18 19:35 [Bug fortran/36260] New: Audit intrinsic.texi and check whether keyword= names match burnus at gcc dot gnu dot org
@ 2009-01-03 23:59 ` dfranke at gcc dot gnu dot org
  2009-05-03 12:10 ` fxcoudert at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: dfranke at gcc dot gnu dot org @ 2009-01-03 23:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from dfranke at gcc dot gnu dot org  2009-01-03 23:59 -------
This is still an issue. Confirmed.


-- 

dfranke at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dfranke at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-01-03 23:59:27
               date|                            |


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


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

* [Bug fortran/36260] Audit intrinsic.texi and check whether keyword= names match
  2008-05-18 19:35 [Bug fortran/36260] New: Audit intrinsic.texi and check whether keyword= names match burnus at gcc dot gnu dot org
  2009-01-03 23:59 ` [Bug fortran/36260] " dfranke at gcc dot gnu dot org
@ 2009-05-03 12:10 ` fxcoudert at gcc dot gnu dot org
  2009-05-03 12:37 ` fxcoudert at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2009-05-03 12:10 UTC (permalink / raw)
  To: gcc-bugs



-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |fxcoudert at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2009-01-03 23:59:27         |2009-05-03 12:09:52
               date|                            |


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


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

* [Bug fortran/36260] Audit intrinsic.texi and check whether keyword= names match
  2008-05-18 19:35 [Bug fortran/36260] New: Audit intrinsic.texi and check whether keyword= names match burnus at gcc dot gnu dot org
  2009-01-03 23:59 ` [Bug fortran/36260] " dfranke at gcc dot gnu dot org
  2009-05-03 12:10 ` fxcoudert at gcc dot gnu dot org
@ 2009-05-03 12:37 ` fxcoudert at gcc dot gnu dot org
  2009-05-17 12:47 ` fxcoudert at gcc dot gnu dot org
  2009-05-17 12:49 ` fxcoudert at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2009-05-03 12:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from fxcoudert at gcc dot gnu dot org  2009-05-03 12:37 -------
Patch here: http://gcc.gnu.org/ml/gcc-patches/2009-05/msg00076.html


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fxcoudert at gcc dot gnu dot
                   |                            |org
           Keywords|                            |patch


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


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

* [Bug fortran/36260] Audit intrinsic.texi and check whether keyword= names match
  2008-05-18 19:35 [Bug fortran/36260] New: Audit intrinsic.texi and check whether keyword= names match burnus at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2009-05-03 12:37 ` fxcoudert at gcc dot gnu dot org
@ 2009-05-17 12:47 ` fxcoudert at gcc dot gnu dot org
  2009-05-17 12:49 ` fxcoudert at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2009-05-17 12:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from fxcoudert at gcc dot gnu dot org  2009-05-17 12:47 -------
Subject: Bug 36260

Author: fxcoudert
Date: Sun May 17 12:47:00 2009
New Revision: 147633

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=147633
Log:
        PR fortran/36260

        * intrinsic.c (add_functions, add_subroutines): Fix argument
        names and wrap long lines.
        * intrinsic.texi: Fix documentation and argument names of
        LOG_GAMMA, DATAN2, DBESJN, DTIME, ETIME, FSTAT, STAT, LSTAT,
        GET_COMMAND, IDATE, LTIME, MOVE_ALLOC, NINT, OR, PRODUCT,
        SUM, RAND, RANDOM_SEED, REAL, SELECTED_INT_KIND,
        SELECTED_REAL_KIND and XOR.

Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/intrinsic.c
    trunk/gcc/fortran/intrinsic.texi


-- 


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


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

* [Bug fortran/36260] Audit intrinsic.texi and check whether keyword= names match
  2008-05-18 19:35 [Bug fortran/36260] New: Audit intrinsic.texi and check whether keyword= names match burnus at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2009-05-17 12:47 ` fxcoudert at gcc dot gnu dot org
@ 2009-05-17 12:49 ` fxcoudert at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2009-05-17 12:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from fxcoudert at gcc dot gnu dot org  2009-05-17 12:49 -------
Now audited and fixed.


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.5.0


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


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

end of thread, other threads:[~2009-05-17 12:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-18 19:35 [Bug fortran/36260] New: Audit intrinsic.texi and check whether keyword= names match burnus at gcc dot gnu dot org
2009-01-03 23:59 ` [Bug fortran/36260] " dfranke at gcc dot gnu dot org
2009-05-03 12:10 ` fxcoudert at gcc dot gnu dot org
2009-05-03 12:37 ` fxcoudert at gcc dot gnu dot org
2009-05-17 12:47 ` fxcoudert at gcc dot gnu dot org
2009-05-17 12:49 ` fxcoudert 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).