1. 20 Sep, 2012 10 commits
    • re PR other/43620 ([4.3 Release Blocker] Uploading to gnu.org will fail due to… · c0758df9
      re PR other/43620 ([4.3 Release Blocker] Uploading to gnu.org will fail due to automake security issue)
      
      	PR other/43620
      libatomic/
      	* configure.ac (AM_INIT_AUTOMAKE): Add no-dist.
      	* configure: Regenerate.
      	* Makefile.in: Regenerate.
      libitm/
      	* configure.ac (AM_INIT_AUTOMAKE): Add no-dist.
      	* configure: Regenerate.
      	* Makefile.in: Regenerate.
      
      From-SVN: r191565
      Jakub Jelinek committed
    • re PR c++/52432 ([C++11] -fdump-tree-gimple causes ICE: Error reporting routines re-entered.) · 01e721f3
      /cp
      2012-09-20  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/52432
      	* pt.c (tsubst_copy_and_build): If tf_error is not set in the complain
      	argument don't call unqualified_name_lookup_error.
      
      /testsuite
      2012-09-20  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/52432
      	* g++.dg/cpp0x/decltype32.C: Tweak.
      
      From-SVN: r191564
      Paolo Carlini committed
    • forwprop-19.c: Check in forwprop1. · 9606465f
      2012-09-20  Marc Glisse  <marc.glisse@inria.fr>
      
      	* gcc.dg/tree-ssa/forwprop-19.c: Check in forwprop1.
      	* gcc.dg/tree-ssa/forwprop-20.c: Check in forwprop1.
      	* gcc.dg/tree-ssa/forwprop-21.c: Check in copyprop1.
      	* gcc.dg/tree-ssa/forwprop-22.c: Check in copyprop1.
      
      From-SVN: r191560
      Marc Glisse committed
    • 2012-09-20 Chen Wei-Ren <chenwj@iis.sinica.edu.tw> · a77fa1fc
      	doc/lto.texi: Correct typo.
      
      From-SVN: r191559
      Chen Wei-Ren committed
    • compiler: Fix struct hash and equality with _ fields. · 6c74ce92
      From-SVN: r191511
      Ian Lance Taylor committed
    • s390.c (s390_chunkify_start): Replacing INSN_LOCATOR. · 9d12bc68
      2012-09-19  Dehao Chen  <dehao@google.com>
      
      	* config/s390/s390.c (s390_chunkify_start): Replacing INSN_LOCATOR.
      	* config/spu/spu.c (emit_nop_for_insn): Likewise.
      	(pad_bb): Likewise.
      	(spu_emit_branch_hint): Likewise.
      	(insert_hbrp_for_ilb_runout): Likewise.
      	* config/mep/mep.c (mep_make_bundle): Likewise.
      	(mep_bundle_insns): Likewise.
      	* config/sh/sh.c (gen_block_redirect): Likewise.
      	* config/c6x/c6x.c (gen_one_bundle): Likewise.
      	* config/rs6000/rs6000.c (rs6000_final_prescan_insn): Likewise.
      	* config/picochip/picochip.c (picochip_reorg): Likewise.
      	* config/arm/arm.c (require_pic_register): Likewise.
      	* config/mips/mips.c (mips16_gp_pseudo_reg): Likewise.
      	* config/bfin/bfin.c (gen_one_bundle): Likewise.
      
      From-SVN: r191510
      Dehao Chen committed
    • re PR libstdc++/28811 (--with-pic vs static libraries and libstdc++) · ac6d1200
      2012-09-18  Benjamin Kosnik  <bkoz@redhat.com>
      
              PR libstdc++/28811
              PR libstdc++/54482
              * configure.ac (glibcxx_lt_pic_flag,
                glibcxx_compiler_pic_flag,
                glibcxx_compiler_shared_flag): New. Use them.
              (lt_prog_compiler_pic_CXX): Set via glibcxx_*_flag(s) above.
              (pic_mode): Set to default.
              (PIC_CXXFLAGS): Remove.
              * Makefile.am (PICFLAG, PICFLAG_FOR_TARGET): Remove. Comment.
              * libsupc++/Makefile.am: Use glibcxx_ld_pic_flag and
                glibcxx_compiler_shared_flag. Comment.
              * src/c++11/Makefile.am: Same.
              * src/c++98/Makefile.am: Same.
              * src/Makefile.am: Use glibcxx_compiler_pic_flag.
      
              * Makefile.in: Regenerated.
              * aclocal.m4: Same.
              * configure: Same.
              * doc/Makefile.in: Same.
              * include/Makefile.in: Same.
              * libsupc++/Makefile.in: Same.
              * po/Makefile.in: Same.
              * python/Makefile.in: Same.
              * src/Makefile.in: Same.
              * src/c++11/Makefile.in: Same.
              * src/c++98/Makefile.in: Same.
              * testsuite/Makefile.in: Same.
      
              * src/c++11/compatibility-atomic-c++0x.cc: Use
                _GLIBCXX_SHARED instead of PIC to designate shared-only
                code blocks.
              * src/c++11/compatibility-c++0x.cc: Same.
              * src/c++11/compatibility-thread-c++0x.cc: Same.
              * src/c++98/compatibility-list-2.cc: Same.
              * src/c++98/compatibility.cc: : Same.
      
              * testsuite/17_intro/shared_with_static_deps.cc: New.
      
              * doc/xml/manual/build_hacking.xml: Separate configure from
              make/build issues, add build details.
      
      From-SVN: r191509
      Benjamin Kosnik committed
    • config.host (hppa-*-openbsd*): New target. · 17f293b0
      libgcc/:
      
              * config.host (hppa-*-openbsd*): New target.
              * config/pa/t-openbsd: New file.
      
      gcc:/
      
              * config.gcc (hppa*-*-openbsd*): New target.
              * config/pa/pa-openbsd.h: New file.
              * config/pa/pa32-openbsd.h: New file.
              * config/host-openbsd.c: Update copyright year.
              (TRY_EXCEPT_VM_SPACE): Define for OpenBSD/hppa.
      
      From-SVN: r191508
      Mark Kettenis committed
    • Daily bump. · f8f72892
      From-SVN: r191506
      GCC Administrator committed
  2. 19 Sep, 2012 30 commits
    • configure.ac: Only use GCC_CHECK_UNWIND_GETIPINFO when compiled as a target library. · 64b89453
      	* configure.ac: Only use GCC_CHECK_UNWIND_GETIPINFO when compiled
      	as a target library.
      	* configure: Rebuild.
      
      From-SVN: r191503
      Ian Lance Taylor committed
    • ipa-prop.c (prune_expression_for_jf): New function. · 7f7c8190
      2012-09-19  Martin Jambor  <mjambor@suse.cz>
      
      	* ipa-prop.c (prune_expression_for_jf): New function.
      	(ipa_set_jf_constant): Use it.
      	(ipa_set_jf_arith_pass_through): Likewise.
      	(determine_known_aggregate_parts): Likewise.
      
      From-SVN: r191502
      Martin Jambor committed
    • configure.ac: Add mips*-mti-elf* target. · d91491e5
      2012-09-19  Steve Ellcey  <sellcey@mips.com>
      
      	* configure.ac: Add mips*-mti-elf* target.
      	* configure: Regenerate.
      
      From-SVN: r191501
      Steve Ellcey committed
    • re PR c++/54581 (decltype and opaque vector types) · 7cea661c
      2012-09-19  Marc Glisse  <marc.glisse@inria.fr>
      
      	PR c++/54581
      
      gcc/cp/
      	* semantics.c (finish_decltype_type): Make vectors not opaque.
      
      gcc/testsuite/
      	* g++.dg/cpp0x/decltype-54581.C: New testcase.
      
      From-SVN: r191500
      Marc Glisse committed
    • mt-sde: Change -mcode-xonly to -mcode-readable=pcrel. · b7f401de
      2012-09-19  Steve Ellcey  <sellcey@mips.com>
      
      	* mt-sde: Change -mcode-xonly to -mcode-readable=pcrel.
      
      From-SVN: r191499
      Steve Ellcey committed
    • pr37362.c: Add mips*-mti-elf exception. · 5a0d8c33
      2012-09-19  Steve Ellcey  <sellcey@mips.com>
      
      	* gcc.target/mips/pr37362.c: Add mips*-mti-elf exception.
      
      From-SVN: r191497
      Steve Ellcey committed
    • config.gcc (mips*-mti-elf*): New target. · 992bcfac
      2012-09-19  Steve Ellcey  <sellcey@mips.com>
      
      	* config.gcc (mips*-mti-elf*): New target.
      	* config/mips/mti-elf.h: New file.
      	* config/mips/t-mti-elf: New file.
      
      From-SVN: r191496
      Steve Ellcey committed
    • Integrate lexical block into source_location. · 5368224f
      gcc:
      	2012-09-19  Dehao Chen  <dehao@google.com>
      
      	* toplev.c (general_init): Init block_locations.
      	* tree.c (tree_set_block): New.
      	(tree_block): Change to use LOCATION_BLOCK.
      	* tree.h (TREE_SET_BLOCK): New.
      	* final.c (reemit_insn_block_notes): Change to use LOCATION_BLOCK.
      	(final_start_function): Likewise.
      	* input.c (expand_location_1): Likewise.
      	* input.h (LOCATION_LOCUS): New.
      	(LOCATION_BLOCK): New.
      	(IS_UNKNOWN_LOCATION): New.
      	* fold-const.c (expr_location_or): Change to use new location.
      	* reorg.c (emit_delay_sequence): Likewise.
      	(try_merge_delay_insns): Likewise.
      	* modulo-sched.c (dump_insn_location): Likewise.
      	* lto-streamer-out.c (lto_output_location_bitpack): Likewise.
      	* lto-cgraph.c (output_node_opt_summary): Likewise.
      	* jump.c (rtx_renumbered_equal_p): Likewise.
      	* ifcvt.c (noce_try_move): Likewise.
      	(noce_try_store_flag): Likewise.
      	(noce_try_store_flag_constants): Likewise.
      	(noce_try_addcc): Likewise.
      	(noce_try_store_flag_mask): Likewise.
      	(noce_try_cmove): Likewise.
      	(noce_try_cmove_arith): Likewise.
      	(noce_try_minmax): Likewise.
      	(noce_try_abs): Likewise.
      	(noce_try_sign_mask): Likewise.
      	(noce_try_bitop): Likewise.
      	(noce_process_if_block): Likewise.
      	(cond_move_process_if_block): Likewise.
      	(find_cond_trap): Likewise.
      	* ipa-prop.c (ipa_set_jf_constant): Likewise.
      	(ipa_write_jump_function): Likewise.
      	* dwarf2out.c (add_src_coords_attributes): Likewise.
      	* expr.c (expand_expr_real): Likewise.
      	* tree-parloops.c (create_loop_fn): Likewise.
      	* recog.c (peep2_attempt): Likewise.
      	* function.c (free_after_compilation): Likewise.
      	(expand_function_end): Likewise.
      	(set_insn_locations): Likewise.
      	(thread_prologue_and_epilogue_insns): Likewise.
      	* print-rtl.c (print_rtx): Likewise.
      	* profile.c (branch_prob): Likewise.
      	* trans-mem.c (ipa_tm_scan_irr_block): Likewise.
      	* gimplify.c (gimplify_call_expr): Likewise.
      	* except.c (duplicate_eh_regions_1): Likewise.
      	* emit-rtl.c (try_split): Likewise.
      	(make_insn_raw): Likewise.
      	(make_debug_insn_raw): Likewise.
      	(make_jump_insn_raw): Likewise.
      	(make_call_insn_raw): Likewise.
      	(emit_pattern_after_setloc): Likewise.
      	(emit_pattern_after): Likewise.
      	(emit_debug_insn_after): Likewise.
      	(emit_pattern_before): Likewise.
      	(emit_insn_before_setloc): Likewise.
      	(emit_jump_insn_before): Likewise.
      	(emit_call_insn_before_setloc): Likewise.
      	(emit_call_insn_before): Likeise.
      	(emit_debug_insn_before_setloc): Likewise.
      	(emit_copy_of_insn_after): Likewise.
      	(insn_locators_alloc): Remove.
      	(insn_locators_finalize): Remove.
      	(insn_locators_free): Remove.
      	(set_curr_insn_source_location): Remove.
      	(get_curr_insn_source_location): Remove.
      	(set_curr_insn_block): Remove.
      	(get_curr_insn_block): Remove.
      	(locator_scope): Remove.
      	(insn_scope): Change to use new location.
      	(locator_location): Remove.
      	(insn_line): Change to use new location.
      	(locator_file): Remove.
      	(insn_file): Change to use new location.
      	(locator_eq): Remove.
      	(insn_locations_init): New.
      	(insn_locations_finalize): New.
      	(set_curr_insn_location): New.
      	(curr_insn_location): New.
      	* cfgexpand.c (gimple_assign_rhs_to_tree): Change to use new location.
      	(expand_gimple_cond): Likewise.
      	(expand_call_stmt): Likewise.
      	(expand_gimple_stmt_1): 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.
      	(remove_unused_locals): Likewise.
      	* rtl.c (rtx_equal_p_cb): Likewise.
      	(rtx_equal_p): Likewise.
      	* rtl.h (XUINT): New.
      	(INSN_LOCATOR): Remove.
      	(CURR_INSN_LOCATION): Remove.
      	(INSN_LOCATION): New.
      	(INSN_HAS_LOCATION): New.
      	* tree-inline.c (remap_gimple_op_r): Change to use new location.
      	(copy_tree_body_r): Likewise.
      	(copy_phis_for_bb): Likewise.
      	(expand_call_inline): Likewise.
      	* tree-streamer-in.c (lto_input_ts_exp_tree_pointers): Likewise.
      	* tree-streamer-out.c (write_ts_decl_minimal_tree_pointers): Likewise.
      	* gimple-streamer-out.c (output_gimple_stmt): Likewise.
      	* combine.c (try_combine): Likewise.
      	* tree-outof-ssa.c (set_location_for_edge): Likewise.
      	(insert_partition_copy_on_edge): Likewise.
      	(insert_value_copy_on_edge): Likewise.
      	(insert_rtx_to_part_on_edge): Likewise.
      	(insert_part_to_rtx_on_edge): Likewise.
      	* basic-block.h (edge_def): Remove field.
      	* gimple.h (gimple_statement_base): Remove field.
      	(gimple_bb): Change to use new location.
      	(gimple_set_block): Likewise.
      	(gimple_has_location): Likewise.
      	* tree-cfg.c (make_cond_expr_edges): Likewise.
      	(make_goto_expr_edges): Likewise.
      	(gimple_can_merge_blocks_p): Likewise.
      	(move_stmt_op): Likewise.
      	(move_block_to_fn): Likewise.
      	* config/alpha/alpha.c (alpha_output_mi_thunk_osf): Likewise.
      	* config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
      	* config/i386/i386.c (x86_output_mi_thunk): Likewise.
      	* config/tilegx/tilegx.c (tilegx_output_mi_thunk): Likewise.
      	* config/sh/sh.c (sh_output_mi_thunk): Likewise.
      	* config/ia64/ia64.c (ia64_output_mi_thunk): Likewise.
      	* config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
      	* config/score/score.c (score_output_mi_thunk): Likewise.
      	* config/tilepro/tilepro.c (tilepro_asm_output_mi_thunk): Likewise.
      	* config/mips/mips.c (mips_output_mi_thunk): Likewise.
      	* cfgrtl.c (unique_locus_on_edge_between_p): Likewise.
      	(unique_locus_on_edge_between_p): Likewise.
      	(emit_nop_for_unique_locus_between): Likewise.
      	(force_nonfallthru_and_redirect): Likewise.
      	(fixup_reorder_chain): Likewise.
      	(cfg_layout_merge_blocks): Likewise.
      	* stmt.c (emit_case_nodes): Likewise.
      
      gcc/lto:
      	2012-09-19  Dehao Chen  <dehao@google.com>
      
      	* lto/lto.c (lto_fixup_prevailing_decls): Remove tree.exp.block field.
      
      libcpp:
      	2012-09-19  Dehao Chen  <dehao@google.com>
      
      	* include/line-map.h (MAX_SOURCE_LOCATION): New value.
      	(location_adhoc_data_fini): New.
      	(get_combined_adhoc_loc): New.
      	(get_data_from_adhoc_loc): New.
      	(get_location_from_adhoc_loc): New.
      	(location_adhoc_data_map): New.
      	(COMBINE_LOCATION_DATA): New.
      	(IS_ADHOC_LOC): New.
      	(expanded_location): New field.
      	(line_maps): New field.
      	* line-map.c (location_adhoc_data): New.
      	(location_adhoc_data_hash): New.
      	(location_adhoc_data_eq): New.
      	(location_adhoc_data_update): New.
      	(get_combined_adhoc_loc): New.
      	(get_data_from_adhoc_loc): New.
      	(get_location_from_adhoc_loc): New.
      	(location_adhoc_data_init): New.
      	(location_adhoc_data_fini): New.
      	(linemap_init): Initialize location_adhoc_data.
      	(linemap_lookup): Change to use new location.
      	(linemap_ordinary_map_lookup): Likewise.
      	(linemap_macro_map_lookup): Likewise.
      	(linemap_macro_map_loc_to_def_point): Likewise.
      	(linemap_macro_map_loc_unwind_toward_spel): Likewise.
      	(linemap_get_expansion_line): Likewise.
      	(linemap_get_expansion_filename): Likewise.
      	(linemap_location_in_system_header_p): Likewise.
      	(linemap_location_from_macro_expansion_p): Likewise.
      	(linemap_macro_loc_to_spelling_point): Likewise.
      	(linemap_macro_loc_to_def_point): Likewise.
      	(linemap_macro_loc_to_exp_point): Likewise.
      	(linemap_resolve_location): Likewise.
      	(linemap_unwind_toward_expansion): Likewise.
      	(linemap_unwind_to_first_non_reserved_loc): Likewise.
      	(linemap_expand_location): Likewise.
      	(linemap_dump_location): Likewise.
      	(linemap_line_start): Likewise.
      
      From-SVN: r191494
      Dehao Chen committed
    • dbgcnt.def (sched_breakdep): New counter. · 1a83e602
      	* dbgcnt.def (sched_breakdep): New counter.
      	* haifa-sched.c (update_insn_after_change): New static function,
      	broken out of haifa_change_pattern.
      	(haifa_change_pattern): Call it.
      	(dep_t heap vecs): Declare.
      	(INSN_COST): Define earlier.
      	(next_cycle_replace_deps, next_cycle_apply): New static
      	variables.
      	(apply_replacement): New static function.
      	(recompute_todo_spec): New argument FOR_BACKTRACK.  All callers
      	changed.  Handle DEP_REPLACE deps.
      	(contributes_to_priority_p): False for replaceable deps.
      	(must_restore_pattern_p, restore_pattern): New static functions.
      	(schedule_insn): Use them.  Apply replacements for broken deps.
      	(struct haifa_saved_data): Add new fields to keep track of
      	replacements.
      	(save_backtrack_point): Initialize them.
      	(undo_replacements_for_backtrack): New static function.
      	(restore_last_backtrack_point, free_topmost_backtrack_point):
      	Use it and keep track of replacements.
      	(perform_replacements_new_cycle, undo_all_replacements): New static
      	functions.
      	(schedule_block): Call these two as necessary.  Call
      	find_modifiable_mems.
      	(try_ready): Tweak the assert.  Check for DEP_POSTPONED.
      	* sched-deps.c: Include "emit-rtl.h".
      	(init_dep_1): Initialize DEP_NONREG, DEP_MULTIPLE and DEP_REPLACE.
      	(dep_spec_p): True for DEP_REPLACE deps.
      	(mark_as_hard): New static variable.
      	(update_dep): Update DEP_NONREG and DEP_MULTIPLE.
      	(add_dependence_list): New argument hard.  All callers changed.  Set
      	and clear mark_as_hard around function body.
      	(add_dependence_list_and_free): Likewise.
      	(haifa_note_mem_dep): Set DEP_NONREG.
      	(haifa_note_dep): Likewise if mark_as_hard is true.
      	(sched_analyze_insn): Switch loop with if statement testing for
      	sel_sched_p.
      	(struct mem_inc_info): New.
      	(attempt_change, parse_add_or_inc, find_inc, find_mem): New static
      	functions.
      	(find_modifiable_mems): New function.
      	* sched-int.h (struct dep_replacement): New.
      	(struct _dep): Add replace, nonreg and multiple fields.  Make type and
      	cost bitfields.
      	(UNKNOWN_DEP_COST): Change to match the bitfield.
      	(DEP_NONREG, DEP_MULTIPLE, DEP_REPLACE): New macros.
      	(DEP_POSTPONED): New macro.
      	(DEP_CANCELLED): Renumber.
      	(find_modifiable_mems): Declare.
      	(enum SCHED_FLAGS): Add DONT_BREAK_DEPENDENCIES.
      	* sched-rgn.c (init_ready_list): Set TODO_SPEC here.
      	(new_ready): Don't set HARD_DEP, use DEP_POSTPONED.
      	(debug_dependencies): Dump DEP_NONREG and DEP_MULTIPLE.
      	* Makefile.in (sched-deps.o): Update dependencies.
      	* config/c6x/c6x.c (in_hwloop): New static variable.
      	(c6x_set_sched_flags): If it is true, add DONT_BREAK_DEPENDENCIES.
      	(hwloop_optimize): Set and clear it around preliminary scheduling
      	pass.
      
      From-SVN: r191493
      Bernd Schmidt committed
    • ppc-get-timebase.c: New file. · 7b49d6db
      2012-09-19  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
      
              * gcc.target/powerpc/ppc-get-timebase.c: New file.
              * gcc.target/powerpc/ppc-mftb.c: New file.
      
      From-SVN: r191492
      Tulio Magno Quites Machado Filho committed
    • [multiple changes] · 0efbf084
      2012-09-19  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
      
              * config/rs6000/rs6000-builtin.def: Add __builtin_ppc_get_timebase
              and __builtin_ppc_mftb.
              * config/rs6000/rs6000.c (rs6000_expand_zeroop_builtin): New
              function to expand an expression that calls a built-in without
              arguments.
              (rs6000_expand_builtin): Add __builtin_ppc_get_timebase and
              __builtin_ppc_mftb.
              (rs6000_init_builtins): Likewise.
              * config/rs6000/rs6000.md (rs6000_get_timebase): New pattern.
              (rs6000_get_timebase_ppc32): New pattern.
              (rs6000_mftb_<mode>): New pattern.
      
              * doc/extend.texi (PowerPC Built-in Functions): New section.
              (PowerPC AltiVec/VSX Built-in Functions):
              Move some built-ins unrelated to Altivec/VSX to the new section.
      
      2012-09-19  David Edelsohn  <dje.gcc@gmail.com>
      
              * rs6000.md (mac*): Remove extra spaces.
              (mulhw*): Same.
      
      From-SVN: r191491
      David Edelsohn committed
    • re PR target/54089 ([SH] Refactor shift patterns) · 4eddc42b
      	PR target/54089
      	* config/sh/predicates.md (arith_reg_or_t_reg_operand): New predicate.
      	* config/sh/sh.md (*rotcr): Use arith_reg_or_t_reg_operand predicate.
      	Handle the case where one of the operands is T_REG.
      	Add new pattern to handle MSB extraction.
      
      	PR target/54089
      	* gcc.target/sh/pr54089-1.c (test_11, test_12, test_13, test_14): New
      	functions.
      
      From-SVN: r191490
      Oleg Endo committed
    • re PR target/54236 ([SH] Improve addc and subc insn utilization) · 8b75f550
      	PR target/54236
      	* config/sh/sh.md (*addc): Add pattern to handle one bit left shifts.
      
      	PR target/54236
      	* gcc.target/sh/pr54236-1.c (test_08): Add one bit left shift case.
      
      From-SVN: r191489
      Oleg Endo committed
    • sh.md (prologue, epilogue): Use braced strings. · 68965312
      	* config/sh/sh.md (prologue, epilogue): Use braced strings.
      
      From-SVN: r191488
      Oleg Endo committed
    • compiler: Ignore byte-order-mark at start of file. · 69d4d74d
      From-SVN: r191485
      Ian Lance Taylor committed
    • re PR rtl-optimization/54290 (wrong code at -O2 with large offset) · 17fff17b
      	PR rtl-optimization/54290
      	* reload1.c (choose_reload_regs): Also take into account secondary MEMs
      	to remove address replacements for inherited reloads.
      	(replaced_subreg): Move around.
      
      From-SVN: r191484
      Eric Botcazou committed
    • * cpplib.pot: Regenerate. · 5b156fea
      From-SVN: r191483
      Joseph Myers committed
    • * gcc.pot: Regenerate. · 58420e6b
      From-SVN: r191482
      Joseph Myers committed
    • aix61.h (TARGET_DEFAULT): Add MASK_PPC_GPOPT, MASK_PPC_GFXOPT, and MASK_MFCRF. · d36481c6
              * config/rs6000/aix61.h (TARGET_DEFAULT): Add MASK_PPC_GPOPT,
              MASK_PPC_GFXOPT, and MASK_MFCRF.
      
      From-SVN: r191480
      David Edelsohn committed
    • c-torture.exp (TORTURE_OPTIONS): Add -Og -g. · 471dc06d
      2012-09-19  Richard Guenther  <rguenther@suse.de>
      
      	* lib/c-torture.exp (TORTURE_OPTIONS): Add -Og -g.
      
      From-SVN: r191478
      Richard Guenther committed
    • passes.c (init_optimization_passes): For -Og move pass_object_sizes inbetween CCP and copyprop. · 2d5fec4e
      2012-09-19  Richard Guenther  <rguenther@suse.de>
      
      	* passes.c (init_optimization_passes): For -Og move
      	pass_object_sizes inbetween CCP and copyprop.
      
      From-SVN: r191476
      Richard Guenther committed
    • configure.ac (GCC_HEADER_STDINT): Invoke. · 76850556
              * configure.ac (GCC_HEADER_STDINT): Invoke.
              * backtrace.h: If we can't find <stdint.h>, use "gstdint.h".
              * btest.c: Don't include <stdint.h>.
              * dwarf.c: Likewise.
              * configure, aclocal.m4, Makefile.in, config.h.in: Rebuild.
      
      Co-Authored-By: Ian Lance Taylor <iant@google.com>
      
      From-SVN: r191474
      Rainer Orth committed
    • builtin-unreachable-6.c: Adjust. · fb522d96
      2012-09-19  Richard Guenther  <rguenther@suse.de>
      
      	* gcc.dg/builtin-unreachable-6.c: Adjust.
      
      From-SVN: r191472
      Richard Guenther committed
    • builtin-object-size-10.c: Adjust. · 56f9667f
      2012-09-19  Richard Guenther  <rguenther@suse.de>
      
      	* gcc.dg/builtin-object-size-10.c: Adjust.
      	* gcc.dg/builtin-unreachable-5.c: Adjust.
      	* gcc.dg/tree-ssa/builtin-fprintf-1.c: Adjust.
      	* gcc.dg/tree-ssa/builtin-fprintf-chk-1.c: Adjust.
      	* gcc.dg/tree-ssa/builtin-printf-1.c: Adjust.
      	* gcc.dg/tree-ssa/builtin-printf-chk-1.c: Adjust.
      	* gcc.dg/tree-ssa/builtin-vfprintf-1.c: Adjust.
      	* gcc.dg/tree-ssa/builtin-vfprintf-chk-1.c: Adjust.
      	* gcc.dg/tree-ssa/builtin-vprintf-1.c: Adjust.
      	* gcc.dg/tree-ssa/builtin-vprintf-chk-1.c: Adjust.
      	* gcc.dg/tree-ssa/ssa-ccp-10.c: Adjust.
      	* gcc.dg/vect/vec-scal-opt.c: Adjust.
      	* gcc.dg/vect/vec-scal-opt1.c: Adjust.
      	* gcc.dg/vect/vec-scal-opt2.c: Adjust.
      
      From-SVN: r191468
      Richard Guenther committed
    • tree-ssa-forwprop.c (get_prop_source_stmt): Simplify. · ef78c9c7
      2012-09-19  Richard Guenther  <rguenther@suse.de>
      
      	* tree-ssa-forwprop.c (get_prop_source_stmt): Simplify.
      
      From-SVN: r191467
      Richard Guenther committed
    • symtab.c (insert_to_assembler_name_hash): Do not insert register vars. · b5493fb2
      
      	* symtab.c (insert_to_assembler_name_hash): Do not insert
      	register vars.
      	(unlink_from_assembler_name_hash): NULL out pointers of unlinked
      	var.
      	(symtab_prevail_in_asm_name_hash): New.
      	(symtab_initialize_asm_name_hash): Break out from ...
      	(symtab_node_for_asm): ... here.
      	(dump_symtab_base): Dump LTO file data.
      	(verify_symtab_base): Register vars are not in symtab.
      	* cgraph.h (symtab_initialize_asm_name_hash,
      	symtab_prevail_in_asm_name_hash): New functions.
      	(symtab_real_symbol_p): New inline.
      	* lto-symtab.c: Do not include gt-lto-symtab.h.
      	(lto_symtab_entry_def): Remove.
      	(lto_symtab_entry_t): Remove.
      	(lto_symtab_identifiers): Remove.
      	(lto_symtab_free): Remove.
      	(lto_symtab_entry_hash): Remove.
      	(lto_symtab_entry_eq): Remove.
      	(lto_symtab_entry_marked_p): Remove.
      	(lto_symtab_maybe_init_hash_table): Remove.
      	(resolution_guessed_p, set_resolution_guessed): New functions.
      	(lto_symtab_register_decl): Only set resolution info.
      	(lto_symtab_get, lto_symtab_get_resolution): Remove.
      	(lto_symtab_merge): Reorg to work across symtab; do nothing if decls
      	are same.
      	(lto_symtab_resolve_replaceable_p): Reorg to work on symtab.
      	(lto_symtab_resolve_can_prevail_p): Likewise; only real symbols can
      	prevail.
      	(lto_symtab_resolve_symbols): Reorg to work on symtab.
      	(lto_symtab_merge_decls_2): Likewise.
      	(lto_symtab_merge_decls_1): Likewise; add debug dumps.
      	(lto_symtab_merge_decls): Likewise; do not merge at ltrans stage.
      	(lto_symtab_merge_cgraph_nodes_1): Reorg to work on symtab.
      	(lto_symtab_merge_cgraph_nodes): Likewise; do not merge at ltrans stage.
      	(lto_symtab_prevailing_decl): Rewrite to lookup into symtab.
      	* lto-streaer.h (lto_symtab_free): Remove.
      	* lto-cgraph.c (add_references): Cleanup.
      	* varpool.c (varpool_assemble_decl): Skip hard regs.
      
      	* lto.c (lto_materialize_function): Update confused comment.
      	(read_cgraph_and_symbols): Do not free symtab.
      
      From-SVN: r191466
      Jan Hubicka committed
    • re PR other/53316 (Introduce -Og) · 9745abfd
      2012-09-19  Richard Guenther  <rguenther@suse.de>
      
      	PR other/53316
      	* common/common-target.h (OPT_LEVELS_1_PLUS_NOT_DEBUG): Add.
      
      From-SVN: r191465
      Richard Guenther committed
    • re PR other/53316 (Introduce -Og) · bf7a7185
      2012-09-19  Richard Guenther  <rguenther@suse.de>
      
      	PR other/53316
      	* common.opt (optimize_debug): New variable.
      	(Og): New optimization level.
      	* doc/invoke.texi (Og): Document.
      	* opts.c (maybe_default_option): Add debug parameter.
      	(maybe_default_options): Likewise.
      	(default_options_optimization): Handle -Og.
      	(common_handle_option): Likewise.
      	* passes.c (gate_all_optimizations): Do not run with -Og.
      	(gate_all_optimizations_g): New gate, run with -Og.
      	(pass_all_optimizations_g): New container pass, run with -Og.
      	(init_optimization_passes): Schedule pass_all_optimizations_g
      	alongside pass_all_optimizations.
      
      From-SVN: r191464
      Richard Guenther committed
    • re PR tree-optimization/54132 (Incorrect loop transformation with -ftree-loop-distribute-patterns) · f20132e7
      2012-09-19  Richard Guenther  <rguenther@suse.de>
      
      	PR tree-optimization/54132
      	* tree-loop-distribution.c (classify_partition): Properly
      	check dependences for memmove.
      	* tree-data-ref.h (compute_affine_dependence): Declare.
      	* tree-data-ref.c (compute_affine_dependence): Export.
      
      	* gcc.dg/tree-ssa/ldist-21.c: New testcase.
      	* gcc.dg/torture/pr54132.c: Likewise.
      
      From-SVN: r191463
      Richard Guenther committed
    • re PR middle-end/54364 (Tail call jumps not threaded) · f7d0c571
      	PR middle-end/54364
      	* bb-reorder.c (connect_better_edge_p): New added.
      	(find_traces_1_round): When optimizing for size, ignore edge frequency
      	and probability, and handle all in one round.
      	(bb_to_key): Use bb->index as key when optimizing for size.
      	(better_edge_p): The bb with smaller index is better when optimizing
      	for size.
      	(connect_traces): When optimizing for size, connect block n with
      	block n + 1; connect trace m with trace m + 1 if falling through.
      	(gate_handle_reorder_blocks): Enable bbro when optimizing for -Os.
      
      From-SVN: r191462
      Zhenqiang Chen committed