[Bug tree-optimization/84047] [6/7/8 Regression] missing -Warray-bounds on an out-of-bounds index into an array

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Jan 26 17:34:00 GMT 2018


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84047

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I don't think we want to be adding new cases where -Warray-bounds will warn at
this point, this warning has very high false positive rate and it is simply too
late in the release cycle for that IMNSHO.  I'd retarget all similar PRs for
GCC9.


More information about the Gcc-bugs mailing list