call.c (build_op_delete_call): Avoid creating unnecessary types.
authorMark Mitchell <mark@codesourcery.com>
Thu, 15 May 2003 22:04:00 +0000 (22:04 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 15 May 2003 22:04:00 +0000 (22:04 +0000)
commit8f4b394d0259cb330bf8a67f0e4b974a6070def7
tree0d9e4b59a31b6d72e9d9201c0c3581c63d88c9e9
parent7c942e1747c951401736c0cfc144bc307d728b6c
call.c (build_op_delete_call): Avoid creating unnecessary types.

* call.c (build_op_delete_call): Avoid creating unnecessary types.
* class.c (instantiate_type): Remove tests for tf_no_attributes.
* cp-tree.h (tsubst_flags_t): Remove tf_no_attributes.
(COMPARE_NO_ATTRIBUTES): Remove.
* typeck.c (comptypes): Do not check COMPARE_NO_ATTRIBUTES.

From-SVN: r66843
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/class.c
gcc/cp/cp-tree.h
gcc/cp/typeck.c