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

--- Comment #5 from Martin Sebor <msebor at gcc dot gnu.org> ---
A somewhat simplified test case:

void f (int n)
{
  int a[n][n];

  [&a]() { }();
}

Reply via email to