PR tree-optimization/86613 - missing -Warray-bounds on a wide string access due to...
commitcba563f71dbc137a6c0ba7c10bc8fef90203ea0c
authorMartin Sebor <msebor@redhat.com>
Fri, 20 Jul 2018 16:38:43 +0000 (20 16:38 +0000)
committerMartin Sebor <msebor@gcc.gnu.org>
Fri, 20 Jul 2018 16:38:43 +0000 (20 10:38 -0600)
treede51a23aef5e4ccf08a02a362a2242ef04584ca8
parent4a4412b9de23b153481a60cd69abcee71c3e34fb
PR tree-optimization/86613 - missing -Warray-bounds on a wide string access due to ccp folding

PR tree-optimization/86613 - missing -Warray-bounds on a wide string access due to ccp folding
PR tree-optimization/86611 - missing -Warray-bounds on a large negative index into a string in lp64

gcc/testsuite/ChangeLog:
* gcc/testsuite/c-c++-common/Warray-bounds-2.c: Undefine macros and
prune duplicate warnings.
* gcc/testsuite/gcc.dg/Warray-bounds-31.c: Xfail test cases with
data-model-dependencies.
* gcc/testsuite/gcc.dg/Warray-bounds-32.c: Ditto.

From-SVN: r262906
gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/Warray-bounds-2.c
gcc/testsuite/gcc.dg/Warray-bounds-31.c
gcc/testsuite/gcc.dg/Warray-bounds-32.c