OSDN Git Service

* decl.c (compute_array_index_type): Don't try to do anything with
[pf3gnuchains/gcc-fork.git] / gcc / cp / ChangeLog
index 3f0fa19..cb625ed 100644 (file)
@@ -1,3 +1,740 @@
+2001-05-02  Mark Mitchell  <mark@codesourcery.com>
+
+       * decl.c (compute_array_index_type): Don't try to do anything with
+       the indices when processing a template.
+
+2001-05-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * call.c: NULL_PTR -> NULL.
+       * class.c: Likewise.
+       * cvt.c: Likewise.
+       * decl.c: Likewise.
+       * decl2.c: Likewise.
+       * except.c: Likewise.
+       * init.c: Likewise.
+       * rtti.c: Likewise.
+       * search.c: Likewise.
+       * tree.c: Likewise.
+       * typeck.c: Likewise.
+       * typeck2.c: Likewise.
+
+2001-05-02  Mark Mitchell  <mark@codesourcery.com>
+
+       * decl2.c (do_using_directive): Revert previous patch.
+
+2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * cp-tree.def (USING_STMT): New statement node.
+       * cp-tree.h (USING_STMT_NAMESPACE): New macro.
+       * decl2.c (do_using_directive): Add USING_STMT to statement
+       tree. Don't emit errors when processing template decl.
+       * pt.c (tsubst_expr, USING_STMT case): New case.
+       * semantics.c (cp_expand_stmt, USING_STMT case): New case.
+
+2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * call.c (build_new_op): Convert args from reference here.
+       (build_conditional_expr): Don't convert here.
+
+2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * spew.c (last_token_id): New static variable.
+       (read_token): Set it here.
+       (yyerror): Use it here.
+
+2001-04-30  Richard Henderson  <rth@redhat.com>
+
+        * cvt.c: Downcase C_PROMOTING_INTEGER_TYPE_P invocations.
+       * decl.c: Likewise.
+
+2001-04-30  Mark Mitchell  <mark@codesourcery.com>
+
+       * gxxint.texi: Remove.
+       * Make-lang.in: Remove all traces of gxxint.texi.
+
+Mon Apr 30 16:14:10 2001  Mark P Mitchell  <mark@codesourcery.com>
+
+       * decl2.c (start_static_initialization_or_destruction): Correct
+       logic to handle the -fno-use-cxa-atexit case.
+
+2001-04-30  Mark Mitchell  <mark@codesourcery.com>
+
+       * optimize.c (update_cloned_parm): New function.
+       (maybe_clone_body): Use it.  Update the `this' parameter too.
+
+2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * decl2.c (unsupported_options): Add new-abi.
+       * lang-options.h: Remove no longer supported options.
+
+2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * except.c (can_convert_eh): Don't check template parms,
+       typename types etc.
+
+2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * optimize.c (maybe_clone_body): Copy parameter names and locations.
+
+2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * cp-tree.h (adjust_clone_args): Prototype new function.
+       * class.c (adjust_clone_args): New function.
+       * decl.c (start_function): Call it for in charge ctors.
+
+2001-04-26  Mark Mitchell  <mark@codesourcery.com>
+
+       * method.c (use_thunk): Make sure that thunks really are emitted
+       when requested.
+
+2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
+
+       * mangle.c (write_chars): New macro.
+       (hwint_to_ascii): New function
+       (write_number): Use it.
+       (write_integer_cst): Deal with really big numbers.
+
+2001-04-25  Mark Mitchell  <mark@codesourcery.com>
+
+       * optimize.c (maybe_clone_body): Copy TREE_PUBLIC before emitting
+       the clone.
+
+2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * decl.c (grokdeclarator): Set context of namespace scope
+       TYPE_DECLS.
+
+2001-04-24  Zack Weinberg  <zackw@stanford.edu>
+
+       * cp/optimize.c: Include hashtab.h.
+       (struct inline_data): Add tree_pruner.
+       (expand_call_inline, expand_calls_inline): Use it when calling
+       walk_tree.
+       (optimize_function): Initialize and free tree_pruner.
+
+2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
+
+       Lazy __FUNCTION__ generation.
+       * cp-tree.def (FUNCTION_NAME): Remove.
+       * cp-tree.h (function_name_declared_p): Remove.
+       (cp_fname_init): Prototype.
+       * decl.c (init_decl_processing): Don't generate __FUNCTION__ et al ids,
+       don't call declare_function_name. Call start_fname_decls.
+       (cp_make_fname_decl): Adjust parameters. Generate the name. Don't
+       clobber the line number.
+       (cp_fname_init): New function.
+       (start_function): Call start_fname_decls.
+       (finish_function): Call finish_fname_decls.
+       * lex.c (reswords): Add slots for __FUNCTION__ et al.
+       (rid_to_yy): Add mappings for __FUNCTION__ et al.
+       * optimize.c (maybe_clone_body): Remove function_name_declared_p.
+       * parse.y (VAR_FUNC_NAME): New token.
+       (primary): Add VAR_FUNC_NAME.
+       * pt.c (tsubst_decl): Adjust a DECL_PRETTY_FUNCTION_P's
+       generation.
+       (tsubst, FUNCTION_NAME case): Remove.
+       (tsubst_copy, FUNCTION_NAME case): Remove.
+       (tsubst_expr, DECL_STMT case): Be careful with a
+       DECL_PRETTY_FUNCTION_P.
+       (instantiate_decl): Remove function_name_declared_p.
+       * semantics.c (begin_compound_statement): Don't call
+       declare_function_name here.
+       (setup_vtbl_ptr). Don't save & restore function_name_declared_p.
+       (finish_translation_unit): Call finish_fname_decls.
+       (expand_body): Remove function_name_declared_p.
+       * typeck2.c (digest_init): Allow any ERROR_MARK.
+
+2001-04-24  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * pt.c (tsubst_decl): Use VOID_TYPE_P.
+       * semantics.c: Fix some typos.
+
+2001-04-23  Phil Edwards  <pme@sources.redhat.com>
+
+       * cp/decl2.c (flag_honor_std):  Always initialize to 1.
+
+2001-04-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * xref.c (GNU_xref_file): Use concat in lieu of xmalloc/sprintf.
+
+2001-04-23  Jason Merrill  <jason_merrill@redhat.com>
+
+       * except.c (build_throw): Wrap the initialization of the exception
+       object in a MUST_NOT_THROW_EXPR.
+       (do_free_exception): #if 0.
+
+2001-04-20  Mark Mitchell  <mark@codesourcery.com>
+
+       * cp-tree.h (finish_enum): Change prototype.
+       * decl.c (finish_enum): Reorganize.
+       * parse.y (structsp): Adjust calls to finish_enum.
+
+2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * tree.c (cp_tree_equal): Adjust final switch formatting. Add
+       't' case.
+
+2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * class.c (dfs_unshared_virtual_bases): Add ATTRIBUTE_UNUSED.
+       (layout_empty_base): Return at end flag.
+       (build_base_field): Likewise.
+       (build_base_fields): Likewise.
+       (layout_virtual_bases): Don't add 1 to eoc value.
+       (end_of_class): Use full size for empty bases.
+       (layout_class_type): Clear CLASSNEARLY_EMPTY_P if we appended
+       empty bases. Don't add 1 to eoc value. Only add trailing padding
+       if we're an empty class with no empty bases.
+       (dump_class_hierarchy): Dump size and alignment.
+
+2001-04-20  Jakub Jelinek  <jakub@redhat.com>
+
+       * call.c (maybe_handle_ref_bind): Copy ICS_USER_FLAG and
+       ICS_BAD_FLAG.
+
+2001-04-20  Jakub Jelinek  <jakub@redhat.com>
+
+       * search.c (lookup_field_r): If looking for type and non-TYPE_DECL
+       is found, look first if name does not match the structure name.
+
+2001-04-19  Mark Mitchell  <mark@codesourcery.com>
+
+       * cp-tree.h (DECL_LANGUAGE): Don't assume DECL_LANG_SPECIFIC is
+       set.
+       (SET_DECL_LANGUAGE): New macro.
+       * decl.c (duplicate_decls): Use SET_DECL_LANGUAGE.
+       (pushdecl): Likewise.
+       (build_library_fn_1): Likewise.
+       (build_cp_library_fn): Likewise.
+       (grokfndecl): Likewise.
+       (grokvardecl): Mark `extern "C"' variables as having C linkage.
+       * decl2.c (grokclassfn): Use SET_DECL_LANGUAGE.
+       * lex.c (retrofit_lang_decl): Likewise.
+       * mangle.c (mangle_decl_string): Don't mangle the names of
+       variables declared with C language linkage.
+       * semantics.c (finish_member_declaration): Use SET_DECL_LANGUAGE.
+
+2001-04-18  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+       * semantics.c (simplify_aggr_init_exprs_r): Don't restore
+       flag_access_control from uninitialized storage.
+
+2001-04-15  Mark Mitchell  <mark@codesourcery.com>
+
+       * cp-tree.h (TYPE_PTRMEM_CLASS_TYPE): Improve documentation.
+       * mangle.c (write_pointer_to_member_type): Fix mangling of
+       pointers to cv-qualified member function types.
+
+       * init.c (build_delete): Create a SAVE_EXPR for the address if
+       we're going to use it more than once.
+
+2001-04-13  Mark Mitchell  <mark@codesourcery.com>
+
+       * cp-tree.h (DELTA2_FROM_PTRMEMFUNC): Remove.
+       (expand_ptremfunc_cst): Change prototype.
+       (delta2_from_ptrmemfunc): Remove.
+       * expr.c (cplus_expand_constant): Adjust call to
+       expand_ptrmemfunc_cst.
+       * typeck.c (build_ptrmemfunc1): Simplify.
+       (build_ptrmemfunc): Make sure that casting a PTRMEM_CST still
+       results in a constant.
+       (expand_ptrmemfunc_cst): Remove idx and delta2 parameters.
+       (delta2_from_ptrmemfunc): Remove.
+       (pfn_from_ptrmemfunc): Adjust call to expand_ptrmemfunc_cst.
+
+2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
+
+       * cp-tree.h (decl_namespace_list): New macro.
+       (struct saved_scope): Add decl_ns_list.
+       * decl.c (mark_saved_scope): Mark it.
+       * decl2.c: Lose static decl_namespace_list.
+       (init_decl2): Don't save it.
+
+2001-04-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * cp-tree.h (warn_return_type, yylex): Delete redundant
+       declarations.
+
+       * decl.c (current_class_depth, global_namespace): Likewise.
+
+       * decl2.c (current_class_depth, flag_gnu_xref): Likewise
+
+       * repo.c (flag_use_repository): Likewise.
+
+2001-04-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * cp-tree.h (pedantic, convert, global_bindings_p, insert_block,
+       set_block, pushdecl, getdecls, gettags, init_decl_processing,
+       maybe_build_cleanup, copy_lang_decl, prep_stmt, lvalue_p,
+       lvalue_or_else, print_lang_statistics, comp_target_types,
+       unsigned_type, signed_type, signed_or_unsigned_type,
+       build_function_call, mark_addressable, incomplete_type_error):
+       Delete redundant declarations.
+
+2001-04-11  Jason Merrill  <jason_merrill@redhat.com>
+
+       * cp-tree.h (TYPE_LINKAGE_IDENTIFIER): New macro.
+       (TYPE_ANONYMOUS_P): New macro.
+       (TAGGED_TYPE_P): New macro.
+       * decl.c (check_tag_decl): Use TYPE_ANONYMOUS_P.
+       (grokfndecl, grokvardecl, grokdeclarator): Likewise.
+       * tree.c (no_linkage_helper): Likewise.
+       * semantics.c (begin_class_definition): Likewise.
+       * pt.c (convert_template_argument): Likewise.
+       * lex.c (check_for_missing_semicolon): Likewise.
+
+2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * class.c (dfs_unshared_virtual_bases): New function.
+       (mark_primary_bases): Call it.
+       (check_bases): Ignore virtual bases when determining
+       nearly-emptiness.
+
+2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * method.c (make_thunk): Clear DECL_CLONED_FUNCTION.
+
+2001-04-11  Mark Mitchell  <mark@codesourcery.com>
+
+       * optimize.c (maybe_clone_body): Copy DECL_NUM_STMTS from the
+       cloned function to the clone.
+
+2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * Make-lang.in (cp/semantics.o): Depend on $(EXPR_H).
+
+       * semantics.c: Include expr.h.
+
+2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * method.c (implicitly_declare_fn): Commonize code for copy ctor
+       and assignment op. Set TREE_USED for parameter.
+
+2001-04-10  Mark Mitchell  <mark@codesourcery.com>
+
+       * class.c (find_final_overrider_data): Add `candidates'.
+       (dfs_find_final_overrider): Don't issue error messages
+       prematurely.
+       (find_final_overrider): Issue error messages here.
+       (build_base_field): Don't warn about amgibuous direct bases here.
+       (warn_about_ambiguous_direct_bases): New function.
+       (layout_class_type): Use it.
+
+2001-04-10  Richard Henderson  <rth@redhat.com>
+
+       * typeck.c (build_array_ref): Push the array reference inside
+       COMPOUND_EXPR and COND_EXPR.
+
+2001-04-05  Mark Mitchell  <mark@codesourcery.com>
+
+       * cp-tree.h (DECL_THIS_INLINE): Rename to DECL_DECLARED_INLINE_P.
+       * decl.c (duplicate_decls): Adjust accordingly.
+       (maybe_commonize_var): Likewise.
+       (grokfndecl): Likewise.
+       (start_function): Likewise.
+       (start_method): Likewise.
+       * decl2.c (key_method): Likewise.
+       (import_export_decl): Likewise.
+       * method.c (implicitly_declare_fn): Likewise.
+       * optimize.c (maybe_clone_body): Likewise.
+
+2001-04-05  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * lang-specs.h: Add __DEPRECATED.
+
+Thu Apr  5 16:54:29 2001  J"orn Rennecke <amylaar@redhat.com>
+
+       * search.c (get_dynamic_cast_base_type): When building a new
+       constant, set its type to ssizetype.
+
+2001-04-04  Jakub Jelinek  <jakub@redhat.com>
+
+       * optimize.c (expand_call_inline): Only add newly inlined statements
+       into inlined_stmts.
+
+2001-04-03  Mark Mitchell  <mark@codesourcery.com>
+
+       * cp-tree.h (OPERATOR_ASSIGN_FORMAT): Remove.
+       (OPERATOR_FORMAT): Likewise.
+       (OPERATOR_TYPENAME_FORMAT): Likewise.
+       * operators.def: Remove old name-mangling information.
+       * decl.c (grok_op_properties): Adjust accordingly.
+       * lex.c (init_operators): Likewise.
+       * rtti.c (get_tinfo_decl): Issue error messages about types that
+       have variable size.
+
+2001-04-03  Mark Mitchell  <mark@codesourcery.com>
+
+       * decl2.c (import_export_decl): Don't call import_export_class
+       when processing an inline member function.
+       * semantics.c (expand_body): Call import_export_decl before
+       emitting inline functions.
+
+2001-03-28  Richard Henderson  <rth@redhat.com>
+
+       IA-64 ABI Exception Handling:
+       * cp-tree.def (EH_SPEC_BLOCK): New.
+       (MUST_NOT_THROW_EXPR): New.
+       * cp-tree.h: Update changed function declarations.
+       (CPTI_PUSH_EXCEPTION_IDENTIFIER): Remove.
+       (CPTI_CALL_UNEXPECTED): New.
+       (struct cp_language_function): Rename x_eh_spec_try_block
+       to x_eh_spec_block.
+       (EH_SPEC_STMTS, EH_SPEC_RAISES): New.
+       * decl.c (current_binding_level): If no current function
+       bindings, revert to scope_chain.
+       (initialize_predefined_identifiers): Remove __cp_push_exception.
+       (store_parm_decls): Use begin_eh_spec_block.
+       (finish_function): Use finish_eh_spec_block.
+       (mark_lang_function): Update for name changes.
+       * decl2.c (finish_file): No mark_all_runtime_matches.
+       * dump.c (cp_dump_tree): Handle new tree codes.
+       * error.c (dump_expr) [BIND_EXPR]: Fix typo.
+       * except.c (catch_language_init, catch_language): Remove.
+       (init_exception_processing): Don't set language code.
+       Initialize call_unexpected_node, protect_cleanup_actions,
+       eh_personality_libfunc, lang_eh_runtime_type.
+       (call_eh_info, push_eh_info, get_eh_info, get_eh_value): Remove.
+       (get_eh_type, get_eh_caught, get_eh_handlers): Remove.
+       (prepare_eh_type): Split out type canonicalizations ...
+       (build_eh_type_type): ... from here.
+       (build_eh_type_type_ref): Remove.
+       (mark_all_runtime_matches): Remove.
+       (build_exc_ptr): New.
+       (do_begin_catch, do_end_catch): New.
+       (do_pop_exception): Remove.
+       (build_terminate_handler): Remove.
+       (choose_personality_routine): Split out language choice from ...
+       (initialize_handler_parm): ... here.
+       Use MUST_NOT_THROW_EXPR.
+       (expand_start_catch_block): Use do_begin_catch.  Simplify Java
+       exception object handling.
+       (expand_start_eh_spec, expand_end_eh_spec): Remove.
+       (expand_exception_blocks, alloc_eh_object): Remove.
+       (begin_eh_spec_block, finish_eh_spec_block): New.
+       (do_allocate_exception, do_free_exception): New.
+       (expand_throw): Merge into ...
+       (build_throw): ... here.  Update for abi.
+       * expr.c (cplus_expand_expr): No expand_internal_throw.
+       Handle MUST_NOT_THROW_EXPR.
+       * pt.c (tsubst_expr): Handle EH_SPEC_BLOCK.
+       * semantics.c (*) Update for except.h name changes.
+       (genrtl_try_block): No protect_with_terminate.
+       (genrtl_eh_spec_block): New.
+       (genrtl_handler): Don't emit the goto here.
+       (cp_expand_stmt): Handle EH_SPEC_BLOCK.
+       (genrtl_finish_function): Don't expand_exception_blocks.
+       * tree.c (cp_statement_code_p): Handle EH_SPEC_BLOCK.
+
+2001-03-28  Richard Henderson  <rth@redhat.com>
+
+       * decl.c (struct named_label_list): Rename eh_region to
+       in_try_scope, add in_catch_scope.
+       (struct binding_level): Rename eh_region to is_try_scope,
+       add is_catch_scope.
+       (note_level_for_try): Rename from note_level_for_eh.
+       (note_level_for_catch): New.
+       (poplevel): Copy both is_try_scope and is_catch_scope to
+       the named_label_list struct.
+       (check_previous_goto_1): Don't check for catch block via
+       DECL_ARTIFICIAL; use in_try_scope instead.
+       (check_goto): Likewise.
+       * cp-tree.h (note_level_for_try, note_level_for_catch): Declare.
+       * except.c (expand_start_catch_block): Call note_level_for_catch.
+       * semantics.c (begin_compound_stmt): Update for note_level_for_try.
+
+2001-03-27  Richard Henderson  <rth@redhat.com>
+
+       * except.c: Use USING_SJLJ_EXCEPTIONS instead of
+       exceptions_via_longjmp.
+
+2001-03-27  Phil Edwards  <pme@sources.redhat.com>
+
+       * pt.c (check_default_tmpl_args):  Make error messages clearer.
+
+2001-03-26  Phil Edwards  <pme@sources.redhat.com>
+
+       * error.c:  Also undefine 'A' macro used for cp_printers definition.
+
+2001-03-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * Make-lang.in: Depend on $(SYSTEM_H), not system.h.
+
+2001-03-26  Mike Yang <yang@research.att.com>
+           Mark Mitchell  <mark@codesourcery.com>
+
+       * dump.c (dump_access): New function.
+       (cp_dump_tree): Use it.  Dump basetype information for class
+       types.
+
+2001-03-26  Mark Mitchell  <mark@codesourcery.com>
+
+       * Makefile.in (optimize.o): Depend on params.h.
+       (duplicate_decls): Copy DECL_NUM_STMTS, not DECL_FRAME_SIZE.
+       (init_decl_processing): Set flag_no_inline when doing
+       inlining-on-trees.
+       * optimize.c: Include params.h.
+       (struct inline_data): Improve documentation of FNS.  Add
+       FIRST_INLINED_FN, INLINED_STMTS, and CLONING_P.
+       (INSNS_PER_STMT): New macro.
+       (remap_block): Use CLONING_P.
+       (inlinable_function_p): Don't inline big functions.
+       (expand_call_inline): Keep track of how much inlining we've done.
+       (optimize_function): Set FIRST_INLINED_FN.
+       (maybe_clone_body): Set CLONING_P.
+       * semantics.c (simplify_aggr_init_exprs_r): Fix typing problems in
+       tree nodes.
+       (genrtl_finish_function): Clear DECL_DEFER_OUTPUT before calling
+       rest_of_compilation.  Clear DECL_RTL for local variables
+       afterwards.
+       (clear_decl_rtl): New function.
+
+2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
+
+       Implement DR 209
+       * cp-tree.h (skip_type_access_control,
+       reset_type_access_control): Prototype.
+       * decl.c (grokdeclarator): Access of friends is not checked.
+       * parse.y (component_decl_list): Reset type access control.
+       * semantics.c (decl_type_access_control): Clear
+       current_type_lookups.
+       (save_type_access_control): Don't save if not deferring.
+       (skip_type_access_control, reset_type_access_control): New
+       functions.
+       (begin_class_definition): Do type access control for basetypes.
+       Start deferred access control.
+       (finish_class_definition): Resume immediate access control if
+       this is a local class.
+
+2001-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * class.c (add_method): Use memcpy/memmove, not bcopy.
+
+       * decl.c (duplicate_decls): Likewise.
+
+2001-03-23  Jakub Jelinek  <jakub@redhat.com>
+
+       * mangle.c (write_discriminator): Use `_0' for discriminator 1,
+       not `_'.
+
+2001-03-23  Jakub Jelinek  <jakub@redhat.com>
+
+       * decl.c (local_names): Define.
+       (push_local_name): New.
+       (grok_reference_init): Return init if initializing static reference
+       variable with non-constant instead of emitting it.
+       Move expand_static_init call to cp_finish_decl.
+       (layout_var_decl): Call push_local_name.
+       (maybe_commonize_var): Allow inlining functions even if they have
+       static local variables, use comdat_linkage for them if flag_weak.
+       (check_initializer): Call obscure_complex_init if
+       grok_reference_init returned non-zero.
+       (save_function_data): Clear x_local_names.
+       (pop_cp_function_context): Free x_local_names.
+       (mark_inlined_fns): Remove.
+       (mark_lang_function): Mark x_local_names.
+       (lang_mark_tree): Don't mark DECL_ACCESS for DECL_DISCRIMINATOR_P.
+       Mark inlined_fns as tree, remove call to mark_inlined_fns.
+       * class.c (alter_access): Ensure DECL_ACCESS is never set if
+       DECL_DISCRIMINATOR_P.
+       * cp-tree.h (cp_language_function): Add x_local_names.
+       (lang_decl_flags): Add discriminator into u2.
+       (lang_decl_inlined_fns): Remove.
+       (lang_decl): inlined_fns is now a TREE_VEC.
+       (DECL_DISCRIMINATOR_P, DECL_DISCRIMINATOR): Define.
+       * optimize.c (inlinable_function_p): DECL_INLINED_FNS is now a
+       TREE_VEC, not a custom structure.
+       (optimize_function): Likewise.
+       * mangle.c (discriminator_for_local_entity): Discriminate among
+       VAR_DECL local entities.
+       * search.c (dfs_access_in_type): If DECL_DISCRIMINATOR_P, DECL_ACCESS
+       is not valid.
+
+2001-03-22  Bryce McKinlay  <bryce@albatross.co.nz>
+
+       Add support for Java interface method calls.
+       * cp-tree.h (struct lang_type): Add java_interface flag.
+       (TYPE_JAVA_INTERFACE): New macro.
+       * tree.c (cp_valid_lang_attribute): Handle "java_interface" attribute
+       by setting TYPE_JAVA_INTERFACE.
+       * call.c (java_iface_lookup_fn): New static.
+       (build_over_call): If calling a method declared in a
+       TYPE_JAVA_INTERFACE, call build_java_interface_fn_ref to generate the
+       expression which resolves the function address.
+       (build_java_interface_fn_ref): New function.
+
+2001-03-22  Richard Henderson  <rth@redhat.com>
+
+       * Make-lang.in (cp/except.o): Don't depend on insn-flags.h.
+       * except.c: Don't include it.
+
+2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
+           based on an idea from Joe Buck <jbuck@synopsys.com>
+
+       * parse.y (bad_decl, template_arg_list_ignore, arg_list_ignore):
+       New nonterminals.
+       (data_def, component_decl): Add reductions to bad_decl.
+
+2001-03-22  Jakub Jelinek  <jakub@redhat.com>
+
+       * method.c (do_build_assign_ref): Don't use build_modify_expr for
+       anonymous aggregates, since they don't have assignment operator
+       method.
+       * decl.c (fixup_anonymous_aggr): Disallow ctors, dtors and copy
+       assignment operators for anonymous structure fields.
+
+2001-03-21  Jason Merrill  <jason@redhat.com>
+
+       * pt.c (instantiate_decl): Abort if we see a member constant
+       instantiation that doesn't already have its initializer.
+       Downgrade explicit instantiation without definition to pedwarn.
+
+       * cp-tree.h (DECL_TINFO_FN_P, SET_DECL_TINFO_FN_P): Remove.
+       * class.c (build_vtable_entry): Don't check DECL_TINFO_FN_P.
+       (import_export_decl): Check tinfo_decl_p, not DECL_TINFO_FN_P.
+
+       * cp-tree.h (CLASSTYPE_VTABLE_NEEDS_WRITING): Remove.
+       (pending_vtables): Remove.
+       * decl2.c (pending_vtables): Remove.
+       (import_export_vtable): Use CLASSTYPE_INTERFACE_ONLY, not
+       CLASSTYPE_VTABLE_NEEDS_WRITING.
+       (import_export_class): Likewise.
+       (init_decl2): Don't mark pending_vtables.
+       * lex.c (handle_pragma_vtable): Just sorry.
+       * pt.c (instantiate_class_template): Don't mess with
+       CLASSTYPE_VTABLE_NEEDS_WRITING.
+       (mark_class_instantiated): Likewise.
+       * ptree.c (print_lang_type): Don't print it.
+       * semantics.c (begin_class_definition): Don't set it.
+
+       * pt.c (template_tail): Replace with last_pending_template.
+       (maybe_templates, maybe_template_tail): Remove.
+       (add_pending_template): Adjust.
+       (instantiate_pending_templates): Adjust.
+
+       * cp-tree.h (struct saved_scope): Remove lang_stack field.
+       (current_lang_stack): Remove.
+       * decl.c (maybe_push_to_top_level): Don't initialize it.
+       (duplicate_decls): Use current_lang_depth.
+       (xref_basetypes): Likewise.
+       * class.c (current_lang_depth): New fn.
+       (push_lang_context): Use more varray functionality.
+       (pop_lang_context): Likewise.
+
+       * error.c (GLOBAL_THING): Always use '__'.
+
+2001-03-21  Mark Mitchell  <mark@codesourcery.com>
+
+       * class.c (build_clone): Clear DECL_ASSEMBLER_NAME.
+
+       * mangle.c (mangle_decl_string): Mangle the names of overloaded
+       operators, even when they have `extern "C"' linkage.
+
+2001-03-19  Mark Mitchell  <mark@codesourcery.com>
+
+       * class.c (get_vtable_decl): Use SET_DECL_ASSEMBLER_NAME,
+       COPY_DECL_ASSEMBLER_NAME, etc.  Don't set DECL_ASSEMBLER_NAME
+       where it's not necessary.
+       (add_method): Remove optimization involving comparison of
+       DECL_ASSEMBLER_NAME.
+       (build_vtbl_or_vbase_field): Use SET_DECL_ASSEMBLER_NAME,
+       COPY_DECL_ASSEMBLER_NAME, etc.  Don't set DECL_ASSEMBLER_NAME
+       where it's not necessary.
+       (check_methods): Likewise.
+       (build_clone): Likewise.
+       (built_vtt): Likewise.
+       * cp-tree.h (DECL_NEEDED_P): Likewise.
+       * decl.c (pushtag): Likewise.
+       (duplicate_decls): Likewise.
+       (pushdecl): Likewise.
+       (builtin_function): Likewise.
+       (build_library_fn_1): Set DECL_LANGUAGE for library functions.
+       (build_cp_library_fn): Likewise.
+       (maybe_commonize_var): Use SET_DECL_ASSEMBLER_NAME,
+       COPY_DECL_ASSEMBLER_NAME, etc.  Don't set DECL_ASSEMBLER_NAME
+       where it's not necessary.
+       (make_rtl_for_nonlocal_decl): Likewise.
+       (cp_finish_decl): Likewise.
+       (grokfndecl): Likewise.
+       (grokvardecl): Likewise.
+       (grokdeclarator): Likewise.
+       (start_function): Likewise.
+       (cp_missing_return_ok_p): Likewise.
+       * decl2.c (grokclassfn): Likewise.
+       (check_classfn): Likewise.
+       (finish_static_data_member_decl): Likewise.
+       (grokfield): Likewise.
+       * error.c (GLOBAL_IORD_P): Remove.
+       (dump_global_iord): Improve output.
+       (dump_decl): Avoid using DECL_ASSEMBLER_NAME.
+       * except.c (nothrow_libfn_p): Summarily reject any function not in
+       namespace-scope.
+       * init.c (build_java_class_ref): Don't explicitly set
+       DECL_ASSEMBLER_NAME after calling mangle_decl.
+       * mangle.c (mangle_decl_string): Handle extern "C" functions.
+       (mangle_decl): Set the DECL_ASSEMBLER_NAME for the decl.
+       * method.c (set_mangled_name_for_decl): Don't explicitly set
+       DECL_ASSEMBLER_NAME after calling mangle_decl.
+       (make_thunk): Explicitly set the DECL_ASSEMBLER_NAME and
+       IDENTIFIER_GLOBAL_VALUE for the thunk.
+       * pt.c (set_mangled_name_for_template_decl): Remove.
+       (check_explicit_specialization): Don't use it.
+       (looup_template_class): Don't set DECL_ASSEMBLER_NAME.
+       (tsubst_friend_function): Likewise.
+       (tsubst_decl): Likewise.
+       (regenerate_decl_from_template): Use COPY_DECL_ASSEMBLER_NAME.
+       * rtti.c (get_tinfo_decl): Use SET_DECL_ASSEMBLER_NAME,
+       COPY_DECL_ASSEMBLER_NAME, etc.  Don't set DECL_ASSEMBLER_NAME
+       where it's not necessary.
+       (tinfo_base_init): Likewise.
+       (create_real_tinfo_var): Likewise.
+       * search.c (looup_field_1): Likewise.
+       * semantics.c (finish_named_return_value): Likewise.
+       * tree.c (init_tree): Set lang_set_decl_assembler_name.
+
+2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
+
+       Correct semantics restrictions checking in throw-expression.
+       * except.c (is_admissible_throw_operand): New function.
+       (build_throw): Use it.
+
+2001-03-14  Mark Mitchell  <mark@codesourcery.com>
+
+       * decl.c (cp_make_fnname_decl): Set DECL_IGNORED_P on __FUNCTION__
+       and its ilk.
+
+2001-03-14  Mark Mitchell  <mark@codesourcery.com>
+
+       * class.c (build_clone): Use COPY_DECL_RTL, DECL_RTL_SET_P, etc.
+       * cp-tree.h (DECL_IN_MEMORY_P): Likewise.
+       * decl.c (duplicate_decls): Likewise.
+       (builtin_function): Likewise.
+       (build_library_fn): Likewise.
+       (build_cp_library_fn): Likewise.
+       (check_initializer): Likewise.
+       (cp_finish_decl): Likewise.
+       * decl2.c (grokfield): Likewise.
+       (grok_function_init): Remove #if 0'd code.
+       (finish_anon_union): Use COPY_DECL_RTL, DECL_RTL_SET_P, etc.
+       * friend.c (do_friend): Likewise.
+       * init.c (get_temp_regvar): Likewise.
+       * method.c (make_thunk): Likewise.
+       * pt.c (tsubst_friend_function): Likewise.
+       (tsubst_decl): Likewise.
+       (regenerate_decl_from_template): Likewise.
+       * semantics.c (genrtl_named_return_value): Likewise.
+       (expand_body): Likewise.
+       (genrtl_finish_function): Likewise.
+       * tree.c (cp_tree_equal): Likewise.
+
+2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * call.c (convert_like_real): Add extra semantics to INNER
+       parameter. Don't convert to temporary if a user conversion
+       gives us an lvalue that we're about to bind to a reference.
+       Set INNER to indicate pending reference binding on recursive
+       calls.
+
 2001-03-10  Neil Booth  <neil@daikokuya.demon.co.uk>
 
        * cp/lex.c: Delete duplicate pending_lang_change.
        (build_rtt_vtbl_entries): Lose RTTI_BINFO parameter.
        (get_matching_base): Remove.
        (get_original_base): New function.
