]> git.ipfire.org Git - thirdparty/gcc.git/commit
typeck.c (comptypes): First determine if the types are compatible from a target-indep...
authorSteven Bosscher <steven@gcc.gnu.org>
Thu, 24 Mar 2005 07:20:42 +0000 (07:20 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Thu, 24 Mar 2005 07:20:42 +0000 (07:20 +0000)
commit7866705a8b405a8e870973260399950a4349b314
tree5e7a25d8aa7a9331ab052a5f2209c65c048a4ef2
parent29ae384381fd7b3e8bb465b3345a4b91c9ff4582
typeck.c (comptypes): First determine if the types are compatible from a target-independent point of view.

* typeck.c (comptypes): First determine if the types are compatible
from a target-independent point of view.  Check target attributes
last.

* class.c (build_base_path):
(build_vbase_offset_vtbl_entries):
(add_vcall_offset): Replace fold (buildN (...)) with fold_buildN.
* error.c (dump_expr): Likewise.
* init.c (build_zero_init, expand_cleanup_for_base,
build_vec_delete_1): Likewise.
* mangle.c (write_integer_cst): Likewise.
* method.c (thunk_adjust): Likewise.
* pt.c (convert_nontype_argument, tsubst, unify): Likewise.
* tree.c (cxx_print_statistics, array_type_nelts_total): Likewise.
* typeck.c (build_ptrmemfunc_access_expr,
(get_member_function_from_ptrfunc): Likewise.

From-SVN: r96985
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/error.c
gcc/cp/init.c
gcc/cp/mangle.c
gcc/cp/method.c
gcc/cp/pt.c
gcc/cp/tree.c
gcc/cp/typeck.c