* call.c (build_op_delete_call): Ignore exception-specifications
commit0d27ddeb0db3f10c77d84322d75e18a9bb1dbc3d
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 22 May 2001 00:29:08 +0000 (22 00:29 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 22 May 2001 00:29:08 +0000 (22 00:29 +0000)
treeb6540ebb54de05ddf7af468fc8f0cd87c0645b79
parent556f3f56dd517be0133994451acc210c4bd2c393
* 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/branches/gcc-3_0-branch@42412 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]