Re: [PATCH 02/17] diagnostics: support prefixes within diagnostic_show_locus

2017-09-01 Thread Jeff Law
On 07/24/2017 02:04 PM, David Malcolm wrote: > This patch reworks diagnostic_show_locus so that it respects > the prefix of the pretty_printer. > > This is used later in the patch kit for embedding source dumps > within a hierarchical tree-like dump, by using the ASCII art for the > tree as the pr

[PATCH 02/17] diagnostics: support prefixes within diagnostic_show_locus

2017-07-24 Thread David Malcolm
This patch reworks diagnostic_show_locus so that it respects the prefix of the pretty_printer. This is used later in the patch kit for embedding source dumps within a hierarchical tree-like dump, by using the ASCII art for the tree as the prefix. gcc/c-family/ChangeLog: * c-opts.c (c_diag