On 08/02/2018 03:17 AM, Chung-Lin Tang wrote:
> 2018-08-02 Chung-Lin Tang
>
> * targhooks.c (std_gimplify_va_arg_expr): Properly handle case of when
>
> TARGET_SPLIT_COMPLEX_ARG is defined.
Thanks. I've committed this to the trunk.
jeff
Ping.
On 2018/8/2 5:17 PM, Chung-Lin Tang wrote:
Hi, during testing of the new in-review C-SKY port, we discovered some FAILs
due to
the default va_args gimplifying (targhooks.c:std_gimplify_va_arg_expr) not
properly
having the logic to handle the TARGET_SPLIT_COMPLEX_ARG hook.
It appears tha