]> gcc.gnu.org Git - gcc.git/commit - gcc/cp/init.c
16077.C: Adjust warnings.
authorMark Mitchell <mark@codesourcery.com>
Tue, 11 Mar 2003 02:37:17 +0000 (02:37 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 11 Mar 2003 02:37:17 +0000 (02:37 +0000)
commit125e65945c51188904118f00b8e8d13267b1237d
tree8c8dcae3e7521a708a6694ea65fcb7be091800de
parent31ca36354cc71e3fd29f94c1c981bf162e4de711
16077.C: Adjust warnings.

* g++.old-deja/g++.benjamin/16077.C: Adjust warnings.
* g++.old-deja/g++.warn/impint2.C: Likewise.

* call.c (perform_overload_resolution): New function.
(build_new_function_call): Use it.
(build_operator_new_call): Likewise.
(add_candidates): Add explicit_targs and template_only parameters.
(build_new_op): Adjust accordingly.
* cp-tree.h (build_operator_new_call): New function.
(build_function_call_real): Remove.
(build_function_call_maybe): Likewise.
* init.c (build_new_1): Use build_operator_new_call.
* typeck.c (build_function_call_real): Rename to ...
(build_function_call): ... this.

From-SVN: r64159
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/cp-tree.h
gcc/cp/init.c
gcc/cp/typeck.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.benjamin/16077.C
gcc/testsuite/g++.old-deja/g++.warn/impint2.C
This page took 0.06073 seconds and 5 git commands to generate.