https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99833
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
That reduced:
template <class>
void
foo ()
{
[](auto d) { if constexpr (auto [a, b]{d}; a) ; } (0);
}
template void foo<int> ();
