https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120123
--- Comment #7 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:a0364f41a8a5c9f785da8681c78d22c430ac4d70 commit r16-1035-ga0364f41a8a5c9f785da8681c78d22c430ac4d70 Author: Jason Merrill <ja...@redhat.com> Date: Sat May 31 23:10:44 2025 -0400 c++: rename PR120123 test 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.