[Bug fortran/69484] [5/6 Regression] documentation issue: -Wtabs and -Wall

2016-01-27 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69484

--- Comment #3 from janus at gcc dot gnu.org ---
Author: janus
Date: Wed Jan 27 22:32:52 2016
New Revision: 232906

URL: https://gcc.gnu.org/viewcvs?rev=232906=gcc=rev
Log:
2016-01-27  Janus Weil  

PR fortran/69484
* invoke.texi: Fix documentation of -Wall with respect to -Wtabs.

Modified:
trunk/gcc/fortran/ChangeLog
trunk/gcc/fortran/invoke.texi

[Bug fortran/69484] [5/6 Regression] documentation issue: -Wtabs and -Wall

2016-01-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69484

Jakub Jelinek  changed:

   What|Removed |Added

   Priority|P3  |P4
 CC||jakub at gcc dot gnu.org

[Bug fortran/69484] [5/6 Regression] documentation issue: -Wtabs and -Wall

2016-01-26 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69484

janus at gcc dot gnu.org changed:

   What|Removed |Added

Summary|documentation issue: -Wtabs |[5/6 Regression]
   |and -Wall   |documentation issue: -Wtabs
   ||and -Wall

--- Comment #1 from janus at gcc dot gnu.org ---
I guess this issue is related to the change of behaviour regarding -Wtabs from
4.9 to 5.

Also, the documentation bug is a regression: The documentation is correct in
4.9, but wrong for versions 5 and 6.

[Bug fortran/69484] [5/6 Regression] documentation issue: -Wtabs and -Wall

2016-01-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69484

Andrew Pinski  changed:

   What|Removed |Added

   Target Milestone|--- |5.4

[Bug fortran/69484] [5/6 Regression] documentation issue: -Wtabs and -Wall

2016-01-26 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69484

janus at gcc dot gnu.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
   Last reconfirmed||2016-01-26
   Assignee|unassigned at gcc dot gnu.org  |janus at gcc dot gnu.org
 Ever confirmed|0   |1

--- Comment #2 from janus at gcc dot gnu.org ---
The following should be sufficient to fix it:

Index: gcc/fortran/invoke.texi
===
--- gcc/fortran/invoke.texi (Revision 232803)
+++ gcc/fortran/invoke.texi (Arbeitskopie)
@@ -743,7 +743,7 @@
 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}.