1. 25 Jun, 2011 1 commit
  2. 24 Jun, 2011 16 commits
  3. 23 Jun, 2011 18 commits
  4. 22 Jun, 2011 5 commits
    • socket.cc: Use variable and remove attribute. · 8eeaeeca
      2011-06-22  Jonathan Wakely  <jwakely.gcc@gmail.com>
      
      	* testsuite/20_util/bind/socket.cc: Use variable and remove attribute.
      
      From-SVN: r175322
      Jonathan Wakely committed
    • pat_trie_base.hpp: Avoid -Wall warning. · 98656b3d
      2011-06-22  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* include/ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp: Avoid -Wall
      	warning.
      
      From-SVN: r175321
      Paolo Carlini committed
    • invoke.cc: Avoid -Wall warnings. · 879e1011
      2011-06-22  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* testsuite/20_util/reference_wrapper/invoke.cc: Avoid -Wall warnings.
      	* testsuite/20_util/reference_wrapper/typedefs-3.cc: Likewise.
      	* testsuite/20_util/reference_wrapper/invoke-2.cc: Likewise.
      	* testsuite/20_util/allocator_traits/members/allocate_hint.cc:
      	Likewise.
      	* testsuite/20_util/ratio/operations/ops_overflow_neg.cc: Likewise.
      	* testsuite/20_util/bind/socket.cc: Likewise.
      	* testsuite/20_util/pointer_traits/pointer_to.cc: Likewise.
      	* testsuite/util/testsuite_random.h: Likewise.
      
      From-SVN: r175318
      Paolo Carlini committed
    • re PR middle-end/49373 (Many testcase failures) · 96427cb5
      	PR middle-end/49373
      	* g++.dg/torture/pr43879-1_1.C: Xfail for -O1 and above, except -flto.
      
      From-SVN: r175317
      Hans-Peter Nilsson committed
    • re PR regression/47836 (Some Cross Compiler can't build target-libiberty or target-zlib) · 5167b7cf
      	PR regression/47836
      	PR bootstrap/23656
      	PR other/47733
      	PR bootstrap/49247
      	PR c/48825
      	* configure.ac (target_libraries): Remove target-libiberty.
      	Remove case-statement setting skipdirs=target-libiberty for
      	multiple targets.  Remove checking target_configdirs and
      	removing target-libiberty but keeping target-libgcc if
      	otherwise empty.
      	* Makefile.def (target_modules): Don't add libiberty.
      	(dependencies): Remove all traces of target-libiberty.
      	* configure, Makefile.in: Regenerate.
      (add missing PR annotation in the ChangeLog entry)
      
      From-SVN: r175316
      Hans-Peter Nilsson committed