core: debug-print whole call expr
authorNathan Sidwell <nathan@acm.org>
Mon, 2 Nov 2020 16:38:30 +0000 (08:38 -0800)
committerNathan Sidwell <nathan@acm.org>
Mon, 2 Nov 2020 16:56:38 +0000 (08:56 -0800)
commitf8a737930bb0bd0714970cf04ea0463fddb5c6ef
treecc31ef58d14288c08f0f068cd8e8f1b389a94cb4
parente9a2e208dd763bf71b0cc9db8526ef8f47ee289e
core: debug-print whole call expr

In debugging some call-expr handling, I got confused because the debug
printer elided NULL call operands.  This changes the printer to display
them as NULL.

gcc/
* print-tree.c (print_node): Display all the operands of a call
expr.
gcc/print-tree.c