re PR fortran/31612 (-fsyntax-only documentation is not accurate)
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Sun, 5 Aug 2007 23:39:05 +0000 (23:39 +0000)
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Sun, 5 Aug 2007 23:39:05 +0000 (23:39 +0000)
       PR fortran/31612
      * invoke.texi: Adjust documentation for option -fsyntax-only.

From-SVN: r127228

gcc/fortran/ChangeLog
gcc/fortran/invoke.texi

index 618242411875aebac6af9b0461292b182651bf7b..cc3b89b0bebd10678e9306ae0a148cca46ba3d4f 100644 (file)
@@ -1,3 +1,8 @@
+2007-08-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       PR fortran/31612
+       * invoke.texi: Adjust documentation for option -fsyntax-only.
+
 2007-08-05  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
            Tobias Burnus  <burnus@gcc.gnu.org>
 
index e52bff85dbf4d492220e22e5ceac6f9dfa023672..af90b5895fffd2218792142d673c77f064ac66ec 100644 (file)
@@ -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}