[Bug c++/69777] Give a warning when virtual function is devirtualized into a __cxa_pure_virtual call

2019-03-01 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69777 Eric Gallager changed: What|Removed |Added Blocks||87403 --- Comment #6 from Eric Gallager

[Bug c++/69777] Give a warning when virtual function is devirtualized into a __cxa_pure_virtual call

2017-12-30 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69777 Eric Gallager changed: What|Removed |Added Status|RESOLVED|NEW Resolution|INVALID

[Bug c++/69777] Give a warning when virtual function is devirtualized into a __cxa_pure_virtual call

2017-12-30 Thread vz-gcc at zeitlins dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69777 --- Comment #4 from Vadim Zeitlin --- Sorry, I've somehow forgot to provide the example, but here it is in its most minimal form: namespace { struct AnonB { virtual bool foo() const = 0; virtual ~AnonB() {} }; } struct

[Bug c++/69777] Give a warning when virtual function is devirtualized into a __cxa_pure_virtual call

2017-12-30 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69777 Eric Gallager changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug c++/69777] Give a warning when virtual function is devirtualized into a __cxa_pure_virtual call

2017-09-28 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69777 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c++/69777] Give a warning when virtual function is devirtualized into a __cxa_pure_virtual call

2016-02-14 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69777 Manuel López-Ibáñez changed: What|Removed |Added CC||manu at gcc dot gnu.org ---

[Bug c++/69777] Give a warning when virtual function is devirtualized into a __cxa_pure_virtual call

2016-02-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69777 Richard Biener changed: What|Removed |Added Keywords||diagnostic CC|