Re: [02/13] Add must_pass_va_arg_in_stack

2019-08-19 Thread Jeff Law
On 8/19/19 9:12 AM, Richard Sandiford wrote: > This patch splits out another idiom from the va_arg gimplification > routines, so that there's only one place to update later. > > > 2019-08-19 Richard Sandiford > > gcc/ > * calls.h (must_pass_va_arg_in_stack): Declare. > * calls.c (

[02/13] Add must_pass_va_arg_in_stack

2019-08-19 Thread Richard Sandiford
This patch splits out another idiom from the va_arg gimplification routines, so that there's only one place to update later. 2019-08-19 Richard Sandiford gcc/ * calls.h (must_pass_va_arg_in_stack): Declare. * calls.c (must_pass_va_arg_in_stack): New function. * config/