On Mon, Dec 2, 2024 at 6:20 AM Jeff Law wrote:
>
>
>
> On 11/1/24 12:53 AM, H.J. Lu wrote:
> > expand_call has
> >
> > /* Now possibly adjust the number of named args.
> > Normally, don't include the last named arg if anonymous args follow.
> > We do include the last named arg if
> >
On 11/1/24 12:53 AM, H.J. Lu wrote:
expand_call has
/* Now possibly adjust the number of named args.
Normally, don't include the last named arg if anonymous args follow.
We do include the last named arg if
targetm.calls.strict_argument_naming() returns nonzero.
(If n
;
Date: Fri, 1 Nov 2024 07:40:13 +0800
Subject: [PATCH] Exclude the last named argument for non-variadic function
expand_call has
/* Now possibly adjust the number of named args.
Normally, don't include the last named arg if anonymous args follow.