https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125179
--- Comment #10 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jakub Jelinek <[email protected]>: https://gcc.gnu.org/g:54ddb5ff8b91bf518e69ed9221ed4530e7ad55af commit r17-522-g54ddb5ff8b91bf518e69ed9221ed4530e7ad55af Author: Jakub Jelinek <[email protected]> Date: Fri May 15 08:54:42 2026 +0200 testsuite: Add testcase for consteval-only type [PR125179] The following testcase tests that the consteval-only computation is not quadratic. With a loop of 50000 types, I believe this would be O(50000^2) in the earlier implementation and so would timeout. 2026-05-15 Jakub Jelinek <[email protected]> PR c++/125179 * g++.dg/reflect/pr125179.C: New test.
