1. 08 Feb, 2014 1 commit
  2. 07 Feb, 2014 31 commits
  3. 06 Feb, 2014 8 commits
    • re PR rtl-optimization/60030 (ICE in simplify_subreg, at simplify-rtx.c:5903) · 47d552eb
      	PR rtl-optimization/60030
      	* internal-fn.c (ubsan_expand_si_overflow_mul_check): Surround
      	lopart with paradoxical subreg before shifting it up by hprec.
      
      From-SVN: r207582
      Jakub Jelinek committed
    • [ARM] Cortex-A57 rtx costs · 45c75ea7
      	* config/arm/aarch-cost-tables.h (cortexa57_extra_costs): New table.
      	Remove extra newline at end of file.
      	* config/arm/arm.c (arm_cortex_a57_tune): New tuning struct.
      	(arm_issue_rate): Handle cortexa57.
      	* config/arm/arm-cores.def (cortex-a57): Use cortex_a57 tuning.
      	(cortex-a57.cortex-a53): Likewise.
      
      From-SVN: r207565
      Kyrylo Tkachov committed
    • re PR debug/59575 (ICE in maybe_record_trace_start, at dwarf2cfi.c:2239) · 69fe2dfb
      	PR target/59575
      	* config/arm/arm.c (emit_multi_reg_push): Add dwarf_regs_mask argument,
      	don't record in REG_FRAME_RELATED_EXPR registers not set in that
      	bitmask.
      	(arm_expand_prologue): Adjust all callers.
      	(arm_unwind_emit_sequence): Allow saved, but not important for unwind
      	info, registers also at the lowest numbered registers side.  Use
      	gcc_assert instead of abort, and SET_SRC/SET_DEST macros instead of
      	XEXP.
      
      	* gcc.target/arm/pr59575.c: New test.
      
      From-SVN: r207564
      Jakub Jelinek committed
    • re PR debug/59575 (ICE in maybe_record_trace_start, at dwarf2cfi.c:2239) · 652a3e3a
      	PR target/59575
      	* config/arm/arm.c (emit_multi_reg_push): Add dwarf_regs_mask argument,
      	don't record in REG_FRAME_RELATED_EXPR registers not set in that
      	bitmask.
      	(arm_expand_prologue): Adjust all callers.
      	(arm_unwind_emit_sequence): Allow saved, but not important for unwind
      	info, registers also at the lowest numbered registers side.  Use
      	gcc_assert instead of abort, and SET_SRC/SET_DEST macros instead of
      	XEXP.
      
      	* gcc.target/arm/pr59575.c: New test.
      
      From-SVN: r207563
      Jakub Jelinek committed
    • re PR debug/59992 (Compilation of insn-recog.c too slow due to var-tracking) · af116cae
      	PR debug/59992
      	* var-tracking.c (adjust_mems): Before adding a SET
      	to amd->side_effects, adjust it's SET_SRC using
      	simplify_replace_fn_rtx.
      
      	* gcc.dg/pr59992.c: New test.
      
      From-SVN: r207562
      Jakub Jelinek committed
    • constexpr-attribute2.C: Restrict to target init_priority. · 0f5e5e02
      2014-02-06  Marc Glisse  <marc.glisse@inria.fr>
      
      	* g++.dg/cpp0x/constexpr-attribute2.C: Restrict to target
      	init_priority. Test alignment of variable instead of function.
      
      From-SVN: r207561
      Marc Glisse committed
    • Code clean ups. · f29afe5f
      From-SVN: r207560
      Arnaud Charlet committed
    • [multiple changes] · aa9b151a
      2014-02-06  Hristian Kirtchev  <kirtchev@adacore.com>
      
      	* sem_prag.adb (Analyze_Refined_Pragma): Remove
      	local variable Pack_Spec. Refinement pragmas may now apply to
      	bodies of both visible and private subprograms.
      
      2014-02-06  Robert Dewar  <dewar@adacore.com>
      
      	* exp_attr.adb (Expand_Loop_Entry_Attribute):
      	Minor change (Attr => N) (Expand_Pred_Succ): New name
      	Expand_Pred_Succ_Attribute (Expand_N_Attribute_Reference, case
      	Max): Expand into if expression if Modify_Tree_For_C mode.
      	(Expand_N_Attribute_Reference, case Min): ditto
      	* sinfo.ads: Modify_Tree_For_C takes care of expanding Min and
      	Max attributes.
      
      2014-02-06  Ed Schonberg  <schonberg@adacore.com>
      
      	* sem_ch3.adb (Analyze_Object_Declaration): Do not generate
      	predicate check if this is an internal declaration with
      	No_Initialization set, as for an expanded aggregate component.
      
      2014-02-06  Doug Rupp  <rupp@adacore.com>
      
      	* init.c (__gnat_default_resignal_p) [VMS]: Test for and resignal
      	conditions with severity of "SUCCESS" or "INFORMATIONAL".
      
      From-SVN: r207559
      Arnaud Charlet committed