public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/33303]  New: Document __GFORTRAN__
@ 2007-09-04 15:20 burnus at gcc dot gnu dot org
  2007-09-04 16:02 ` [Bug fortran/33303] " fxcoudert at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: burnus at gcc dot gnu dot org @ 2007-09-04 15:20 UTC (permalink / raw)
  To: gcc-bugs

I think __GFORTRAN__ is undocumented - at least I could not find any .texi
where it is documented.

I think it should be documented in doc/cpp.texi, possibly also in
fortran/*texi.


-- 
           Summary: Document __GFORTRAN__
           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: burnus at gcc dot gnu dot org


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


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

* [Bug fortran/33303] Document __GFORTRAN__
  2007-09-04 15:20 [Bug fortran/33303] New: Document __GFORTRAN__ burnus at gcc dot gnu dot org
@ 2007-09-04 16:02 ` fxcoudert at gcc dot gnu dot org
  2007-09-06 18:57 ` burnus at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2007-09-04 16:02 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-09-04 16:02:41
               date|                            |


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


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

* [Bug fortran/33303] Document __GFORTRAN__
  2007-09-04 15:20 [Bug fortran/33303] New: Document __GFORTRAN__ burnus at gcc dot gnu dot org
  2007-09-04 16:02 ` [Bug fortran/33303] " fxcoudert at gcc dot gnu dot org
@ 2007-09-06 18:57 ` burnus at gcc dot gnu dot org
  2007-09-07  7:33 ` burnus at gcc dot gnu dot org
  2007-09-07  7:33 ` burnus at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: burnus at gcc dot gnu dot org @ 2007-09-06 18:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from burnus at gcc dot gnu dot org  2007-09-06 18:57 -------
Patch for cpp.texi:
http://gcc.gnu.org/ml/gcc-patches/2007-09/msg00533.html

For fortran/*texi, see PR 31547.


-- 

burnus at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |burnus at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2007-09-04 16:02:41         |2007-09-06 18:57:29
               date|                            |


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


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

* [Bug fortran/33303] Document __GFORTRAN__
  2007-09-04 15:20 [Bug fortran/33303] New: Document __GFORTRAN__ burnus at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2007-09-07  7:33 ` burnus at gcc dot gnu dot org
@ 2007-09-07  7:33 ` burnus at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: burnus at gcc dot gnu dot org @ 2007-09-07  7:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from burnus at gcc dot gnu dot org  2007-09-07 07:33 -------
Subject: Bug 33303

Author: burnus
Date: Fri Sep  7 07:33:26 2007
New Revision: 128229

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128229
Log:
2007-09-07  Tobias Burnus  <burnus@net-b.de>

        PR fortran/33303
        * doc/cpp.texi (Common Predefined Macros): Add __GFORTRAN__.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/doc/cpp.texi


-- 


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


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

* [Bug fortran/33303] Document __GFORTRAN__
  2007-09-04 15:20 [Bug fortran/33303] New: Document __GFORTRAN__ burnus at gcc dot gnu dot org
  2007-09-04 16:02 ` [Bug fortran/33303] " fxcoudert at gcc dot gnu dot org
  2007-09-06 18:57 ` burnus at gcc dot gnu dot org
@ 2007-09-07  7:33 ` burnus at gcc dot gnu dot org
  2007-09-07  7:33 ` burnus at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: burnus at gcc dot gnu dot org @ 2007-09-07  7:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from burnus at gcc dot gnu dot org  2007-09-07 07:33 -------
FIXED.


-- 

burnus at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2007-09-07  7:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-04 15:20 [Bug fortran/33303] New: Document __GFORTRAN__ burnus at gcc dot gnu dot org
2007-09-04 16:02 ` [Bug fortran/33303] " fxcoudert at gcc dot gnu dot org
2007-09-06 18:57 ` burnus at gcc dot gnu dot org
2007-09-07  7:33 ` burnus at gcc dot gnu dot org
2007-09-07  7:33 ` burnus 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).