summaryrefslogtreecommitdiff
path: root/gcc/fortran
diff options
context:
space:
mode:
authorjanus <janus@138bc75d-0d04-0410-961f-82ee72b054a4>2016-01-27 22:32:52 +0000
committerjanus <janus@138bc75d-0d04-0410-961f-82ee72b054a4>2016-01-27 22:32:52 +0000
commite2cc8a2e3083a5ee9af97e497b97e2b114276562 (patch)
treef3a626aa7b3e622927b0a2d71f778e6539a5f399 /gcc/fortran
parentfa6e6b154ce97e47f8d14d7d0bcd188bb99682e2 (diff)
downloadgcc-e2cc8a2e3083a5ee9af97e497b97e2b114276562.tar.gz
2016-01-27 Janus Weil <janus@gcc.gnu.org>
PR fortran/69484 * invoke.texi: Fix documentation of -Wall with respect to -Wtabs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@232906 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fortran')
-rw-r--r--gcc/fortran/ChangeLog5
-rw-r--r--gcc/fortran/invoke.texi2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 9fd8ec897af..60ae4415249 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,8 @@
+2016-01-27 Janus Weil <janus@gcc.gnu.org>
+
+ PR fortran/69484
+ * invoke.texi: Fix documentation of -Wall with respect to -Wtabs.
+
2016-01-27 Paul Thomas <pault@gcc.gnu.org>
PR fortran/69385
diff --git a/gcc/fortran/invoke.texi b/gcc/fortran/invoke.texi
index 85209a99362..7fbbc4b01a9 100644
--- a/gcc/fortran/invoke.texi
+++ b/gcc/fortran/invoke.texi
@@ -743,7 +743,7 @@ Enables commonly used warning options pertaining to usage that
we recommend avoiding and that we believe are easy to avoid.
This currently includes @option{-Waliasing}, @option{-Wampersand},
@option{-Wconversion}, @option{-Wsurprising}, @option{-Wc-binding-type},
-@option{-Wintrinsics-std}, @option{-Wno-tabs}, @option{-Wintrinsic-shadow},
+@option{-Wintrinsics-std}, @option{-Wtabs}, @option{-Wintrinsic-shadow},
@option{-Wline-truncation}, @option{-Wtarget-lifetime},
@option{-Winteger-division}, @option{-Wreal-q-constant} and @option{-Wunused}.