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

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Simplified further:

struct B { ~B() {} };
struct C : private virtual B {};
struct D : C {} d;

Reply via email to