]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/cp/init.cc
method.c (build_decl_overload_real): Don't mess with global placement delete.
authorJason Merrill <jason@yorick.cygnus.com>
Thu, 20 Nov 1997 22:43:54 +0000 (22:43 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 20 Nov 1997 22:43:54 +0000 (17:43 -0500)
commit047f64a30c8549da45fbf192ff685957888b310a
tree0997d31bc2c133e99650cba3c6eb49dce3e4e6db
parent7bb9fb0edfa79f0a70bf3d1cb0c41982c4f79128
method.c (build_decl_overload_real): Don't mess with global placement delete.

* method.c (build_decl_overload_real): Don't mess with global
placement delete.

* init.c (build_new): Check for null throw spec, not nothrow_t.

* decl.c (duplicate_decls): Don't complain about different exceptions
from an internal declaration.

* call.c (build_op_delete_call): Fix check for member fns again.

* decl2.c (import_export_decl): Interface hackery affects
virtual synthesized methods.

From-SVN: r16612
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/decl.c
gcc/cp/decl2.c
gcc/cp/init.c
gcc/cp/method.c