Commit 4b76ea71 by Tobias Burnus Committed by Tobias Burnus

invoke.texi (-Wtabs): Swap -Wtabs/-Wno-tabs now that -Wtabs enables the warning.

2014-11-23  Tobias Burnus  <burnus@net-b.de>

        * invoke.texi (-Wtabs): Swap -Wtabs/-Wno-tabs now that
        -Wtabs enables the warning.

From-SVN: r217990
parent abf64717
2014-11-23 Tobias Burnus <burnus@net-b.de> 2014-11-23 Tobias Burnus <burnus@net-b.de>
* invoke.texi (-Wtabs): Swap -Wtabs/-Wno-tabs now that
-Wtabs enables the warning.
2014-11-23 Tobias Burnus <burnus@net-b.de>
* error.c (gfc_diagnostic_build_prefix): Correct coloring * error.c (gfc_diagnostic_build_prefix): Correct coloring
of the colon of the prefix. of the colon of the prefix.
......
...@@ -875,10 +875,10 @@ A @code{CHARACTER} variable is declared with negative length. ...@@ -875,10 +875,10 @@ A @code{CHARACTER} variable is declared with negative length.
@cindex tabulators @cindex tabulators
By default, tabs are accepted as whitespace, but tabs are not members By default, tabs are accepted as whitespace, but tabs are not members
of the Fortran Character Set. For continuation lines, a tab followed of the Fortran Character Set. For continuation lines, a tab followed
by a digit between 1 and 9 is supported. @option{-Wno-tabs} will cause by a digit between 1 and 9 is supported. @option{-Wtabs} will cause
a warning to be issued if a tab is encountered. Note, @option{-Wno-tabs} a warning to be issued if a tab is encountered. Note, @option{-Wtabs}
is active for @option{-pedantic}, @option{-std=f95}, @option{-std=f2003}, is active for @option{-pedantic}, @option{-std=f95}, @option{-std=f2003},
@option{-std=f2008} and @option{-Wall}. @option{-std=f2008}, @option{-std=f2008ts} and @option{-Wall}.
@item -Wunderflow @item -Wunderflow
@opindex @code{Wunderflow} @opindex @code{Wunderflow}
......
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