cp-tree.h (build_new_function_call): Lose koenig_p arg.
authorNathan Sidwell <nathan@acm.org>
Wed, 10 May 2017 20:43:09 +0000 (20:43 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Wed, 10 May 2017 20:43:09 +0000 (20:43 +0000)
commit268de039e3d8136c02e7a11e1e97a7637d7d1323
treee6b98650467f32ad2abfacd9502177ab66583f89
parent87c7063d68a79665ff480babc7ff06e6e2e0e1f8
cp-tree.h (build_new_function_call): Lose koenig_p arg.

* cp-tree.h (build_new_function_call): Lose koenig_p arg.  Fix
line breaking.
* call.c (build_new_function_call): Lose koenig_p arg.  Remove
koenig_p handling here.
* pt.c (push_template_decl_real): Unconditionally
retrofit_lang_decl.
(tsubst_omp_clauses): Likewise.
(do_class_deduction): Adjust buld_new_function_call calls.
* semantics.c (finish_call_expr): Likewise.

From-SVN: r247860
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/cp-tree.h
gcc/cp/pt.c
gcc/cp/semantics.c