c++: robustify testcase [PR109752]
commit11fa2729eff8bc585e33086bb2c595ae8a37d14f
authorPatrick Palka <ppalka@redhat.com>
Fri, 12 May 2023 12:36:37 +0000 (12 08:36 -0400)
committerPatrick Palka <ppalka@redhat.com>
Fri, 12 May 2023 12:36:37 +0000 (12 08:36 -0400)
treebdf7abdaf66e13a7856bd72b1eadb5edd3cda6ab
parent560a3e35fe01c499bd5b1e95ddc4c3e958cf5abd
c++: robustify testcase [PR109752]

This rewrites the testcase for PR109752 to make it simpler and more
robust (i.e. no longer dependent on r13-4035-gc41bbfcaf9d6ef).

PR c++/109752

gcc/testsuite/ChangeLog:

* g++.dg/cpp2a/concepts-pr109752.C: Rename to ...
* g++.dg/cpp2a/concepts-complete4.C: ... this.  Rewrite.
gcc/testsuite/g++.dg/cpp2a/concepts-complete4.C [new file with mode: 0644]
gcc/testsuite/g++.dg/cpp2a/concepts-pr109752.C [deleted file]