public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/31823]  New: [4.2 regression] COMPLEX not documented
@ 2007-05-04 21:10 brooks at gcc dot gnu dot org
  2007-05-04 21:11 ` [Bug fortran/31823] " brooks at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: brooks at gcc dot gnu dot org @ 2007-05-04 21:10 UTC (permalink / raw)
  To: gcc-bugs

The COMPLEX intrinsic is not documented in 4.2.


-- 
           Summary: [4.2 regression] COMPLEX not documented
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: brooks at gcc dot gnu dot org


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


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

* [Bug fortran/31823] [4.2 regression] COMPLEX not documented
  2007-05-04 21:10 [Bug fortran/31823] New: [4.2 regression] COMPLEX not documented brooks at gcc dot gnu dot org
@ 2007-05-04 21:11 ` brooks at gcc dot gnu dot org
  2007-05-04 23:29 ` brooks at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: brooks at gcc dot gnu dot org @ 2007-05-04 21:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from brooks at gcc dot gnu dot org  2007-05-04 22:11 -------
Created an attachment (id=13510)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13510&action=view)
Documentation patch for COMPLEX


-- 

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|UNCONFIRMED                 |ASSIGNED


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


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

* [Bug fortran/31823] [4.2 regression] COMPLEX not documented
  2007-05-04 21:10 [Bug fortran/31823] New: [4.2 regression] COMPLEX not documented brooks at gcc dot gnu dot org
  2007-05-04 21:11 ` [Bug fortran/31823] " brooks at gcc dot gnu dot org
@ 2007-05-04 23:29 ` brooks at gcc dot gnu dot org
  2007-05-27 16:54 ` burnus at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: brooks at gcc dot gnu dot org @ 2007-05-04 23:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from brooks at gcc dot gnu dot org  2007-05-05 00:29 -------
Created an attachment (id=13512)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13512&action=view)
Documentation patch (not corrupted, this time)


-- 

brooks at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #13510|0                           |1
        is obsolete|                            |


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


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

* [Bug fortran/31823] [4.2 regression] COMPLEX not documented
  2007-05-04 21:10 [Bug fortran/31823] New: [4.2 regression] COMPLEX not documented brooks at gcc dot gnu dot org
  2007-05-04 21:11 ` [Bug fortran/31823] " brooks at gcc dot gnu dot org
  2007-05-04 23:29 ` brooks at gcc dot gnu dot org
@ 2007-05-27 16:54 ` burnus at gcc dot gnu dot org
  2007-06-29 11:23 ` burnus at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: burnus at gcc dot gnu dot org @ 2007-05-27 16:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from burnus at gcc dot gnu dot org  2007-05-27 16:54 -------
The branch is open, can this be now be committed?


-- 


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


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

* [Bug fortran/31823] [4.2 regression] COMPLEX not documented
  2007-05-04 21:10 [Bug fortran/31823] New: [4.2 regression] COMPLEX not documented brooks at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2007-05-27 16:54 ` burnus at gcc dot gnu dot org
@ 2007-06-29 11:23 ` burnus at gcc dot gnu dot org
  2007-07-11  6:26 ` brooks at gcc dot gnu dot org
  2007-07-11  6:34 ` brooks at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: burnus at gcc dot gnu dot org @ 2007-06-29 11:23 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from burnus at gcc dot gnu dot org  2007-06-29 11:23 -------
> The branch is open, can this be now be committed?
* PING *


-- 


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


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

* [Bug fortran/31823] [4.2 regression] COMPLEX not documented
  2007-05-04 21:10 [Bug fortran/31823] New: [4.2 regression] COMPLEX not documented brooks at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2007-06-29 11:23 ` burnus at gcc dot gnu dot org
@ 2007-07-11  6:26 ` brooks at gcc dot gnu dot org
  2007-07-11  6:34 ` brooks at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: brooks at gcc dot gnu dot org @ 2007-07-11  6:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from brooks at gcc dot gnu dot org  2007-07-11 06:25 -------
Subject: Bug 31823

Author: brooks
Date: Wed Jul 11 06:25:47 2007
New Revision: 126538

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126538
Log:
Backport from trunk:
PR fortran/31823
* intrinsic.texi (CMPLX): Document result kind.
(COMPLEX): Add documentation.


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=31823


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

* [Bug fortran/31823] [4.2 regression] COMPLEX not documented
  2007-05-04 21:10 [Bug fortran/31823] New: [4.2 regression] COMPLEX not documented brooks at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2007-07-11  6:26 ` brooks at gcc dot gnu dot org
@ 2007-07-11  6:34 ` brooks at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: brooks at gcc dot gnu dot org @ 2007-07-11  6:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from brooks at gcc dot gnu dot org  2007-07-11 06:34 -------
Fixed, as per the above commit.


-- 

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=31823


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

end of thread, other threads:[~2007-07-11  6:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-04 21:10 [Bug fortran/31823] New: [4.2 regression] COMPLEX not documented brooks at gcc dot gnu dot org
2007-05-04 21:11 ` [Bug fortran/31823] " brooks at gcc dot gnu dot org
2007-05-04 23:29 ` brooks at gcc dot gnu dot org
2007-05-27 16:54 ` burnus at gcc dot gnu dot org
2007-06-29 11:23 ` burnus at gcc dot gnu dot org
2007-07-11  6:26 ` brooks at gcc dot gnu dot org
2007-07-11  6:34 ` 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).