]> git.ipfire.org Git - thirdparty/gcc.git/commit
Core issue 901
authorJason Merrill <jason@redhat.com>
Sat, 25 Jul 2009 03:57:20 +0000 (23:57 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Sat, 25 Jul 2009 03:57:20 +0000 (23:57 -0400)
commit67a6e8167985001be8a50485a8cd8a0d0355a363
treea1321c242570af678195bae067b31b4c26c4980e
parent05b5c4e8742e5deba247f5a68eec43b13e88ce8c
Core issue 901

Core issue 901
* libsupc++/vec.cc (__cxa_vec_new2, __cxa_vec_new3): Handle NULL
dealloc.
* call.c (build_op_delete_call): If this is for a new-expression
and the op delete is deleted, do nothing.

From-SVN: r150073
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/defaulted11.C [new file with mode: 0644]
libstdc++-v3/ChangeLog
libstdc++-v3/libsupc++/vec.cc