From: kenner Date: Sat, 7 Aug 1993 11:40:17 +0000 (+0000) Subject: (print_node): Print obstack node is contained in. X-Git-Url: http://git.sourceforge.jp/view?a=commitdiff_plain;h=397933caf6e4ab6485016789b4f4dfa85e425520;hp=4a819e46907fbfa7201f547a513bd3855e4ba394;p=pf3gnuchains%2Fgcc-fork.git (print_node): Print obstack node is contained in. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5096 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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. */