[Bug c++/53878] [C++11] Abstract class constructors

2021-07-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
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.

[Bug c++/53878] [C++11] Abstract class constructors

2021-07-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53878 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/53878] [C++11] Abstract class constructors

2015-09-04 Thread aschepler at gmail dot com
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