Re: [PATCH] Handle TARGET_SPLIT_COMPLEX_ARG in default VA_ARG_EXPR implementation

2018-08-20 Thread Jeff Law
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

Re: [PATCH] Handle TARGET_SPLIT_COMPLEX_ARG in default VA_ARG_EXPR implementation (ping)

2018-08-13 Thread Chung-Lin Tang
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