summaryrefslogtreecommitdiff
path: root/gcc/c-dump.c
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2000-11-10 04:50:53 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2000-11-10 04:50:53 +0000
commit13507bd80dc47454cca3220f14dca27710e15c8f (patch)
tree4246e43687c1babe51887e8eedea1afaecc70cf5 /gcc/c-dump.c
parent0a7394bc1ac70f2a16ee15731457af04fb0b6e48 (diff)
downloadgcc-13507bd80dc47454cca3220f14dca27710e15c8f.tar.gz
c-dump.c (dequeue_and_dump): Dump function bodies.
* c-dump.c (dequeue_and_dump): Dump function bodies. * dump.c (cp_dump_tree): Don't dump function bodies here. From-SVN: r37359
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 30b0816fe7f..96a2548b571 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: