https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96283
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to Eyal Rozenberg from comment #0) > I'm assuming the compiler provides the linker with enough information to > realize which virtual methods' implementations are missing, so that the > linker can finally print an error message which methods are still missing > after it has run. It does not. Also techincally the C++ ABI can really be changed.