- 16 Nov, 1999 2 commits
-
-
* 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 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
-
- 15 Nov, 1999 12 commits
-
-
* rs6000.h (ASM_OUTPUT_DEF): New. Based on proposed addition from David Edelsohn. From-SVN: r30539
Richard Henderson committed -
Co-Authored-By: Bruce Korb <autogen@linuxbox.com> From-SVN: r30538
Robert Lipe committed -
* configure.in: Handle libgcc2 threads support on FreeBSD platforms. * configure: Rebuilt. * config/t-freebsd-thread: New file. From-SVN: r30537
David O'Brien committed -
i386.c (ix86_decompose_address): Verify the base is a REG before trying to examine its register number. * i386.c (ix86_decompose_address): Verify the base is a REG before trying to examine its register number. From-SVN: r30536
Jeffrey A Law committed -
From-SVN: r30535
H.J. Lu committed -
Revert last change. HJ's message meant "code like this already exists in libiberty/libio", not "code like this needs to be added to libiberty/libio". What a waste of my time. From-SVN: r30534
Jeff Law committed -
From-SVN: r30533
Jeffrey A Law committed -
From-SVN: r30532
Jeff Law committed -
* basic-block.h: Remove all #defines and prototypes related to integer lists. (free_bb_mem, compute_preds_succs): Remove prototype. * rtl.h (free_bb_mem): Remove prototype. * flow.c (alloc_int_list_node); Remove function. (add_inst_list_node, free_int_list, add_pred_succ): Likewise. (compute_preds_succs, free_bb_mem): Likewise. * gcse.c (gcse_main): Do not call free_bb_mem anymore. * toplev.c (rest_of_compilation): Likewise. * haifa-sched.c (build_control_flow): Use flow generated edge list to build the haifa specific edge list. (find_rgns): Use new CFG data structures instead of pred/succ lists. (schedule_insns): Do not build pred/succ lists anymore. Instead build the edge table. From-SVN: r30531
Jeffrey A Law committed -
* basic-block.h (dump_bb_data): Remove declaration. * flow.c (dump_bb_data): Remove function. * sbitmap.c (sbitmap_intersect_of_predsucc): Delete function. (sbitmap_union_of_predsucc): Likewise. From-SVN: r30530
Jeffrey A Law committed -
* gcse.c (delete_null_pointer_checks_1): Kill unused s_preds argument. All callers changed. (delete_null_pointer_checks_1): No longer need to compute the pred/succ lists. From-SVN: r30529
Jeffrey A Law committed -
* gcse.c (pre_expr_reaches_here_p): Kill CHECK_PRE_COM argument. All callers changed. (pre_expr_reaches_here_p_work): Likewise. (pre_edge_insert): No longer call pre_expr_reaches_here_p. * lcm.c (compute_laterin): Fix initialization of LATER. (compute_nearerout): Similarly for NEARER. From-SVN: r30528
Jeffrey A Law committed
-
- 14 Nov, 1999 4 commits
-
-
* 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 -
From-SVN: r30526
Bernd Schmidt committed -
From-SVN: r30525
Jeff Law committed -
* 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
-
- 13 Nov, 1999 9 commits
-
-
* decl.c (duplicate_decls): Propagate DECL_DEFER_OUTPUT. * decl2.c (comdat_linkage): Set DECL_DEFER_OUTPUT. * rtti.c (get_tinfo_fn_unused): Split out from get_tinfo_fn. * class.c (set_rtti_entry): Use it. From-SVN: r30523
Jason Merrill committed -
From-SVN: r30522
Jeff Law committed -
From-SVN: r30521
Mike Stump committed -
* decl.c (cplus_expand_expr_stmt): Don't call break_out_cleanups here. * semantics.c (finish_expr_stmt): Call it here instead. Move default_conversion logic to semantic-analysis time. From-SVN: r30520
Mark Mitchell committed -
* function.c (diddle_return_value): Set REG_FUNCTION_VALUE_P as needed. From-SVN: r30519
Jeffrey A Law committed -
From-SVN: r30518
Zack Weinberg committed -
Reported by Jim Meyering; distilled from bash. From-SVN: r30517
Zack Weinberg committed -
* defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Wrap macro definition in do while (0). From-SVN: r30516
Michael Hayes committed -
Fix another gcc2 merge problem: fix switch statement ISO C conformancs bug * stmt.c (pushcase, pushcase_range): Partially revert Oct 28 change. From-SVN: r30515
Jim Wilson committed
-
- 12 Nov, 1999 13 commits
-
-
From-SVN: r30514
Jason Merrill committed -
From-SVN: r30513
Richard Henderson committed -
From-SVN: r30512
Vladimir Makarov committed -
Fri Nov 12 15:14:19 1999 Vladimir Makarov <vmakarov@tofu.to.cygnus.com> * i960.h (CAN_DEBUG_WITHOUT_FP): Don't define it. (FRAME_POINTER_REQUIRED): Don't worry about nonlocal goto. (ELIMINABLE_REGS, CAN_ELIMINATE, INITIAL_ELIMINATION_OFFSET): New. (INITIAL_FRAME_POINTER_OFFSET): Remove it. * i960.c (i960_function_prologue): Don't allocate space for g8-g11 saved on the stack. Output more accurate stack frame statistics into assembler file. From-SVN: r30511
Vladimir Makarov committed -
* init.c (init_init_processing): Re-instated Nov 11 patch after approval. From-SVN: r30510
Diego Novillo committed -
1999-11-12 11:47 -0800 Zack Weinberg <zack@bitmover.com> * genextract.c (record_insn_name): New function. (get_insn_name): No longer a stub. (main): Call record_insn_name for each insn. After each label written, print the insn name in a comment. From-SVN: r30509
Zack Weinberg committed -
Date: Sun, 20 Dec 1998 22:07:16 -0700 Message-ID: <10469.914216836@upchuck> From: Jeffrey A Law <law@upchuck.cygnus.com> Update the MAINTAINERS file and the next time you encounter one of these obviously correct fixes send a copy of the patch you checked in to egcs-patches with a note that you checked the patch in. jeff From-SVN: r30508
Mike Stump committed -
From-SVN: r30507
Mike Stump committed -
* output.h (const_section, init_section, fini_section): Add prototypes. * alpha/elf.h (const_section): Delete declaration. * svr4.h (const_section): Likewise. From-SVN: r30506
Kaveh R. Ghazi committed -
cookie header for arrays of objects. From-SVN: r30505
Diego Novillo committed -
* decl.c (compute_array_index_type): New function, split out from grokdeclarator. (create_array_type_for_decl): Likewise. (grokdeclarator): Use them. * semantics.c (expand_stmt): Don't suspend_momentary or resume_momentary. From-SVN: r30504
Mark Mitchell committed -
* tree.h (SAVE_EXPR_PERSISTENT_P): New macro. * tree.c (array_type_nelts): Don't handle SAVE_EXPRs specially. (unsave_expr_now): Don't unsave SAVE_EXPR_PERSISTENT_P expressions. * stor-layout.c (variable_size): Set SAVE_EXPR_PERSISTENT_P on variable-sized array bounds. From-SVN: r30503
Mark Mitchell committed -
* defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Use ASM_OUTPUT_LABEL. From-SVN: r30502
Catherine Moore committed
-