java-tree.h (BUILD_FILENAME_IDENTIFIER_NODE): Use ggc_add_tree_root to register roots.

* java-tree.h (BUILD_FILENAME_IDENTIFIER_NODE):
        Use ggc_add_tree_root to register roots.

From-SVN: r44530
This commit is contained in:
Jeff Sturm 2001-08-01 04:47:48 +00:00 committed by Jeff Sturm
parent ebff823297
commit f2f25b6d56
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
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

View file

@ -1459,7 +1459,7 @@ extern tree *type_map;
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.