typeck.c (build_array_ref, [...]): Consistently forward the tsubst_flags_t parameter.
commita3299120f38a99b7e488ef54c1ef6fb5572d7f1d
authorPaolo Carlini <paolo.carlini@oracle.com>
Thu, 8 Mar 2012 17:44:45 +0000 (8 17:44 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Thu, 8 Mar 2012 17:44:45 +0000 (8 17:44 +0000)
treeaff02d743513b43f081930722b5f04108d811d10
parente04d063b1d5a66a2e58cbc996c636a050f6a2548
typeck.c (build_array_ref, [...]): Consistently forward the tsubst_flags_t parameter.

2012-03-08  Paolo Carlini  <paolo.carlini@oracle.com>

* typeck.c (build_array_ref, cp_build_addr_expr_1, convert_ptrmem,
build_ptrmemfunc): Consistently forward the tsubst_flags_t
parameter.
* call.c (resolve_args): Likewise.

From-SVN: r185106
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/typeck.c