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: assign_patches only called once


On Tue, Sep 14, 1999 at 03:23:47PM +0100, Bernd Schmidt wrote:
> 	* function.c (assign_parms): Delete arg SECOND_TIME.  Don't test it,
> 	behave as if it's zero in all cases.
> 	(expand_function_start): Adjust call to assign_parms.
> 	* tree.h (assign_parms): Adjust prototype.
> 	* objc/objc-act.c (hack_method_prototype): Adjust call to
> 	assign_parms.

This is ok.

>  	  SETUP_INCOMING_VARARGS (args_so_far, promoted_mode, passed_type,
> +				  current_function_pretend_args_size, 0);

I guess we should go through and do the same to SETUP_INCOMING_VARARGS,
but that's something for another day.


r~


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