]> git.ipfire.org Git - thirdparty/gcc.git/commit
testsuite: Add 2 new tests
authorJakub Jelinek <jakub@redhat.com>
Sat, 4 Oct 2025 09:19:30 +0000 (11:19 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Sat, 4 Oct 2025 09:19:30 +0000 (11:19 +0200)
commit68073785e85857cf26d1b78bf2ac2f3e1af63e1b
tree237be0df181f02d9005374db1dcdf602088a3a65
parentf256a13f8aed833fe964a2ba541b7b30ad9b4a76
testsuite: Add 2 new tests

The following patch adds a variant of constexpr-new23.C and
constexpr-new4.C tests which are or could be affected by some of
the discussed changes in new expression clobbers.

2025-10-04  Jakub Jelinek  <jakub@redhat.com>

* g++.dg/cpp2a/constexpr-new28.C: New test.
* g++.dg/cpp2a/constexpr-new29.C: New test.
gcc/testsuite/g++.dg/cpp2a/constexpr-new28.C [new file with mode: 0644]
gcc/testsuite/g++.dg/cpp2a/constexpr-new29.C [new file with mode: 0644]