Re: [PATCH, 3/4] Fix assert in build_va_arg, case 2b

2016-08-29 Thread Joseph Myers
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

[PATCH, 3/4] Fix assert in build_va_arg, case 2b

2016-08-24 Thread Tom de Vries
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