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

--- Comment #2 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Previously we had:
{
  return A::A (this);
}

now:
{
  return *this = {};
}

Reply via email to