This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]