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: new argument macro: INITIAL_ARGS_SIZE


On Thu, Feb 28, 2002 at 05:01:35PM +1100, Aldy Hernandez wrote:
> 	* function.c (assign_parms): Initialize stack_args_size.constant to
> 	FIRST_PARM_OFFSET.

No, should be INITIAL_ARGS_SIZE here.

> 	(instantiate_virtual_regs): Subtract INITIAL_ARGS_SIZE from
> 	in_arg_offset.

And FIRST_PARM_OFFSET should be zero.


r~


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