Commit f2f25b6d by Jeff Sturm Committed by Jeff Sturm

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
parent ebff8232
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> 2001-07-31 Alexandre Petit-Bianco <apbianco@redhat.com>
* check-init.c (check_init): WITH_CLEANUP_EXPR node to use its * check-init.c (check_init): WITH_CLEANUP_EXPR node to use its
......
...@@ -1459,7 +1459,7 @@ extern tree *type_map; ...@@ -1459,7 +1459,7 @@ extern tree *type_map;
if (!((F) = maybe_get_identifier ((S)))) \ if (!((F) = maybe_get_identifier ((S)))) \
{ \ { \
(F) = 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. /* Add a FIELD_DECL to RECORD_TYPE RTYPE.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment