[Bug c++/67453] vtable not emitted for class with no key method and defaulted destructor with attribute((used))
jason at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Sep 4 16:40:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67453
Jason Merrill <jason at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2015-09-04
CC| |jason at gcc dot gnu.org
Ever confirmed|0 |1
--- Comment #1 from Jason Merrill <jason at gcc dot gnu.org> ---
The bug is that we aren't emitting ~Foo even though it's marked used; the
vtable is just a side effect.
More information about the Gcc-bugs
mailing list