-       (build_vtbl_initializer): Initialize vid.rtti_binfo. 
+       (build_vtbl_initializer): Initialize vid.rtti_binfo.
        Use a virtual thunk for a ctor vtable with an index
        (add_vcall_offset_vtbl_entries_1): Check if binfo has lost a
        primary base within a constructor vtable. Only set
 2001-02-26  Nathan Sidwell  <nathan@codesourcery.com>
 
        * except.c (call_eh_info): Cleanup generation of cp_eh_info struct.
-       
+
        * decl.c (mark_inlined_fns): Prototype.
 
 2001-02-22  Mark Mitchell  <mark@codesourcery.com>
@@ -749,8 +1486,8 @@ Sun Feb  4 15:52:44 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
 2001-01-16 Daniel Berlin <dberlin@redhat.com>
 
-        * cvt.c (ocp_convert): Handle vector type conversion
-        * typeck2.c (digest_init): Handle vector type initializations
+       * cvt.c (ocp_convert): Handle vector type conversion
+       * typeck2.c (digest_init): Handle vector type initializations
 
 2001-01-16  Phil Edwards  <pme@sources.redhat.com>
 
@@ -957,7 +1694,7 @@ Sun Feb  4 15:52:44 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
 2001-01-07  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-        * cp/decl2.c (cxx_post_options): Call cpp_post_options.
+       * cp/decl2.c (cxx_post_options): Call cpp_post_options.
 
 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>