[Bug middle-end/86095] [8/9 Regression] documentation for -Wunsafe-loop-optimizations references options which have no effect any more

2018-06-25 Thread nightstrike at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86095

nightstrike  changed:

   What|Removed |Added

 CC||nightstrike at gmail dot com

--- Comment #6 from nightstrike  ---
Just to be thorough, the warning was kept at my request here:

https://gcc.gnu.org/ml/gcc-patches/2016-07/msg01058.html

It seems, though, that while the warning was kept, usages of it were
subsequently removed.  I find this unfortunate, but I guess there's not much to
do about it.  Anyway, I just wanted to leave this here for completeness' sake.

[Bug middle-end/86095] [8/9 Regression] documentation for -Wunsafe-loop-optimizations references options which have no effect any more

2018-06-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86095

Jakub Jelinek  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Jakub Jelinek  ---
Fixed for 8.2+.

[Bug middle-end/86095] [8/9 Regression] documentation for -Wunsafe-loop-optimizations references options which have no effect any more

2018-06-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86095

--- Comment #3 from Jakub Jelinek  ---
Author: jakub
Date: Sat Jun 16 06:51:32 2018
New Revision: 261679

URL: https://gcc.gnu.org/viewcvs?rev=261679=gcc=rev
Log:
PR middle-end/86095
* common.opt (Wunsafe-loop-optimizations): Add Ignore, remove Var,
documented as preserved for backward compatibility only.
* doc/invoke.texi: Remove -Wunsafe-loop-optimizations documentation.

Modified:
trunk/gcc/ChangeLog
trunk/gcc/common.opt
trunk/gcc/doc/invoke.texi

[Bug middle-end/86095] [8/9 Regression] documentation for -Wunsafe-loop-optimizations references options which have no effect any more

2018-06-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86095

--- Comment #4 from Jakub Jelinek  ---
Author: jakub
Date: Sat Jun 16 06:52:17 2018
New Revision: 261680

URL: https://gcc.gnu.org/viewcvs?rev=261680=gcc=rev
Log:
PR middle-end/86095
* common.opt (Wunsafe-loop-optimizations): Add Ignore, remove Var,
documented as preserved for backward compatibility only.
* doc/invoke.texi: Remove -Wunsafe-loop-optimizations documentation.

Modified:
branches/gcc-8-branch/gcc/ChangeLog
branches/gcc-8-branch/gcc/common.opt
branches/gcc-8-branch/gcc/doc/invoke.texi

[Bug middle-end/86095] [8/9 Regression] documentation for -Wunsafe-loop-optimizations references options which have no effect any more

2018-06-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86095

Jakub Jelinek  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||amker at gcc dot gnu.org,
   ||jakub at gcc dot gnu.org
   Assignee|unassigned at gcc dot gnu.org  |jakub at gcc dot gnu.org

--- Comment #2 from Jakub Jelinek  ---
Indeed, PR81408 r250304 removed the only remaining case of
-Wunsafe-loop-optimizations warning, so the warning option doesn't do anything.
We should remove its documentation at least, and make it
Common Ignore Warning
Does nothing. Preserved for backward compatibility.
in common.opt.

[Bug middle-end/86095] [8/9 Regression] documentation for -Wunsafe-loop-optimizations references options which have no effect any more

2018-06-09 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86095

Andrew Pinski  changed:

   What|Removed |Added

  Component|other   |middle-end
   Target Milestone|--- |8.2
Summary|stale documentation for |[8/9 Regression]
   |-Wunsafe-loop-optimizations |documentation for
   ||-Wunsafe-loop-optimizations
   ||references options which
   ||have no effect any more