https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66223
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |NEW Component|c++ |ipa Summary|Diagnostic of pure virtual |[5/6 Regression] Diagnostic |function call broken, |of pure virtual function |including |call broken, including |__cxa_pure_virtual |__cxa_pure_virtual --- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> --- With -O2 you just get a segfault. With -O1 or -O2 -fno-devirtualize you get the old output.