From: Tobias Burnus Date: Sun, 23 Nov 2014 22:02:38 +0000 (+0100) Subject: invoke.texi (-Wtabs): Swap -Wtabs/-Wno-tabs now that -Wtabs enables the warning. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4b76ea71d1b11287bd05539e5dc154c4095f525c;p=gcc.git invoke.texi (-Wtabs): Swap -Wtabs/-Wno-tabs now that -Wtabs enables the warning. 2014-11-23 Tobias Burnus * invoke.texi (-Wtabs): Swap -Wtabs/-Wno-tabs now that -Wtabs enables the warning. From-SVN: r217990 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 12ec7e21e1c..41169a856af 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,8 @@ +2014-11-23 Tobias Burnus + + * invoke.texi (-Wtabs): Swap -Wtabs/-Wno-tabs now that + -Wtabs enables the warning. + 2014-11-23 Tobias Burnus * error.c (gfc_diagnostic_build_prefix): Correct coloring diff --git a/gcc/fortran/invoke.texi b/gcc/fortran/invoke.texi index 18d0c9ea37e..69c36554ab9 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}