On Wed, 24 Aug 2016, Tom de Vries wrote:
> Hi,
>
> this patch fixes an assert in build_va_arg. Instead of testing for pointer
> equality, we use the same test as is used in std_canonical_va_list_type.
>
> Bootstrapped and reg-tested on x86_64.
>
> OK for trunk?
OK.
--
Joseph S. Myers
jos...@
Hi,
this patch fixes an assert in build_va_arg. Instead of testing for
pointer equality, we use the same test as is used in
std_canonical_va_list_type.
Bootstrapped and reg-tested on x86_64.
OK for trunk?
Thanks,
- Tom
Fix assert in build_va_arg, case 2b
2016-08-22 Tom de Vries
* c-co