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]

Re: convert_arguments (was Re: PATCH for crash with incomplete types)


>>>>> Mark Mitchell <mark@markmitchell.com> writes:

> 1998-06-10  Mark Mitchell  <mark@markmitchell.com>

> 	* call.c (convert_default_arg): Make global, not static.
> 	(convert_arg_for_ellipsis): Split out from ...
> 	(build_over_call): Here.
> 	* cp-tree.h (convert_default_arg); Declare.
> 	(convert_arg_to_ellipsis): Likewise.
> 	(do_member_init): Remove.
> 	* init.c (do_member_init): Remove; this code is dead.
> 	(expand_member_init): Remove much of this code; it is dead.
> 	* typeck.c (convert_arguments): Use convert_default_arg and
> 	convert_arg_for_ellipsis, rather than duplicating here.
	
OK.


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