1. 26 Oct, 2011 2 commits
  2. 25 Oct, 2011 36 commits
  3. 24 Oct, 2011 2 commits
    • re PR libstdc++/49894 ([C++0x] Uniform initialization in constructor) · b81e920e
      	PR libstdc++/49894
      	* include/std/mutex (__mutex_base,__recursive_mutex_base): Define new
      	base classes to manage construction/destruction of native mutexes,
      	using NSDMI when INIT macros are defined.
      	(mutex,recursive_mutex,timed_mutex,recursive_timed_mutex): Derive from
      	new base classes.
      	* include/std/condition_variable (condition_variable): Use NSDMI when
      	INIT macro is defined. Use noexcept.
      	* src/condition_variable.cc (condition_variable): Explicitly-default
      	constructor/destructor when using NSDMI. Use noexcept.
      	(condition_variable_any): Likewise.
      
      From-SVN: r180411
      Jonathan Wakely committed
    • Segregate sparc FP/VEC constant constraints. · cca3f03d
      	* config/sparc/sparc.md: Only use F, G, and C constraints in FP
      	insns.  Only use D, Y, and Z constraints in vector insns.
      
      From-SVN: r180410
      David S. Miller committed