Commit f90b55a6 by Thomas Koenig

re PR fortran/46405 (Preprocessor generated code can exceed 132 characters)

2011-01-08  Thomas Koenig  <tkoenig@gcc.gnu.org>

	PR fortran/46405
	* invoke.texi:  Mention -ffree-line-length-none and
	-ffixed-line-length-none for preprocessing.

From-SVN: r168604
parent 28a2c1d5
2011-01-08 Thomas Koenig <tkoenig@gcc.gnu.org>
PR fortran/46405
* invoke.texi: Mention -ffree-line-length-none and
-ffixed-line-length-none for preprocessing.
2011-01-08 Paul Thomas <pault@gcc.gnu.org> 2011-01-08 Paul Thomas <pault@gcc.gnu.org>
PR fortran/46896 PR fortran/46896
......
...@@ -394,9 +394,11 @@ this option to manually enable preprocessing of any kind of Fortran file. ...@@ -394,9 +394,11 @@ this option to manually enable preprocessing of any kind of Fortran file.
To disable preprocessing of files with any of the above listed extensions, To disable preprocessing of files with any of the above listed extensions,
use the negative form: @option{-nocpp}. use the negative form: @option{-nocpp}.
The preprocessor is run in traditional mode, be aware that any The preprocessor is run in traditional mode. Any restrictions of the
restrictions of the file-format, e.g. fixed-form line width, file-format, especially the limits on line length, apply for
apply for preprocessed output as well. preprocessed output as well, so it might be advisable to use the
@option{-ffree-line-length-none} or @option{-ffixed-line-length-none}
options.
@item -dM @item -dM
@opindex @code{dM} @opindex @code{dM}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment