r114946 - in /branches/lto: ChangeLog.lto gcc/c...

kazu@gcc.gnu.org kazu@gcc.gnu.org
Fri Jun 23 18:57:00 GMT 2006


Author: kazu
Date: Fri Jun 23 18:57:56 2006
New Revision: 114946

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114946
Log:
	* gcc/cp/call.c (standard_conversion, build_op_delete_call):
	Update the calls to compparms.
	* gcc/cp/class.c (add_method, same_signature_p): Likewise.
	* gcc/cp/decl.c (decls_match, duplicate_decls): Likewise.
	* gcc/cp/decl2.c (check_classfn): Likewise.
	* gcc/cp/name-lookup.c (push_overloaded_decl,
	do_nonmember_using_decl): Likewise.
	* gcc/cp/pt.c (is_specialization_of_friend,
	determine_specialization): Likewise.
	* gcc/cp/search.c (look_for_overrides_here): Likewise.
	* gcc/cp/typeck.c (comptypes): Likewise.
	(compparms): Add two parameters to specify the number of
	elements to be skipped.
	* gcc/cp/cp-tree.h: Update the prototype for compparms.

Modified:
    branches/lto/ChangeLog.lto
    branches/lto/gcc/cp/call.c
    branches/lto/gcc/cp/class.c
    branches/lto/gcc/cp/cp-tree.h
    branches/lto/gcc/cp/decl.c
    branches/lto/gcc/cp/decl2.c
    branches/lto/gcc/cp/name-lookup.c
    branches/lto/gcc/cp/pt.c
    branches/lto/gcc/cp/search.c
    branches/lto/gcc/cp/typeck.c



More information about the Gcc-cvs mailing list