1. 22 Mar, 2017 8 commits
  2. 21 Mar, 2017 27 commits
  3. 20 Mar, 2017 5 commits
    • combine: Fix 79910 · e091a0fe
      If the dest of an I0 or I1 is used in an insn before I2, as can happen
      in various uncommon cases, and we manage to do the combination, the set
      is moved to I2, which is wrong.  Don't allow combining the insns in this
      case.
      
      
      	PR rtl-optimization/79910
      	* combine.c (can_combine_p): Do not allow combining an I0 or I1
      	if its dest is used by an insn before I2 (other than the combined
      	insns themselves, which are properly handled already).
      
      From-SVN: r246297
      Segher Boessenkool committed
    • Revert: · 366e9446
      	2017-03-17  Bernd Schmidt  <bschmidt@redhat.com>
      
      	* combine.c (record_used_regs): New static function.
      	(try_combine): Handle situations where there is an additional
      	instruction between I2 and I3 which needs to have a LOG_LINK
      	updated.
      
      	Revert:
      	2017-03-17  Jim Wilson  <jim.wilson@linaro.org>
      
      	* combine.c (try_combine): Delete redundant i1 test.  Call
      	prev_nonnote_nondebug_insn instead of prev_nonnote_insn.
      
      From-SVN: r246296
      Segher Boessenkool committed
    • * de.po, fr.po: Update. · 497e6150
      From-SVN: r246295
      Joseph Myers committed
    • stl_deque.h (deque): Access allocator value_type only if concept checks are enabled. · fe62dd04
      2017-03-20  François Dumont  <fdumont@gcc.gnu.org>
      
      	* include/bits/stl_deque.h (deque): Access allocator value_type only if
      	concept checks are enabled.
      	* include/bits/stl_stack.h (stack): Likewise.
      	* include/bits/stl_vector.h (vector): Likewise.
      	* include/bits/stl_list.h (list): Likewise and check
      	_SGIAssignableConcept only in C++03.
      	* include/bits/stl_map.h (map): Likewise.
      	* include/bits/stl_set.h (set): Likewise.
      	* include/bits/stl_multimap.h (multimap): Likewise.
      	* include/bits/stl_multiset.h (multiset): Likewise.
      	* include/bits/stl_queue.h (queue, priority_queue): Likewise.
      
      From-SVN: r246294
      François Dumont committed
    • re PR target/80083 (libgomp doacross2.f90 regtest fails with -mcpu=power9 -O1) · 92279d5f
      
      2017-03-20  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
      
      	PR target/80083
      	* config/rs6000/rs6000.md (*movsi_internal1): Fix constraints for
      	alternatives 13/14.
      
      From-SVN: r246293
      Aaron Sawdey committed