https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124488
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Simplified testcase without reflection:
void
foo ()
{
template for (constexpr auto a : { 42 })
auto c = [] () { return a; };
}
