https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118053
--- Comment #5 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:741073460b9a850ca85b01509e08bf72900b6c8a commit r15-7559-g741073460b9a850ca85b01509e08bf72900b6c8a Author: Jason Merrill <ja...@redhat.com> Date: Sat Feb 15 13:28:37 2025 +0100 testsuite: tweak constexpr-lamda1.C [PR118053] I forgot to add the -O necessary to reproduce the bug before pushing the fix. PR c++/118053 gcc/testsuite/ChangeLog: * g++.dg/cpp1y/constexpr-lambda1.C: Add -O.