OSDN Git Service

(print_node): Don't try to print nonexistent
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 Dec 1996 19:42:59 +0000 (19:42 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 Dec 1996 19:42:59 +0000 (19:42 +0000)
TYPE_ATTRIBUTES field of a decl node.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13344 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/print-tree.c

index d7b9fdd..4949aec 100644 (file)
@@ -397,7 +397,6 @@ print_node (file, prefix, node, indent)
               DECL_SOURCE_FILE (node), DECL_SOURCE_LINE (node));
 
       print_node (file, "size", DECL_SIZE (node), indent + 4);
-      print_node (file, "attributes", TYPE_ATTRIBUTES (node), indent + 4);
       indent_to (file, indent + 3);
       if (TREE_CODE (node) != FUNCTION_DECL)
        fprintf (file, " align %d", DECL_ALIGN (node));