Fix testsuite/g++.dg/cpp1y/constexpr-66093.C execution failure...
authorJerome Lambourg <lambourg@adacore.com>
Tue, 5 Jan 2021 07:47:41 +0000 (04:47 -0300)
committerAlexandre Oliva <oliva@gnu.org>
Tue, 5 Jan 2021 07:47:41 +0000 (04:47 -0300)
commit560d9915762d61bd1027259ecf55339f40a0a1de
tree1a4828c4ed8cd0bba6851c76f6f91980c856ed2a
parentbf183413c6f6e745f1324e39586a65a4f9fcea3f
Fix testsuite/g++.dg/cpp1y/constexpr-66093.C execution failure...

The constexpr iteration dereferenced an array element past the end of
the array.

for  gcc/testsuite/ChangeLog

* g++.dg/cpp1y/constexpr-66093.C: Fix bounds issue.
gcc/testsuite/g++.dg/cpp1y/constexpr-66093.C