[Bug ipa/66223] [5/6 Regression] Diagnostic of pure virtual function call broken, including __cxa_pure_virtual

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri May 22 09:42:00 GMT 2015


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.



More information about the Gcc-bugs mailing list