Commit bc11d9b8 by Richard Henderson Committed by Richard Henderson

* c-decl.c (init_decl_processing): Set lang_get_alias_set first thing.

From-SVN: r34335
parent f3798d12
2000-06-01 Richard Henderson <rth@cygnus.com>
* c-decl.c (init_decl_processing): Set lang_get_alias_set first thing.
2000-05-31 Richard Henderson <rth@cygnus.com>
* config/ia64/ia64.c (sdata_symbolic_operand): Consider small
......
......@@ -2896,6 +2896,8 @@ init_decl_processing ()
tree array_domain_type;
tree t;
lang_get_alias_set = c_get_alias_set;
current_function_decl = NULL;
named_labels = NULL;
current_binding_level = NULL_BINDING_LEVEL;
......@@ -3137,8 +3139,6 @@ init_decl_processing ()
incomplete_decl_finalize_hook = finish_incomplete_decl;
lang_get_alias_set = c_get_alias_set;
/* Record our roots. */
ggc_add_tree_root (c_global_trees, CTI_MAX);
......
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