PR tree-optimization/86613 - missing -Warray-bounds on a wide string access due to...
commit7ee59520e9a8310bbeb94b53572ac175510ed34b
authormsebor <msebor@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 20 Jul 2018 16:38:43 +0000 (20 16:38 +0000)
committermsebor <msebor@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 20 Jul 2018 16:38:43 +0000 (20 16:38 +0000)
treede51a23aef5e4ccf08a02a362a2242ef04584ca8
parent9dcf2a1144cf0a703dc020f4880912ed86e6183b
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@262906 138bc75d-0d04-0410-961f-82ee72b054a4
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