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]; }
};
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]; }
};