public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [gfortran,committed] Fix doc of -fsyntax-only
@ 2007-08-05 23:39 FX Coudert
  0 siblings, 0 replies; only message in thread
From: FX Coudert @ 2007-08-05 23:39 UTC (permalink / raw)
  To: Fortran List, gcc-patches list

Committed as rev. 127228 after checking with make info && make html.  
This adds a tiny little more detail to the documentation of -fsyntax- 
only.


Index: invoke.texi
===================================================================
--- invoke.texi (revision 127224)
+++ invoke.texi (working copy)
@@ -360,7 +360,9 @@ messages produced.
@item -fsyntax-only
@opindex @code{fsyntax-only}
@cindex syntax checking
-Check the code for syntax errors, but don't do anything beyond that.
+Check the code for syntax errors, but don't actually compile it.  This
+will generate module files for each module present in the code, but no
+other output file.
@item -pedantic
@opindex @code{pedantic}

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-08-05 23:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-05 23:39 [gfortran,committed] Fix doc of -fsyntax-only FX Coudert

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).