aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-dump.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-dump.c')
-rw-r--r--gcc/c-dump.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/c-dump.c b/gcc/c-dump.c
index 30b0816..96a2548 100644
--- a/gcc/c-dump.c
+++ b/gcc/c-dump.c
@@ -504,6 +504,8 @@ dequeue_and_dump (di)
dump_string (di, "extern");
else
dump_string (di, "static");
+ if (DECL_LANG_SPECIFIC (t))
+ dump_child ("body", DECL_SAVED_TREE (t));
break;
case ASM_STMT: