aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>2007-08-05 23:39:05 +0000
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>2007-08-05 23:39:05 +0000
commitadeb22c4f2e625ccbb0795fc2affd6673cc2fabf (patch)
treeb738a65a7559e9dc5ac12cec611609e223e241ec /gcc
parentc120ef140a61483e238229e690486821b4375330 (diff)
downloadgcc-adeb22c4f2e625ccbb0795fc2affd6673cc2fabf.zip
gcc-adeb22c4f2e625ccbb0795fc2affd6673cc2fabf.tar.gz
gcc-adeb22c4f2e625ccbb0795fc2affd6673cc2fabf.tar.bz2
re PR fortran/31612 (-fsyntax-only documentation is not accurate)
PR fortran/31612 * invoke.texi: Adjust documentation for option -fsyntax-only. From-SVN: r127228
Diffstat (limited to 'gcc')
-rw-r--r--gcc/fortran/ChangeLog5
-rw-r--r--gcc/fortran/invoke.texi4
2 files changed, 8 insertions, 1 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 6182424..cc3b89b 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -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>
diff --git a/gcc/fortran/invoke.texi b/gcc/fortran/invoke.texi
index e52bff8..af90b58 100644
--- a/gcc/fortran/invoke.texi
+++ b/gcc/fortran/invoke.texi
@@ -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}