call.c (build_new_method_call_1): Use INDIRECT_REF_P.
commit591cb3cfede314495011b5e0a27b8739f0bca777
authorGabriel Dos Reis <gdr@integrable-solutions.net>
Wed, 27 Mar 2013 03:22:31 +0000 (27 03:22 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Wed, 27 Mar 2013 03:22:31 +0000 (27 03:22 +0000)
treee1ab8eefdf089a9455047e232a0c46eecb19242d
parent6c74ff23008028116fa0ee942d2905e56a55fbab
call.c (build_new_method_call_1): Use INDIRECT_REF_P.

* call.c (build_new_method_call_1): Use INDIRECT_REF_P.
* cvt.c (convert_to_void): Likewise.
* error.c (dump_expr): Likewise.
* mangle.c (write_expression): Likewise.
* parser.c (cp_parser_template_argument): Likewise.
* pt.c (convert_nontype_argument): Likewise.
(tsubst_copy_and_build): Likewise.
* rtti.c (build_typeid): Likewise.
* semantics.c (finish_call_expr): Likewise.
(finish_decltype_type): Likewise.
(build_data_member_initialization): Likewise.
* tree.c (is_dummy_object): Likewise.
* typeck.c (decay_conversion): Likewise.
(build_class_member_access_expr): Likewise.
(cp_build_addr_expr_1): Likewise.
(unary_complex_lvalue): Likewise.
(check_return_expr): Likewise.
* typeck2.c (cxx_readonly_error): Likewise.

From-SVN: r197132
12 files changed:
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/cvt.c
gcc/cp/error.c
gcc/cp/mangle.c
gcc/cp/parser.c
gcc/cp/pt.c
gcc/cp/rtti.c
gcc/cp/semantics.c
gcc/cp/tree.c
gcc/cp/typeck.c
gcc/cp/typeck2.c