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: [PATCH] Attempt to fix execute/20000419-1 (take 2)


On Thu, Jul 13, 2000 at 06:48:29PM +0200, Jakub Jelinek wrote:
> 	* calls.c (stored_args_map, stored_args_size): New variables.
> 	(check_sibcall_argument_overlap_1): New.
> 	(check_sibcall_argument_overlap): New.
> 	(expand_call): Initialize stored_args_map and stored_args_size.
> 	Call check_sibcall_argument_overlap.
> 	* gcc.c-torture/execute/20000707-1.c: New test.

Ok, with one small tweek:

> +/* Size of STORED_ARGS_MAP.  */
> +static unsigned int stored_args_size;

This number is stored_args_map->n_bits.


r~

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