[Bug c++/122494] [13/14 Regression] gcc rejects valid C++ codes with generic lambda and concepts; causing a not completed class
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Mar 11 14:01:26 GMT 2026
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122494
--- Comment #11 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Patrick Palka <ppalka@gcc.gnu.org>:
https://gcc.gnu.org/g:909d18c29145edef4fdd0e1aeb07dfce11c1c9f9
commit r16-8004-g909d18c29145edef4fdd0e1aeb07dfce11c1c9f9
Author: Patrick Palka <ppalka@redhat.com>
Date: Wed Mar 11 10:00:57 2026 -0400
c++: add fixed test [PR124389]
This one is also fixed by r16-7055. The testcases from that commit
utilize the concepts satisfaction cache, whereas this one utilizes
the constexpr call cache.
PR c++/124389
PR c++/122494
gcc/testsuite/ChangeLog:
* g++.dg/cpp0x/static_assert18.C: New test.
More information about the Gcc-bugs
mailing list