From 4b76ea71d1b11287bd05539e5dc154c4095f525c Mon Sep 17 00:00:00 2001 From: Tobias Burnus Date: Sun, 23 Nov 2014 23:02:38 +0100 Subject: [PATCH] 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 --- gcc/fortran/ChangeLog | 5 +++++ gcc/fortran/invoke.texi | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) 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}