* java-tree.h (BUILD_FILENAME_IDENTIFIER_NODE):
Use ggc_add_tree_root to register roots.
From-SVN: r44530
+2001-08-01 Jeff Sturm <jsturm@one-point.com>
+
+ * java-tree.h (BUILD_FILENAME_IDENTIFIER_NODE):
+ Use ggc_add_tree_root to register roots.
+
2001-07-31 Alexandre Petit-Bianco <apbianco@redhat.com>
* check-init.c (check_init): WITH_CLEANUP_EXPR node to use its
if (!((F) = maybe_get_identifier ((S)))) \
{ \
(F) = get_identifier ((S)); \
- ggc_mark_tree ((F)); \
+ ggc_add_tree_root (&(F), 1); \
}
/* Add a FIELD_DECL to RECORD_TYPE RTYPE.