* dump.c (cp_dump_tree): Don't dump function bodies here.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37359
138bc75d-0d04-0410-961f-
82ee72b054a4
2000-11-09 Mark Mitchell <mark@codesourcery.com>
+ * c-dump.c (dequeue_and_dump): Dump function bodies.
+
* Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.
(c-dump.o): New target.
* c-common.h (flag_dump_translation_unit): New variable.
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:
2000-11-09 Mark Mitchell <mark@codesourcery.com>
+ * dump.c (cp_dump_tree): Don't dump function bodies here.
+
* Make-lang.in (CXX_C_OBJS): Add c-dump.o.
(dump.o): Update dependency list.
* cp-tree.h (DECL_MAYBE_TEMPLATE): Remove.
}
if (DECL_FRIEND_PSEUDO_TEMPLATE_INSTANTIATION (t))
dump_string (di, "pseudo tmpl");
-
- dump_child ("body", DECL_SAVED_TREE (t));
}
else
{