https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124490
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Testcase without reflection in it:
void
foo ()
{
template for (constexpr auto d : { 42 })
auto e = [d] { return d; };
}
