[PATCH] Attempt to fix execute/20000419-1 (take 2)
Richard Henderson
rth@cygnus.com
Thu Jul 13 11:05:00 GMT 2000
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~
More information about the Gcc-patches
mailing list