diff options
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} |