From: Francois-Xavier Coudert Date: Sun, 5 Aug 2007 23:39:05 +0000 (+0000) Subject: re PR fortran/31612 (-fsyntax-only documentation is not accurate) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=adeb22c4f2e625ccbb0795fc2affd6673cc2fabf;p=gcc.git re PR fortran/31612 (-fsyntax-only documentation is not accurate) PR fortran/31612 * invoke.texi: Adjust documentation for option -fsyntax-only. From-SVN: r127228 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 61824241187..cc3b89b0beb 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,8 @@ +2007-08-06 Francois-Xavier Coudert + + PR fortran/31612 + * invoke.texi: Adjust documentation for option -fsyntax-only. + 2007-08-05 Francois-Xavier Coudert Tobias Burnus 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}