From: Richard Kenner Date: Sat, 7 Aug 1993 11:40:17 +0000 (-0400) Subject: (print_node): Print obstack node is contained in. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=126424267ee2159d3ddee776d7b63addea3528bd;p=gcc.git (print_node): Print obstack node is contained in. From-SVN: r5096 --- diff --git a/gcc/print-tree.c b/gcc/print-tree.c index f1c5b2100a9..63877c1682b 100644 --- a/gcc/print-tree.c +++ b/gcc/print-tree.c @@ -259,6 +259,9 @@ print_node (file, prefix, node, indent) print_node (file, "type", TREE_TYPE (node), indent + 4); if (TREE_TYPE (node)) indent_to (file, indent + 3); + + print_obstack_name ((char *) node, file, ""); + indent_to (file, indent + 3); } /* If a permanent object is in the wrong obstack, or the reverse, warn. */