Re: [PATCH 0/5] dump_printf support for middle-end types

2018-07-31 Thread David Malcolm
On Tue, 2018-07-31 at 14:50 +0200, Richard Biener wrote: > On Fri, Jul 27, 2018 at 11:47 PM David Malcolm > wrote: > > > > This patch kit converts dump_print and dump_printf_loc from using > > fprintf etc internally to using a new pretty-printer > > based on pp_format, which supports formatting

Re: [PATCH 0/5] dump_printf support for middle-end types

2018-07-31 Thread Richard Biener
On Fri, Jul 27, 2018 at 11:47 PM David Malcolm wrote: > > This patch kit converts dump_print and dump_printf_loc from using > fprintf etc internally to using a new pretty-printer > based on pp_format, which supports formatting middle-end types. > > In particular, the following codes are

[PATCH 0/5] dump_printf support for middle-end types

2018-07-27 Thread David Malcolm
This patch kit converts dump_print and dump_printf_loc from using fprintf etc internally to using a new pretty-printer based on pp_format, which supports formatting middle-end types. In particular, the following codes are implemented (in addition to the standard pretty_printer ones): %E: