From 26e65f6adcb91e2cf123183d1e76bca0b1784489 Mon Sep 17 00:00:00 2001 From: Brooks Moses Date: Tue, 6 Mar 2007 09:41:01 +0000 Subject: [PATCH] * invoke.texi: Corrected -Wtabs documentation. From-SVN: r122618 --- gcc/fortran/ChangeLog | 4 ++++ gcc/fortran/invoke.texi | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index d6f7f79614d0..d87fabeb86f9 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2007-03-06 Brooks Moses + + * invoke.texi: Corrected -Wtabs documentation. + 2007-03-06 Brooks Moses * intrinsic.texi: Backported typo fixes from trunk. diff --git a/gcc/fortran/invoke.texi b/gcc/fortran/invoke.texi index 09351d94779e..66fb5d344fd0 100644 --- a/gcc/fortran/invoke.texi +++ b/gcc/fortran/invoke.texi @@ -499,7 +499,9 @@ A LOGICAL SELECT construct has three CASE statements. By default, tabs are accepted as whitespace, but tabs are not members of the Fortran Character Set. @option{-Wno-tabs} will cause a warning to be issued if a tab is encountered. Note, @option{-Wno-tabs} is active -for @option{-pedantic}, @option{-std=f95}, and @option{-Wall}. +for @option{-pedantic}, @option{-std=f95}, @option{-std=f2003}, and +@option{-Wall}. + @item -Wunderflow @cindex @code{-Wunderflow} option