1. 31 Mar, 2005 24 commits
  2. 30 Mar, 2005 16 commits
    • config.gcc (cpu_is_64bit): Set for 64-bit powerpc cpus. · a8e04fe6
      	* config.gcc (cpu_is_64bit): Set for 64-bit powerpc cpus.
      	(powerpc64-*-linux*): Use it.  Rearrange tm_file assignment.
      	(powerpc-*-linux*): Build a biarch compiler when --enable-targets
      	is given with "powerpc64*" or "all", or when --with-cpu chooses
      	a 64-bit cpu.
      
      From-SVN: r97290
      Alan Modra committed
    • Emit DW_AT_ranges for inlined subroutines that contain disjoint blocks. · fdfa76bd
      PR debug/20268
      * dwarf2out.c (add_high_low_attributes): New function, extracted from
      gen_lexical_block_die.
      (gen_lexical_block_die, gen_inlined_subroutine_die): Call it.
      
      From-SVN: r97289
      James E Wilson committed
    • [multiple changes] · cd9c7bd2
      2005-03-31  Jan Hubicka  <jh@suse.cz>
      
      	2004-11-02  Jan Hubicka  <jh@suse.cz>
      
      	* cgraph.c (cgraph_varpool_node_name): New function.
      	(dump_cgraph_varpool_node): New function.
      	(dump_varpool): New function.
      	* cgraphunit.c (cgraph_optimize): Dump varpool.
      
      	2004-10-16  Jan Hubicka  <jh@suse.cz>
      
      	* cgraph.c (decide_is_variable_needed): New function.
      	(cgraph_varpool_finalize_decl): Use it.
      	* cgraphunit.c (cgraph_optimize): Assemble_pending_decls when not doing
      	unit-at-a-time.
      	* final.c (output_addr_const): Do not call mark_referenced.
      	* passes.c (rest_of_decl_compilation): ifdef out DECL_RTL_SET_P hack;
      	always go via cgraph.
      	* toplev.c (wrapup_global_declarations): Kill non-unit-at-a-time code.
      	(check_global_declarations): Ifdef out code clearing DECL_RTL.
      	* tree-optimize.c (execute_inline): Mark functions called.
      	* i386.c (output_pic_addr_const): Do not call mark_decl_referenced.
      
      	2004-10-11  Jan Hubicka  <jh@suse.cz>
      
      	* cgraph.c (cgraph_varpool_first_unanalyzed_node): New global voriable
      	(cgraph_varpool_last_needed_node): New static variable.
      	(enqueue_needed_varpool_node): Break out from ...; add items to the
      	end of queue; update first pointers.
      	(cgraph_varpool_mark_needed_node): ... here.
      	(cgraph_varpool_finalize_decl): Use enqueue_needed_varpool_node.
      	(cgraph_varpool_assemble_pending_decls): Move to cgraphunit.c
      	* cgraph.h (cgraph_varpool_node): Add analyzed field.
      	(cgraph_varpool_first_unanalyzed_node): Declare.
      	* cgraphunit.c: Include output.h.
      	(cgraph_varpool_analyze_pending_decls): New function.
      	(cgraph_varpool_assemble_pending_decls): Move from cgraph.c; bail out
      	for errors, analyze pending decls.
      	(cgraph_finalize_compilation_unit): Only analyze decls.
      	(cgraph_optimize): Assemble the decls after expanding.
      
      From-SVN: r97287
      Jan Hubicka committed
    • tree-ssa-alias.c (compute_flow_insensitive_aliasing): Make sure subvars get… · d19e9499
      tree-ssa-alias.c (compute_flow_insensitive_aliasing): Make sure subvars get marked properly in tags for grouping.
      
      2005-03-30  Daniel Berlin  <dberlin@dberlin.org>
      
      	* tree-ssa-alias.c (compute_flow_insensitive_aliasing): Make sure
      	subvars get marked properly in tags for grouping.
      	(add_pointed_to_var): Mark only actual pointed to
      	variables/subvars in addresses needed.
      	(create_overlap_variables_for): Clear call clobbered on original
      	variable.
      	* tree-ssa-operands.c (get_asm_expr_operands): Don't let regular
      	addresable vars with subvars into list.
      	* tree-ssa.c (verify_ssa_name): Verify original is not used where
      	subvar should be.
      
      From-SVN: r97285
      Daniel Berlin committed
    • cgraph.h (struct cgraph_node): Add alias. · 12527dce
              * cgraph.h (struct cgraph_node): Add alias.
              * varasm.c (assemble_alias): Set it.
              * cgraphunit.c (cgraph_assemble_pending_functions): Check it and
              avoid calling cgraph_expand_function.
      
      From-SVN: r97284
      Richard Henderson committed
    • * src/ia64/ffitarget.h (ffi_arg) ADD DI attribute. · 7efa52a3
      	(ffi_sarg) Ditto.
      	* src/ia64/unix.S (ffi_closure_unix): Extend gp
      	to 64 bits in ILP32 mode.
      	Load 64 bits even for short data.
      
      From-SVN: r97283
      Steve Ellcey committed
    • tree.def (FILE_TYPE): Removed. · 5662a50d
      gcc:
      	* tree.def (FILE_TYPE): Removed.
      	* typeclass.h (enum type_class): Removed file_type_class.
      	* dwarf2out.c (is_base_type): Updated.
      	(gen_type_die): Likewise.
      	* dbxout.c (dbxout_type): Updated.
      	* builtins.c (type_to_class): Updated.
      	* tree.c (type_contains_placeholder_1): Updated.
      	* config/sparc/sparc.c (sparc_type_code): Updated.
      	* config/ia64/ia64.c (hfa_element_mode): Updated.
      	* expr.c (count_type_elements): Updated.
      	* stor-layout.c (layout_type): Updated.
      	* tree-inline.c (remap_type): Updated.
      	* tree-pretty-print.c (dump_generic_node): Updated.
      gcc/java:
      	* decl.c (gnat_substitute_in_type): Don't handle FILE_TYPE.
      
      From-SVN: r97282
      Tom Tromey committed
    • Makefile.am (CXX): Use ${SHELL}. · b131a44e
      	* testsuite/Makefile.am (CXX): Use ${SHELL}.
      	(GLIBCXX_INCLUDES): Same.
      	(AM_CXXFLAGS): Same.
      	* testsuite/Makefile.in: Regenerate.
      
      From-SVN: r97281
      Aaron W. LaFramboise committed
    • Fix problem with calling powi* builtins. · 0b8495ae
      OKed by Richard Henderson.
      
      From-SVN: r97278
      Fariborz Jahanian committed
    • re PR middle-end/19225 (g++.dg/eh/omit-frame-pointer2.C fails with -fpic/-fPIC… · 63579539
      re PR middle-end/19225 (g++.dg/eh/omit-frame-pointer2.C fails with -fpic/-fPIC on i686-pc-linux-gnu)
      
      2005-03-30  Dale Johannesen  <dalej@apple.com>
      
              PR middle-end/19225
              * calls.c (expand_call):  Flush pending deferrals before
              throwing call.
      
      From-SVN: r97277
      Dale Johannesen committed
    • * MAINTAINERS: Move John Carr to Write After Approval. · 86472dc3
      From-SVN: r97276
      Gerald Pfeifer committed
    • re PR c++/772 (Statement expressions issues) · 16ef3acc
      	PR c/772
      	PR c/17913
      	* c-tree.h (C_DECL_UNJUMPABLE_STMT_EXPR,
      	C_DECL_UNDEFINABLE_STMT_EXPR, struct c_label_list, struct
      	c_label_context, label_context_stack): New.
      	* c-decl.c (define_label): Check for jumps into statement
      	expressions.  Add label to list of defined labels.
      	(start_function): Push context on label_context_stack.
      	(finish_function): Pop context from label_context_stack.
      	* c-typeck.c (label_context_stack): New.
      	(c_finish_goto_label): Check for jumps into statement
      	expressions.  Add label to list of jumped to labels.
      	(struct c_switch): Add blocked_stmt_expr.
      	(c_start_case): Initialize it.
      	(do_case): Check it.
      	(c_finish_case): Verify !blocked_stmt_expr.
      	(c_begin_stmt_expr):  Push context on label_context_stack.
      	Increment blocked_stmt_expr.  Mark labels jumped to from outside
      	as undefinable.
      	(c_finish_stmt_expr): December blocked_stmt_expr.  Mark labels
      	defined in the statement expression and no longer jumpable to.
      	Mark labels jumped to from just outside the statement expression
      	as again definable.  Pop context from label_context_stack.
      	* doc/extend.texi (Statement Exprs): Update.
      
      objc:
      	* objc-act.c (objc_start_function): Push context on
      	label_context_stack.
      
      testsuite:
      	* gcc.dg/stmt-expr-label-1.c, gcc.dg/stmt-expr-label-2.c,
      	gcc.dg/stmt-expr-label-3.c : New tests.
      	* gcc.c-torture/execute/medce-2.c: Remove.
      
      From-SVN: r97273
      Joseph Myers committed
    • re PR c/20368 (internal compiler error: tree check: expected function_type or… · 1e55c0e2
      re PR c/20368 (internal compiler error: tree check: expected function_type or method_type, have integer_type in start_function, at c-decl.c:5777)
      
      	PR c/20368
      	* c-decl.c (start_function): Check for old_decl being
      	error_mark_node.
      
      testsuite:
      	* gcc.dg/pr20368-1.c, gcc.dg/pr20368-2.c, gcc.dg/pr20368-3.c: New
      	tests.
      
      From-SVN: r97270
      Joseph Myers committed
    • final.c (final): Remove prescan parameter. · c9d691e9
      	* final.c (final): Remove prescan parameter.  Change all callers.
      	(final_scan_insn): Remove prescan parameter.  Change all callers.
      
      From-SVN: r97267
      Ian Lance Taylor committed
    • jcf-dump.c (HANDLE_INNERCLASSES_ATTRIBUTE): Handle cases where… · 2d47d84c
      jcf-dump.c (HANDLE_INNERCLASSES_ATTRIBUTE): Handle cases where inner_class_info_index==0 or outer_class_info_index==0.
      
      	* jcf-dump.c (HANDLE_INNERCLASSES_ATTRIBUTE): Handle cases where
      	inner_class_info_index==0 or outer_class_info_index==0.
      
      From-SVN: r97263
      Tom Tromey committed