public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/28122]  New: Undocumented gfortran options
@ 2006-06-21 11:57 fxcoudert at gcc dot gnu dot org
  2006-07-11  7:57 ` [Bug fortran/28122] " fxcoudert at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2006-06-21 11:57 UTC (permalink / raw)
  To: gcc-bugs

The following options are not documented in gfortran's invoke.texi, and should
probably be:
  -fmodule-private, -fno-backend, -fpreprocessed, -qkind=


-- 
           Summary: Undocumented gfortran options
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Keywords: documentation
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: fxcoudert at gcc dot gnu dot org


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


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

* [Bug fortran/28122] Undocumented gfortran options
  2006-06-21 11:57 [Bug fortran/28122] New: Undocumented gfortran options fxcoudert at gcc dot gnu dot org
@ 2006-07-11  7:57 ` fxcoudert at gcc dot gnu dot org
  2006-11-09  9:41 ` brooks 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 @ 2006-07-11  7:57 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         |2006-07-11 07:57:10
               date|                            |


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


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

* [Bug fortran/28122] Undocumented gfortran options
  2006-06-21 11:57 [Bug fortran/28122] New: Undocumented gfortran options fxcoudert at gcc dot gnu dot org
  2006-07-11  7:57 ` [Bug fortran/28122] " fxcoudert at gcc dot gnu dot org
@ 2006-11-09  9:41 ` brooks at gcc dot gnu dot org
  2006-11-09  9:48 ` brooks at gcc dot gnu dot org
  2006-11-15  6:06 ` brooks at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: brooks at gcc dot gnu dot org @ 2006-11-09  9:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from brooks at gcc dot gnu dot org  2006-11-09 09:41 -------
-qkind= has been removed, and thus it no longer needs documentation.


-- 

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|2006-07-11 07:57:10         |2006-11-09 09:41:03
               date|                            |


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


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

* [Bug fortran/28122] Undocumented gfortran options
  2006-06-21 11:57 [Bug fortran/28122] New: Undocumented gfortran options fxcoudert at gcc dot gnu dot org
  2006-07-11  7:57 ` [Bug fortran/28122] " fxcoudert at gcc dot gnu dot org
  2006-11-09  9:41 ` brooks at gcc dot gnu dot org
@ 2006-11-09  9:48 ` brooks at gcc dot gnu dot org
  2006-11-15  6:06 ` brooks at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: brooks at gcc dot gnu dot org @ 2006-11-09  9:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from brooks at gcc dot gnu dot org  2006-11-09 09:48 -------
-fpreprocessed seems to be intended for internal use between gfortran and f951,
to indicate that the file has been preprocessed and the original filename
should be read from it.  Thus, it should probably be set to Undocumented in
lang.opt.


-- 


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


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

* [Bug fortran/28122] Undocumented gfortran options
  2006-06-21 11:57 [Bug fortran/28122] New: Undocumented gfortran options fxcoudert at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2006-11-09  9:48 ` brooks at gcc dot gnu dot org
@ 2006-11-15  6:06 ` brooks at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: brooks at gcc dot gnu dot org @ 2006-11-15  6:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from brooks at gcc dot gnu dot org  2006-11-15 06:05 -------
It turns out that we can't set -fpreprocessed to "Undocumented", as it is
shared with other front ends.  However, it is documented in the GCC manual in
the preprocessor section, and thus falls outside the "options specific to GNU
Fortran" purview of the command-line options section in the gfortran manual. 
As such, I see no need to add duplicate documentation to it in the gfortran
manual; there are already plenty of other preprocessor options that the
"gfortran" command supports that are not in the manual, and from a user
perspective this one is no different.

Meanwhile, I have also removed -no-backend and -fmodule-private, instead of
documenting them.  Thus, I'm resolving this as fixed.


-- 

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


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

end of thread, other threads:[~2006-11-15  6:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-21 11:57 [Bug fortran/28122] New: Undocumented gfortran options fxcoudert at gcc dot gnu dot org
2006-07-11  7:57 ` [Bug fortran/28122] " fxcoudert at gcc dot gnu dot org
2006-11-09  9:41 ` brooks at gcc dot gnu dot org
2006-11-09  9:48 ` brooks at gcc dot gnu dot org
2006-11-15  6:06 ` 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).