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

--- Comment #8 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Further reduced:

struct bstring
{
  char  buf {};
  char* ptr = buf;
};

void test01()
{
  constexpr bstring v1{};
}

Reply via email to