This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/28122] Undocumented gfortran options
- From: "brooks at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Nov 2006 06:05:59 -0000
- Subject: [Bug fortran/28122] Undocumented gfortran options
- References: <bug-28122-10259@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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