1. 16 Nov, 1999 2 commits
    • class.c (finish_struct): If we're a local class in a template function, add a TAG_DEFN. · ae673f14
              * class.c (finish_struct): If we're a local class in a template
              function, add a TAG_DEFN.
              * pt.c (lookup_template_class): If this is a local class in a
              template function, call pushtag.
              (tsubst_expr, case TAG_DEFN): Handle classes, too.
      
              Emit debug info with the vtable.
              * search.c (maybe_suppress_debug_info): New function...
              * class.c (finish_struct_1): ...split out from here.
              * cp-tree.h: Declare it.
              * decl2.c (finish_vtable_vardecl): Override TYPE_DECL_SUPPRESS_DEBUG
              if we're writing out the vtable.
              * decl.c, search.c (dfs_debug_mark, dfs_debug_unmarked_p,
              note_debug_info_needed): #if 0 out.
      
      From-SVN: r30541
      Jason Merrill committed
    • dwarf2out.c (scope_die_for): Don't rely on the decl_scope_table notion of… · 348bb3c7
      dwarf2out.c (scope_die_for): Don't rely on the decl_scope_table notion of nesting to find the DIE for a type...
      
              * dwarf2out.c (scope_die_for): Don't rely on the decl_scope_table
              notion of nesting to find the DIE for a type or function.
              DIEs can go in limbo even if we got a context_die.
              (push_decl_scope): Our context doesn't need to be in decl_scope_table.
              (gen_struct_or_union_type_die): Don't use TREE_PERMANENT to test
              for local type.
              (gen_decl_die): Ignore NAMESPACE_DECLs for now.
              (gen_type_die): Writing out the context doesn't cause member class
              template instantiations to be written out as well.
      
      From-SVN: r30540
      Jason Merrill committed
  2. 15 Nov, 1999 12 commits
  3. 14 Nov, 1999 4 commits
    • cp-tree.h (DECL_LOCAL_FUCNTION_P): New macro. · cd9f6678
      	* cp-tree.h (DECL_LOCAL_FUCNTION_P): New macro.
      	* call.c (equal_functions): Use DECL_LOCAL_FUCNTION_P, not
      	TREE_PERMANENT.
      	* decl.c (pushdecl): Set DECL_LOCAL_FUNCTION_P.
      	* decl2.c (lookup_arg_dependent): Use it.
      
      	* cp-tree.h (cp_finish_decl): Change prototype.
      	(finish_static_data_member_decl): Likewise.
      	(push_permanent_obstack): Remove declaration.
      	(push_expression_obstack): Likewise.
      	(push_scratch_obstack): Likewise.
      	(DECL_TEMPLATE_PARM_P): Robustify.
      	(SET_DECL_TEMPLATE_PARM_P): New macro.
      	* class.c (add_method): Don't manipulate obstacks.
      	(finish_vtbls): Likewise.
      	* cvt.c (build_up_reference): Adjust calls to cp_finish_decl.
      	* decl.c (binding_for_name): Don't manipulate obstacks.
      	(maybe_push_to_top_level): Likewise.
      	(pop_from_top_level): Likewise.
      	(duplicate_decls): Likewise.
      	(pushdecl): Likewise.
      	(implicitly_declare): Likewise.
      	(build_typename_type): Likewise.
      	(start_decl): Likewise.
      	(cp_finish_decl): Likewise.
      	(finish_decl): Likewise.
      	(destroy_local_static): Likewise.
      	(expand_static_init): Likewise.
      	(complete_array_type): Likewise.
      	(grokvardecl): Likewise.
      	(build_ptrmemfnc_type): Likewise.
      	(grokdeclarator): Likewise.
      	(xref_tag): Likewise.
      	(xref_basetypes): Likewise.
      	(start_enum): Likewise.
      	(finish_enum): Likewise.
      	(start_function): Likewise.
      	(finish_function): Likewise.
      	(start_method): Adjust call to cp_finish_decl.
      	* decl2.c (finish_static_data_member_decl): Don't manipulate
      	obstacks.
      	(grokfield): Likewise.
      	(grokbitfield): Likewise.
      	(get_temp_name): Likewise.
      	(get_sentry): Likewise.
      	(fnish_file): Likewise.
      	(lookup_arg_dependent): Likewise.
      	* except.c (call_eh_info): Likewise.
      	(push_eh_info): Likewise.
      	(do_pop_exception): Likewise.
      	(initialize_handler_parm): Likewise.
      	(expand_end_eh_spec): Likewise.
      	(alloc_eh_object): Likewise.
      	(expand_throw): Likewise.
      	* expr.c (extract_scalar_init): Likewise.
      	* init.c (build_java_class_ref): Likewise.
      	* lex.c (get_time_identifier): Likewise.
      	(snarf_defarg): Likewise.
      	(add_defarg_fn): Likewise.
      	(is_global): Simplify.
      	(do_identifier): Don't check TREE_PERMANENT.
      	* method.c (emit_thunk): Don't manipulate obstacks.
      	* parse.y (condition): Adjust call to cp_finish_decl.
      	(primary): Likewise.
      	(initdcl): Likewise.
      	(initdcl0_innards): Likewise.
      	(nomods_initdcl0): Likewise.
      	* pt.c (push_inline_template_parms_recursive): Use
      	SET_DECL_TEMPLATE_PARM_P.
      	(process_template_parm): Likewise.
      	(lookup_template_class): Don't manipulate obstacks.
      	(instantiate_class_template): Adjust call to
      	finish_static_data_member_decl.
      	(tsubst_decl): Don't manipulate obstacks.
      	(tsubst_expr): Likewise.
      	(instantiate_template): Likewise.
      	(instantiate_decl): Adjust calls to cp_finish_decl.
      	* rtti.c (call_void_fn): Don't manipulate obstacks.
      	(get_tinfo_var): Likewise.
      	(get_tinfo_fn_unused): Likewise.
      	(build_dynamic_cast_1): Likewise.
      	(expand_si_desc): Likewise.
      	(expand_class_desc): Likewise.
      	(expand_ptr_desc): Likewise.
      	(expand_attr_desc): Likewise.
      	(expand_generic_desc): Likewise.
      	(synthesize_tinfo_fn): Likewise.
      	* search.c (expand_upcast_fixups): Likewise.
      	* semantics.c (finish_asm_stmt): Likewise.
      	(finish_named_return_value): Likewise.
      	(begin_class_definition): Likewise.
      	(finish_class_definition): Likewise.
      	(finish_typeof): Likewise.
      	* tree.c (build_cplus_method_type): Likewise.
      	(reverse_path): Likewise.
      	(copy_template_template_parm): Likewise.
      	(build_expr_ptr_wrapper): Likewise.
      	(push_expression_obstack): Remove.
      	(push_permanent_obstack): Likewise.
      	* typeck.c (mark_addressable): Likewise.
      
      From-SVN: r30527
      Mark Mitchell committed
    • Delete two unused functions · ef835bb0
      From-SVN: r30526
      Bernd Schmidt committed
    • Daily bump. · 6d6ce8b2
      From-SVN: r30525
      Jeff Law committed
    • call.c (build_conditional_expr): Use build_target_expr_with_type. · c506ca22
      	* call.c (build_conditional_expr): Use build_target_expr_with_type.
      	(convert_like): Likewise.
      	(build_over_call): Likewise.
      	* cp-tree.h (build_target_expr): Remove.
      	(build_target_expr_with_type): New function.
      	* cvt.c (build_up_reference): Use get_target_expr.
      	* decl.c (build_target_expr): Move to ...
      	* tree.c (build_target_expr): Here.  Make it static.
      	(build_target_expr_with_type): New function.  Set DECL_CONTEXT on
      	the temporary VAR_DECLs.
      	(get_target_expr): Use it.
      
      From-SVN: r30524
      Mark Mitchell committed
  4. 13 Nov, 1999 9 commits
  5. 12 Nov, 1999 13 commits