commit | 10846d82a895cbc95b7819a5c44cd0216bb21bf4 | [log] [tgz] |
---|---|---|
author | Jason Merrill <jason@redhat.com> | Thu Jul 17 09:46:35 2025 -0400 |
committer | Jason Merrill <jason@redhat.com> | Thu Jul 17 10:05:23 2025 -0400 |
tree | 01a601729afc2d70b1dd7416c68be27dd98d6231 | |
parent | dee5246d7883ed04e1e8c124887f19d5e908595f [diff] |
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.