http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34949
Jason Merrill <jason at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #29731|0 |1
is obsolete| |
--- Comment #12 from Jason Merrill <jason at gcc dot gnu.org> 2013-03-26
15:20:10 UTC ---
Created attachment 29732
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29732
clobber the whole object
Actually, I guess he was suggesting clobbering all of *this, not just the
vptrs, which makes sense since the object is dead at the end of its destructor.
This patch still needs more back end work to be useful.