gcc/libstdc++-v3/testsuite
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
..
17_intro
18_support Fix 18_support/exception_ptr/60612-*.cc on non-C99 targets 2014-03-31 13:14:12 +00:00
19_diagnostics
20_util 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
21_strings
22_locale Fix testsuite bugs. 2014-04-07 19:40:18 +01:00
23_containers 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
24_iterators container.cc: Do not use uninitialized members in mem-initializers. 2014-04-15 20:05:52 +01:00
25_algorithms
26_numerics
27_io re PR libstdc++/57394 ([C++11] basic_streambuf incorrect copy constructor / copy assignment access specifier) 2014-05-08 18:17:06 +01:00
28_regex gnu.ver (GLIBCXX_3.4.20): Correct regex_error export. 2014-05-09 20:39:14 +01:00
29_atomics re PR libstdc++/60695 (std::atomic<X> doesn't work when X is of zero size) 2014-04-15 14:48:07 +01:00
30_threads 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
abi
backward
config
data
decimal
experimental re PR libstdc++/60710 (experimental::optional<T> is using T::operator!=) 2014-04-25 20:34:42 +01:00
ext Remove obsolete Solaris 9 support 2014-04-22 12:30:59 +00:00
lib
libstdc++-abi
libstdc++-dg
libstdc++-prettyprinters re PR libstdc++/59476 (gdb pretty-printer cannot print C++11 _Rb_tree_iterator) 2014-05-02 17:01:30 +01:00
performance
tr1
tr2
util gnu.ver (GLIBCXX_3.4.20): Correct regex_error export. 2014-05-09 20:39:14 +01:00
Makefile.am
Makefile.in