https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92330
Bug ID: 92330
Summary: Wstrict-overflow documentation does not say that it is
deprecated and has no effect
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: middle-end
Assignee: unassigned at gcc dot gnu.org
Reporter: manu at gcc dot gnu.org
CC: msebor at gcc dot gnu.org, rguenth at gcc dot gnu.org
Target Milestone: ---
According to GCC 8, Wstrict-overflow is deprecated. However, the documentation
of the warning says nothing about this, not even in trunk:
https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstrict-overflow
Also, there are many open bugs about Wstrict-overflow. Should those be closed?