1. 30 Sep, 2012 1 commit
  2. 29 Sep, 2012 16 commits
  3. 28 Sep, 2012 20 commits
  4. 27 Sep, 2012 3 commits
    • re PR other/54726 (libbacktrace segfaults on gcc_asserts with stripped gcc) · 588f4f8f
      	PR other/54726
      	* elf.c (backtrace_initialize): Set *fileln_fn, not
      	state->fileln_fn.
      
      From-SVN: r191811
      Ian Lance Taylor committed
    • tree.h (tree_constructor): Remove IS_UNKNOWN_LOCATION. · 2f13f2de
      2012-09-27  Dehao Chen  <dehao@google.com>
      
      	* tree.h (tree_constructor): Remove IS_UNKNOWN_LOCATION.
      	(extern void protected_set_expr_location): Likewise.
      	(function_args_iter_next): Likewise.
      	(inlined_function_outer_scope_p): Likewise.
      	* input.h (IS_UNKNOWN_LOCATION): Likewise.
      	* fold-const.c (expr_location_or): Likewise.
      	* lto-cgraph.c (output_node_opt_summary): Likewise.
      	* dwarf2out.c (add_src_coords_attributes): Likewise.
      	* tree-eh.c (lower_try_finally_dup_block): Likewise.
      	* profile.c (branch_prob):
      	* cfgexpand.c (expand_gimple_cond): Likewise.
      	(expand_gimple_basic_block): Likewise.
      	(construct_exit_block): Likewise.
      	(gimple_expand_cfg): Likewise.
      	* cfgcleanup.c (try_forward_edges): Likewise.
      	* tree-ssa-live.c (remove_unused_scope_block_p): Likewise.
      	(dump_scope_block): Likewise.
      	* ipa-prop.c (ipa_write_jump_function): Likewise.
      	* rtl.h (extern void rtl_check_failed_flag): Likewise.
      	* gimple.h (gimple_set_location): Likewise.
      	(gimple_has_location): Likewise.
      	* cfgrtl.c (unique_locus_on_edge_between_p): Likewise.
      	(force_nonfallthru_and_redirect): Likewise.
      	(fixup_reorder_chain): Likewise.
      	(cfg_layout_merge_blocks): Likewise.
      
      From-SVN: r191810
      Dehao Chen committed
    • gcc-ar.c (main): Handle the returning of the sub-process error code correctly. · 33adc2a3
      2012-09-27  Meador Inge  <meadori@codesourcery.com>
      
      	* gcc-ar.c (main): Handle the returning of the sub-process error
      	code correctly.
      
      From-SVN: r191809
      Meador Inge committed