diff options
author | Janus Weil <janus@gcc.gnu.org> | 2016-01-27 23:32:52 +0100 |
---|---|---|
committer | Janus Weil <janus@gcc.gnu.org> | 2016-01-27 23:32:52 +0100 |
commit | 124bdd23dcd95d602c73db1c6297e6e78628f7f8 (patch) | |
tree | f3a626aa7b3e622927b0a2d71f778e6539a5f399 /gcc | |
parent | f75ebe779f546c9e9c8a66c56c04ebf5fe1b7dda (diff) | |
download | gcc-124bdd23dcd95d602c73db1c6297e6e78628f7f8.zip gcc-124bdd23dcd95d602c73db1c6297e6e78628f7f8.tar.gz gcc-124bdd23dcd95d602c73db1c6297e6e78628f7f8.tar.bz2 |
re PR fortran/69484 (documentation issue: -Wtabs and -Wall)
2016-01-27 Janus Weil <janus@gcc.gnu.org>
PR fortran/69484
* invoke.texi: Fix documentation of -Wall with respect to -Wtabs.
From-SVN: r232906
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/fortran/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/fortran/invoke.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 9fd8ec8..60ae441 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 85209a9..7fbbc4b 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}. |