Re: handle VIEW_CONVERT_EXPR in debug_node

2019-11-13 Thread Richard Biener
On Tue, Nov 12, 2019 at 8:49 PM Ulrich Drepper wrote: > > I am using debug_node() to emit the tree of functions for later > processing. For this I need all the information to be present. So far > I came across one expression type that isn't handled correctly. For > VIEW_CONVERT_EXPR only the ty

handle VIEW_CONVERT_EXPR in debug_node

2019-11-12 Thread Ulrich Drepper
I am using debug_node() to emit the tree of functions for later processing. For this I need all the information to be present. So far I came across one expression type that isn't handled correctly. For VIEW_CONVERT_EXPR only the type value is printed, not the first tree operand. The following p