* call.c (build_op_delete_call): Ignore exception-specifications
commit49603c0fc991cc553432eb536b0d51bbcac9796f
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 22 May 2001 00:31:36 +0000 (22 00:31 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 22 May 2001 00:31:36 +0000 (22 00:31 +0000)
tree3d7688183b2a2137423e2873a5b2ff048d8d847a
parent34aeeb45333ee50468a88857f7155614d4e0f600
* call.c (build_op_delete_call): Ignore exception-specifications
when looking for matching delete operators.
* init.c (build_new_1): Compute whether or not the allocation
function used is a placement allocation function or not, and
communicate this information to build_op_delete_call.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42413 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/init.c
gcc/testsuite/g++.old-deja/g++.other/new7.C [new file with mode: 0644]