invoke.texi (-Wtabs): Swap -Wtabs/-Wno-tabs now that -Wtabs enables the warning.
authorTobias Burnus <burnus@net-b.de>
Sun, 23 Nov 2014 22:02:38 +0000 (23:02 +0100)
committerTobias Burnus <burnus@gcc.gnu.org>
Sun, 23 Nov 2014 22:02:38 +0000 (23:02 +0100)
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

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

index 12ec7e21e1c5580263c30c7d098503ef976c67dc..41169a856af55e6bdaf1ff57bc309c3efbd6851f 100644 (file)
@@ -1,3 +1,8 @@
+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
index 18d0c9ea37e0e03da76a3a9c4b22ce3f946beb7f..69c36554ab9599f59d21644ee26b81f8b46d5e4c 100644 (file)
@@ -875,10 +875,10 @@ A @code{CHARACTER} variable is declared with negative length.
 @cindex tabulators
 By default, tabs are accepted as whitespace, but tabs are not members
 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
-a warning to be issued if a tab is encountered. Note, @option{-Wno-tabs}
+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{-Wtabs}
 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
 @opindex @code{Wunderflow}