X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fprint-tree.c;h=4949aec117a2315e8247152aed59a5c043d27d6e;hb=f30b3fa0fc7e0a1a5a6dea2606dfb712384823d8;hp=d7b9fddc3656021f41732ed4283a0cd11ef3a7d7;hpb=9656bfb287e709c2037e929c46d119128875f571;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/print-tree.c b/gcc/print-tree.c index d7b9fddc365..4949aec117a 100644 --- a/gcc/print-tree.c +++ b/gcc/print-tree.c @@ -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));