Re: [PATCH] Print variadic C-functions properly in diagnostics

2017-10-05 Thread Joseph Myers
On Thu, 5 Oct 2017, Bernd Edlinger wrote: > Hi! > > This fixes the c-pretty-printing of variadic function types by > adding ", ..." to the output of the function parameters. > > > Bootstrapped and reg-tested on x86_64-pc-linux-gnu. > Is it OK for trunk? OK. -- Joseph S. Myers jos...@codesour

[PATCH] Print variadic C-functions properly in diagnostics

2017-10-05 Thread Bernd Edlinger
Hi! This fixes the c-pretty-printing of variadic function types by adding ", ..." to the output of the function parameters. Bootstrapped and reg-tested on x86_64-pc-linux-gnu. Is it OK for trunk? Thanks Bernd. c-family: 2017-10-05 Bernd Edlinger * c-pretty-print.c (pp_c_parameter_type_lis