1. 11 Mar, 2014 11 commits
    • re PR libstdc++/60499 (non-reserved name in <debug/vector>) · 06dce007
      	PR libstdc++/60499
      	* include/debug/forward_list (forward_list::operator=(forward_list&&)):
      	Uglify name.
      	* include/debug/map (map::operator=(map&&)): Likewise.
      	* include/debug/multimap (multimap::operator=(multimap&&)): Likewise.
      	* include/debug/multiset (multiset::operator=(multiset&&)): Likewise.
      	* include/debug/set (set::operator=(set&&)): Likewise.
      	* include/debug/unordered_map
      	(unordered_map::operator=(unordered_map&&)): Likewise.
      	(unordered_multimap::operator=(unordered_multimap&&)): Likewise.
      	* include/debug/unordered_set
      	(unordered_set::operator=(unordered_set&&)): Likewise.
      	(unordered_multiset::operator=(unordered_multiset&&)): Likewise.
      	* include/debug/vector (vector::operator=(vector&&)): Likewise.
      	* testsuite/23_containers/forward_list/debug/60499.cc: New
      	* testsuite/23_containers/map/debug/60499.cc: New
      	* testsuite/23_containers/multimap/debug/60499.cc: New
      	* testsuite/23_containers/multiset/debug/60499.cc: New
      	* testsuite/23_containers/set/debug/60499.cc: New
      	* testsuite/23_containers/unordered_map/debug/60499.cc: New
      	* testsuite/23_containers/unordered_multimap/debug/60499.cc: New
      	* testsuite/23_containers/unordered_multiset/debug/60499.cc: New
      	* testsuite/23_containers/unordered_set/debug/60499.cc: New
      	* testsuite/23_containers/vector/debug/60499.cc: New
      
      From-SVN: r208490
      Jonathan Wakely committed
    • natObject.cc (_Jv_MonitorEnter): Add missing parenthesis around comparison with… · e24e31ef
      natObject.cc (_Jv_MonitorEnter): Add missing parenthesis around comparison with (address | LOCKED) in JvAssert.
      
      	* java/lang/natObject.cc (_Jv_MonitorEnter): Add missing parenthesis
      	around comparison with (address | LOCKED) in JvAssert.
      
      From-SVN: r208489
      Uros Bizjak committed
    • Fix arc_predicate_delay_insns ICE suring qt build: · bae56bbb
              * config/arc/arc.c (conditionalize_nonjump): New function, broken
              out of:
              (arc_ifcvt) .
              (arc_predicate_delay_insns): Use it.
      
      From-SVN: r208488
      Joern Rennecke committed
    • Fix post-reload predicate mismatch ICE during qt build: · 167ba5b9
              * config/arc/predicates.md (extend_operand): During/after reload,
              allow const_int_operand.
              * config/arc/arc.md (mulsidi3_700): Use extend_operand predicate.
              (umulsidi3_700): Likewise.  Change operand 2 constraint back to "cL".
              (mulsi3_highpart): Change operand 2 constraint alternatives 2 and 3
              to "i".
              (umulsi3_highpart_i): Likewise.
      
      From-SVN: r208487
      Joern Rennecke committed
    • * c.opt: Add -std=gnu++14. · a07f6ed2
      From-SVN: r208486
      Jason Merrill committed
    • tree-ssa-structalias.c (get_constraint_for_ptr_offset): Add asserts to guard… · dfd7d2d6
      tree-ssa-structalias.c (get_constraint_for_ptr_offset): Add asserts to guard possible wrong-code bugs.
      
      2014-03-11  Richard Biener  <rguenther@suse.de>
      
      	* tree-ssa-structalias.c (get_constraint_for_ptr_offset):
      	Add asserts to guard possible wrong-code bugs.
      
      From-SVN: r208485
      Richard Biener committed
    • re PR middle-end/60429 (Miscompilation (aliasing) with -finline-functions) · af1ab449
      2014-03-11  Richard Biener  <rguenther@suse.de>
      
      	PR tree-optimization/60429
      	PR tree-optimization/60485
      	* tree-ssa-structalias.c (set_union_with_increment): Properly
      	take into account all fields that overlap the shifted vars.
      	(do_sd_constraint): Likewise.
      	(do_ds_constraint): Likewise.
      	(get_constraint_for_ptr_offset): Likewise.
      
      	* gcc.dg/pr60485-1.c: New testcase.
      	* gcc.dg/pr60485-2.c: Likewise.
      
      From-SVN: r208479
      Richard Biener committed
    • nios2.c (machine_function): Add fp_save_offset field. · 747425d0
      2014-03-11  Chung-Lin Tang  <cltang@codesourcery.com>
      
      	* config/nios2/nios2.c (machine_function): Add fp_save_offset field.
      	(nios2_compute_frame_layout):
      	Add calculation of cfun->machine->fp_save_offset.
      	(nios2_expand_prologue): Correct setting of frame pointer register
      	in prologue.
      	(nios2_expand_epilogue): Update recovery of stack pointer from
      	frame pointer accordingly.
      	(nios2_initial_elimination_offset): Update calculation of offset
      	for eliminating to HARD_FRAME_POINTER_REGNUM.
      
      From-SVN: r208472
      Chung-Lin Tang committed
    • * sv.po: Update. · 8955706a
      From-SVN: r208470
      Joseph Myers committed
    • Daily bump. · bb11db17
      From-SVN: r208469
      GCC Administrator committed
  2. 10 Mar, 2014 9 commits
  3. 09 Mar, 2014 5 commits
  4. 08 Mar, 2014 11 commits
  5. 07 Mar, 2014 4 commits