Commit 4ac4357b by Richard Henderson Committed by Richard Henderson

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

From-SVN: r34336
parent bc11d9b8
2000-06-01 Richard Henderson <rth@cygnus.com>
* decl.c (init_decl_processing): Set lang_get_alias_set first thing.
2000-06-01 Richard Henderson <rth@cygnus.com>
* decl2.c (unsupported_options): Fix typo, make const.
(lang_decode_option): Fix bsearch argument order.
......
......@@ -6251,6 +6251,8 @@ init_decl_processing ()
int wchar_type_size;
tree array_domain_type;
lang_get_alias_set = c_get_alias_set;
/* Check to see that the user did not specify an invalid combination
of command-line options. */
if (flag_new_abi && !flag_vtable_thunks)
......@@ -6640,7 +6642,6 @@ init_decl_processing ()
using_eh_for_cleanups ();
print_error_function = lang_print_error_function;
lang_get_alias_set = &c_get_alias_set;
valid_lang_attribute = cp_valid_lang_attribute;
/* Maintain consistency. Perhaps we should just complain if they
......
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