projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7da609
)
(print_node): Don't try to print nonexistent
author
Jim Wilson
<wilson@gcc.gnu.org>
Mon, 30 Dec 1996 19:42:59 +0000
(11:42 -0800)
committer
Jim Wilson
<wilson@gcc.gnu.org>
Mon, 30 Dec 1996 19:42:59 +0000
(11:42 -0800)
TYPE_ATTRIBUTES field of a decl node.
From-SVN: r13344
gcc/print-tree.c
patch
|
blob
|
history
diff --git
a/gcc/print-tree.c
b/gcc/print-tree.c
index d7b9fddc3656021f41732ed4283a0cd11ef3a7d7..4949aec117a2315e8247152aed59a5c043d27d6e 100644
(file)
--- 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));