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 c++/69777] Give a warning when virtual function is devirtualized into a __cxa_pure_virtual call


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69777

Eric Gallager <egallager at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2017-09-28
                 CC|                            |egallager at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #2 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to Manuel López-Ibáñez from comment #1)
> (In reply to Vadim Zeitlin from comment #0)
> > I have a small (but still ~50 lines of code) example that can be used to
> > reproduce this behaviour, please let me know if you'd like me to attach it.
> 
> If it is the preprocessed file (*.i*) that triggers the bug, generated by
> adding -save-temps to the complete compilation command, then please do so.
> 50 lines is small enough. Otherwise https://gcc.gnu.org/bugs/minimize.html

Thus WAITING for it to be attached.

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