This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [lto] cp/typeck.c: Add two parameters to compparms.


Kazu Hirata wrote:

> 2006-06-17  Kazu Hirata  <kazu@codesourcery.com>
> 
> 	* call.c (standard_conversion, build_op_delete_call): Update
> 	the calls to compparms.
> 	* class.c (add_method, same_signature_p): Likewise.
> 	* decl.c (decls_match, duplicate_decls): Likewise.
> 	* decl2.c (check_classfn): Likewise.
> 	* name-lookup.c (push_overloaded_decl,
> 	do_nonmember_using_decl): Likewise.
> 	* pt.c (is_specialization_of_friend,
> 	determine_specialization): Likewise.
> 	* search.c (look_for_overrides_here): Likewise.
> 	* typeck.c (comptypes): Likewise.
> 	(compparms): Add two parameters to specify the number of
> 	elements to be skipped.
> 	* cp-tree.h: Update the prototype for compparms.

OK.

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]