Re: [PATCH 07/10] Add plugin to recursively dump the source-ranges in a tree (v2)

2015-10-27 Thread Jeff Law
On 10/23/2015 02:41 PM, David Malcolm wrote: This patch adds a test plugin that recurses down an expression tree, printing diagnostics showing the ranges of each node in the tree. It corresponds to: [PATCH 15/22] Add plugin to recursively dump the source-ranges in a tree https://gcc.gnu.

[PATCH 07/10] Add plugin to recursively dump the source-ranges in a tree (v2)

2015-10-23 Thread David Malcolm
This patch adds a test plugin that recurses down an expression tree, printing diagnostics showing the ranges of each node in the tree. It corresponds to: [PATCH 15/22] Add plugin to recursively dump the source-ranges in a tree https://gcc.gnu.org/ml/gcc-patches/2015-09/msg00741.html from v1