diff options
author | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-08-05 23:39:05 +0000 |
---|---|---|
committer | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-08-05 23:39:05 +0000 |
commit | 07702c1ad338042c4b484cc85afa7ca3ffe4ee5d (patch) | |
tree | b738a65a7559e9dc5ac12cec611609e223e241ec /gcc/fortran/invoke.texi | |
parent | a55a9c5d452056d92ce05eb38d3482918d11e180 (diff) | |
download | gcc-07702c1ad338042c4b484cc85afa7ca3ffe4ee5d.tar.gz |
PR fortran/31612
* invoke.texi: Adjust documentation for option -fsyntax-only.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127228 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fortran/invoke.texi')
-rw-r--r-- | gcc/fortran/invoke.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/fortran/invoke.texi b/gcc/fortran/invoke.texi index e52bff85dbf..af90b5895ff 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} |