1. 12 Mar, 2011 8 commits
  2. 11 Mar, 2011 20 commits
  3. 10 Mar, 2011 8 commits
  4. 09 Mar, 2011 4 commits
    • Solaris specific syslog support. · bef18456
      From-SVN: r170837
      Ian Lance Taylor committed
    • re PR rtl-optimization/47866 (gcc.dg/torture/vector-2.c fails on IA64) · db7ec035
      	PR rtl-optimization/47866
      	* expr.c (store_field): If MEM_SCALAR_P (target), don't use
      	MEM_SET_IN_STRUCT_P (to_rtx, 1), just set MEM_IN_STRUCT_P (to_rtx)
      	if target wasn't scalar.
      	* function.c (assign_stack_temp_for_type): Assert that neither
      	MEM_SCALAR_P nor MEM_IN_STRUCT_P is set previously, set either
      	MEM_IN_STRUCT_P or MEM_SCALAR_P instead of using MEM_SET_IN_STRUCT_P
      	macro.
      	* rtl.h (MEM_SET_IN_STRUCT_P): Removed.
      
      From-SVN: r170834
      Jakub Jelinek committed
    • libgo/README.gcc: Mention GCCGO_RUN_ALL_TESTS. · 0ad31341
      From-SVN: r170828
      Ian Lance Taylor committed
    • [multiple changes] · 60c5236e
      2011-03-09  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* testsuite/util/testsuite_rvalref.h: Minor tweaks.
      
      2011-03-09  Jonathan Wakely  <redi@gcc.gnu.org>
      	    Chris Jefferson  <chris@bubblescope.net>
      	    Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* testsuite/util/testsuite_rvalref.h (rvalstruct_compare_by_value):
      	New.
      	* testsuite/25_algorithms/sort_heap/check_compare_by_value.cc:
      	Likewise.
      	* testsuite/25_algorithms/partial_sort/check_compare_by_value:
      	Likewise.
      	* testsuite/25_algorithms/stable_sort/check_compare_by_value.cc:
      	Likewise.
      	* testsuite/25_algorithms/sort/check_compare_by_value: Likewise.
      
      2011-03-09  Chris Jefferson  <chris@bubblescope.net>
      
      	PR libstdc++/48038
      	* include/bits/stl_algo.h (__merge_backward): Rename to
      	__move_merge_backward and change to always move rather than copy.
      	(__move_merge): New function similar to std::merge except values
      	are moved instead of copied.
      	(__merge_adaptive, __merge_sort_loop): Change from using std::merge
      	and __merge_backward to __move_merge and __move_merge_backward.
      
      From-SVN: r170827
      Paolo Carlini committed