gcc/libstdc++-v3/testsuite/20_util/bind
Jonathan Wakely b82f988e8d re PR libstdc++/60497 (unique_ptr<T> tries to complete its type T even though it's not required to be a complete type)
PR libstdc++/60497
	* include/debug/array (get): Qualify call to other get overload.
	* include/profile/array (get): Likewise.
	* include/std/array (get): Likewise.
	* include/std/functional (_Mu, _Bind, _Bind_result): Qualify std::get.
	* include/std/mutex (unique_lock, call_once): Use __addressof.
	(__unlock_impl): Remove unused template.
	(__try_to_lock): Declare inline.
	(__try_lock_impl::__do_try_lock): Qualify function calls.
	(lock): Avoid narrowing conversion.
	* testsuite/20_util/bind/60497.cc: New.
	* testsuite/23_containers/array/element_access/60497.cc: New.
	* testsuite/30_threads/call_once/60497.cc: New.
	* testsuite/30_threads/unique_lock/cons/60497.cc: New.

From-SVN: r210388
2014-05-13 18:22:08 +01:00
..
35569.cc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
38889.cc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
42593.cc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
45924.cc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
48698.cc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
49058_1.cc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
49058_2.cc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
57899.cc re PR c++/57899 (bind/function with data member: infinite recursion) 2014-01-30 22:47:22 -05:00
60497.cc re PR libstdc++/60497 (unique_ptr<T> tries to complete its type T even though it's not required to be a complete type) 2014-05-13 18:22:08 +01:00
all_bound.cc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
conv_result.cc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
cv_quals_2.cc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
cv_quals_3.cc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
cv_quals.cc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
move.cc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
nested.cc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
placeholders.cc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
ref2.cc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
ref_neg.cc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
ref.cc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
socket.cc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00