Re: [PATCH 3/4] support %f in pp_format

2018-11-08 Thread Richard Biener
On Wed, Nov 7, 2018 at 5:22 PM David Malcolm wrote: > > Numerous formatted messages from the inliner use %f, mostly as %f, but > occasionally with length modifiers. > > This patch implements the simplest case of "%f" for pp_format (with no > modifier support) to make it easier to port these messag

[PATCH 3/4] support %f in pp_format

2018-11-07 Thread David Malcolm
Numerous formatted messages from the inliner use %f, mostly as %f, but occasionally with length modifiers. This patch implements the simplest case of "%f" for pp_format (with no modifier support) to make it easier to port these messages from fprintf to dump_printf_loc. The selftest has an asserti