OSDN Git Service

2011-01-08 Thomas Koenig <tkoenig@gcc.gnu.org>
authortkoenig <tkoenig@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 8 Jan 2011 22:59:42 +0000 (22:59 +0000)
committertkoenig <tkoenig@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 8 Jan 2011 22:59:42 +0000 (22:59 +0000)
PR fortran/46405
* invoke.texi:  Mention -ffree-line-length-none and
-ffixed-line-length-none for preprocessing.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168604 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fortran/ChangeLog
gcc/fortran/invoke.texi

index f24c22f..b65a21f 100644 (file)
@@ -1,3 +1,9 @@
+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>
 
        PR fortran/46896
index 3dcdbcc..9131321 100644 (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,
 use the negative form: @option{-nocpp}.
 
-The preprocessor is run in traditional mode, be aware that any
-restrictions of the file-format, e.g. fixed-form line width,
-apply for preprocessed output as well.
+The preprocessor is run in traditional mode. Any restrictions of the
+file-format, especially the limits on line length, apply for
+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
 @opindex @code{dM}