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