1. 11 Jun, 1998 1 commit
    • call.c (convert_default_arg): Make global, not static. · 41efda8f
      	* 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.
      	* call.c (convert_like): Don't fail silently if
      	build_user_type_conversion fails.  Always return error_mark_node
      	for failure.
      
      From-SVN: r20424
      Mark Mitchell committed
  2. 10 Jun, 1998 29 commits
  3. 09 Jun, 1998 10 commits