From: burnus Date: Sun, 23 Nov 2014 22:02:38 +0000 (+0000) Subject: 2014-11-23 Tobias Burnus X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6c175e5da876ee776efbd04bb17899cedf8c08b7;p=thirdparty%2Fgcc.git 2014-11-23 Tobias Burnus * invoke.texi (-Wtabs): Swap -Wtabs/-Wno-tabs now that -Wtabs enables the warning. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@217990 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 12ec7e21e1c5..41169a856af5 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 18d0c9ea37e0..69c36554ab95 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}