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

--- Comment #4 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
A bit shorter test:

struct P {
  int x = 0;
};

template<class T>
struct S {
  S() { new P[2][2]; }
};

Reply via email to