aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Burnus <burnus@net-b.de>2014-11-23 23:02:38 +0100
committerTobias Burnus <burnus@gcc.gnu.org>2014-11-23 23:02:38 +0100
commit4b76ea71d1b11287bd05539e5dc154c4095f525c (patch)
tree702dba97deb7e66f4a6868e783008cdb17c46107
parentabf64717adf58de61113077e95920a5bb57c49ed (diff)
downloadgcc-4b76ea71d1b11287bd05539e5dc154c4095f525c.zip
gcc-4b76ea71d1b11287bd05539e5dc154c4095f525c.tar.gz
gcc-4b76ea71d1b11287bd05539e5dc154c4095f525c.tar.bz2
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
-rw-r--r--gcc/fortran/ChangeLog5
-rw-r--r--gcc/fortran/invoke.texi6
2 files changed, 8 insertions, 3 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 12ec7e2..41169a8 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,5 +1,10 @@
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
of the colon of the prefix.
diff --git a/gcc/fortran/invoke.texi b/gcc/fortran/invoke.texi
index 18d0c9e..69c3655 100644
--- a/gcc/fortran/invoke.texi
+++ b/gcc/fortran/invoke.texi
@@ -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}