https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53878
--- Comment #3 from Andrew Pinski ---
(In reply to Andrew Pinski from comment #2)
> Fixed in GCC 7+. I suspect by r7-3590 .
pr66443-cxx14-3.C testcase looks like this case.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53878
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53878
--- Comment #1 from Andrew Schepler ---
Created attachment 36293
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36293&action=edit
Abstract class constructors may skip virtual bases
Attached is my attempt at a patch for this issue. In addi