summaryrefslogtreecommitdiff
path: root/gcc/print-tree.c
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-07-07 01:43:38 +0000
committerRichard Stallman <rms@gnu.org>1992-07-07 01:43:38 +0000
commit3110a56ea54f7245a3f1deb97ed6ed9a4894bc81 (patch)
tree2cb69fd8802d25dceeb65d82f44d5f4f8a0f6bad /gcc/print-tree.c
parent0c20aabf3b16172469d9edefac055ca01a173292 (diff)
downloadgcc-3110a56ea54f7245a3f1deb97ed6ed9a4894bc81.tar.gz
*** empty log message ***
From-SVN: r1490
Diffstat (limited to 'gcc/print-tree.c')
-rw-r--r--gcc/print-tree.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/print-tree.c b/gcc/print-tree.c
index b7aaddef7b2..27d1591a541 100644
--- a/gcc/print-tree.c
+++ b/gcc/print-tree.c
@@ -287,6 +287,8 @@ print_node (file, prefix, node, indent)
fputs (" asm_written", file);
if (TREE_USED (node))
fputs (" used", file);
+ if (TREE_RAISES (node))
+ fputs (" raises", file);
if (TREE_PERMANENT (node))
fputs (" permanent", file);
if (TREE_PUBLIC (node))
@@ -331,6 +333,8 @@ print_node (file, prefix, node, indent)
fputs (" from_inline", file);
if (DECL_IGNORED_P (node))
fputs (" ignored", file);
+ if (DECL_IN_SYSTEM_HEADER (node))
+ fputs (" in_system_header", file);
if (DECL_LANG_FLAG_0 (node))
fputs (" decl_0", file);
if (DECL_LANG_FLAG_1 (node))