https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66701
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Note now adays most calls to __cxa_pure_virtual are replaced with __builtin_unreachable so you won't even get the call to __cxa_pure_virtual any more so closing this as invalid.