call.c (build_op_delete_call): Ignore exception-specifications when looking for match...
authorMark Mitchell <mark@codesourcery.com>
Tue, 22 May 2001 00:31:36 +0000 (00:31 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 22 May 2001 00:31:36 +0000 (00:31 +0000)
commit3f41ffd8c39bedd88fbf0f7fcc42559397d69103
tree3d7688183b2a2137423e2873a5b2ff048d8d847a
parentb1e6ab035edd172c58ef3acb91a9b955921d13f0
call.c (build_op_delete_call): Ignore exception-specifications when looking for matching delete operators.

* 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.

From-SVN: r42413
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]