PR tree-optimization/86650 - -Warray-bounds missing inlining context
commit3b8ba91c6fc4b1c259d72ea34ce301d0b4d92445
authormsebor <msebor@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Aug 2018 19:11:20 +0000 (14 19:11 +0000)
committermsebor <msebor@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Aug 2018 19:11:20 +0000 (14 19:11 +0000)
treec0394d1e170361e50d43c73a21c80a2a7eacfcc7
parent9984b8d9f7fc0879393b27936c8aaad70e5d0cf9
PR tree-optimization/86650 - -Warray-bounds missing inlining context

gcc/ChangeLog:

PR tree-optimization/86650
* tree-vrp.c (vrp_prop::check_array_ref): Print an inform message.
(vrp_prop::check_mem_ref): Same.

gcc/testsuite/ChangeLog:

PR tree-optimization/86650
* gcc.dg/Warray-bounds-34.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@263541 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/Warray-bounds-34.c [new file with mode: 0644]
gcc/tree-vrp.c