PR middle-end/85602 - -Warray-bounds fails to detect the out of bound array access
commit4277f32f797385fba28acea89130aac79164bfb2
authormsebor <msebor@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 Jun 2018 22:35:45 +0000 (19 22:35 +0000)
committermsebor <msebor@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 Jun 2018 22:35:45 +0000 (19 22:35 +0000)
tree518f9ef5ba978ce1e314d289d6ba5b5ba69bb930
parent06a8367a05bac67dd47e30a383ac2c086f9ffc0a
PR middle-end/85602 - -Warray-bounds fails to detect the out of bound array access

gcc/testsuite/ChangeLog:
  * c-c++-common/attr-nonstring-8.c: Adjust text of expected warning
  to also match C++.

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