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
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