Mon, 12 Jan 2015 11:00:44 -0700 Jeff Law <l...@redhat.com>: > On 11/11/14 23:13, Martin Uecker wrote:
... > > > > > > * gcc/tree-vrp.c (check_array_ref): Emit more warnings > > for warn_array_bounds >= 2. > > * gcc/testsuite/gcc.dg/Warray-bounds-11.c: New test-case. > > * gcc/c-family/c.opt: New option -Warray-bounds=. > > * gcc/common.opt: New option -Warray-bounds=. > > * gcc/doc/invoke.texi: Document new option. > Has this patch been bootstrapped and regression tested, if so on what > platform. x86_64-unknown-linux-gnu > Given the new warnings (as implemented by the patch) are not enabled by > default, I'm inclined to approve once Martin verifies things via > bootstrap and regression test. Thank you, Martin