https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110349

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Also, is the structured binding in
void corge ()
{
  static int a[2];
  static auto [_, _] = a;
}
inhabitating namespace scope (so it is correct to reject it?  clang does, the
WIP patch does as well).

Reply via email to