[Bug c++/68087] [5/6 Regression] ICE with constexpr in array with negative index
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Nov 25 19:42:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68087
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
The testcase fails on i686-linux:
/home/jakub/src/gcc/gcc/testsuite/g++.dg/cpp0x/constexpr-array13.C:6:26: error:
array subscript out of bound
compiler exited with status 1
output is:
/home/jakub/src/gcc/gcc/testsuite/g++.dg/cpp0x/constexpr-array13.C:6:26: error:
array subscript out of bound
FAIL: g++.dg/cpp0x/constexpr-array13.C -std=c++11 (test for errors, line 6)
FAIL: g++.dg/cpp0x/constexpr-array13.C -std=c++11 (test for excess errors)
Excess errors:
/home/jakub/src/gcc/gcc/testsuite/g++.dg/cpp0x/constexpr-array13.C:6:26: error:
array subscript out of bound
More information about the Gcc-bugs
mailing list