https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87097
--- Comment #5 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The trunk branch has been updated by Jason Merrill <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:b38382e36410a9a649b904a2d0a0abcb90f9c418 commit r16-2326-gb38382e36410a9a649b904a2d0a0abcb90f9c418 Author: Jason Merrill <ja...@redhat.com> Date: Thu Jul 17 09:46:35 2025 -0400 c++: constexpr array testcase [PR87097] This seems to have been fixed by r15-7260 for PR118285, but is sufficiently different to merit its own test. PR c++/87097 gcc/testsuite/ChangeLog: * g++.dg/cpp0x/constexpr-array29.C: New test.