]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
c++: rename PR120123 test
authorJason Merrill <jason@redhat.com>
Sun, 1 Jun 2025 03:10:44 +0000 (23:10 -0400)
committerJason Merrill <jason@redhat.com>
Sun, 1 Jun 2025 03:30:04 +0000 (23:30 -0400)
As Patrick points out (and I had realized after pushing it), this testcase
has nothing to do with explicit object parameters.

PR c++/120123

gcc/testsuite/ChangeLog:

* g++.dg/cpp23/explicit-obj-lambda18.C: Move to...
* g++.dg/cpp2a/concepts-lambda24.C: ...here.

gcc/testsuite/g++.dg/cpp2a/concepts-lambda24.C [moved from gcc/testsuite/g++.dg/cpp23/explicit-obj-lambda18.C with 86% similarity]

similarity index 86%
rename from gcc/testsuite/g++.dg/cpp23/explicit-obj-lambda18.C
rename to gcc/testsuite/g++.dg/cpp2a/concepts-lambda24.C
index 21bd2e99e79da03c16ad55b7f55a77f934850a3e..28f56ca2335e62265542dc7d87c854fa00a065ab 100644 (file)
@@ -1,5 +1,5 @@
 // PR c++/120123
-// { dg-do compile { target c++23 } }
+// { dg-do compile { target c++20 } }
 
 struct H {
     void member(int) {}