C++ PATCH to build_delete for c++/15097

Jason Merrill jason@redhat.com
Thu Sep 6 03:31:00 GMT 2007


Thanks to Mark for pointing out to me the obvious solution to this bug 
when I thought it would require an ABI change: we just need to do a 
dynamic_cast<void*> before calling delete.

Tested x86_64-pc-linux-gnu, applied to trunk.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: global-delete.patch
Type: text/x-patch
Size: 4396 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20070906/7f116deb/attachment.bin>


More information about the Gcc-patches mailing list