gcc/libstdc++-v3/testsuite
Jonathan Wakely c8c0f5577d re PR libstdc++/58839 (dereferencing void* in shared_ptr(unique_ptr&& u) constructor)
PR libstdc++/58839
	* include/bits/shared_ptr_base.h
	(__shared_ptr<T>::__shared_ptr(unique_ptr<U,D>&&)): Only use addressof
	when unique_ptr<U,D>::pointer is not a built-in pointer type.
	* testsuite/20_util/shared_ptr/cons/58839.cc: New.
	* testsuite/20_util/enable_shared_from_this/members/assign.cc: New.
	* testsuite/20_util/enable_shared_from_this/members/unique_ptr.cc: New.

From-SVN: r204184
2013-10-29 21:33:29 +00:00
..
17_intro Commit the vtable verification feature. 2013-08-06 20:38:59 -07:00
18_support Commit the vtable verification feature. 2013-08-06 20:38:59 -07:00
19_diagnostics 50594.cc: For mingw-targets use only static libstdc++-version. 2013-03-25 11:47:39 +01:00
20_util re PR libstdc++/58839 (dereferencing void* in shared_ptr(unique_ptr&& u) constructor) 2013-10-29 21:33:29 +00:00
21_strings re PR libstdc++/58163 ([C++11] Pedantic assert on str[str.size()] is wrong in C++11) 2013-08-15 00:15:12 +00:00
22_locale forced.C: Extend current handling of Linux-based x86 systems to cover all GNU systems. 2013-06-10 09:21:29 +02:00
23_containers hashtable.cc (__access_protected_ctor): Define and use new type instead of _Hashtable_ebo_helper. 2013-10-29 21:19:34 +00:00
24_iterators re PR libstdc++/58403 (__normal_iterator triggers odr-use) 2013-09-12 15:15:34 +00:00
25_algorithms testsuite_containergen.h: New. 2013-10-23 22:19:30 +00:00
26_numerics Implement N3779 - User-defined Literals for std::complex, part 2 of UDL for Standard Library Types 2013-10-23 00:09:19 +00:00
27_io * testsuite/*: Remove stray semi-colons after function definitions. 2013-10-08 14:54:26 +01:00
28_regex regex.h: Remove unnecessary friends. 2013-10-26 16:09:28 +00:00
29_atomics Adding missing dg-require-atomic-builtins to libstdc++ test case. 2013-10-11 11:15:01 +00:00
30_threads re PR libstdc++/57641 (std::timed_mutex.try_lock_until() is broken) 2013-06-18 23:55:02 +01:00
abi Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
backward Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
config Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
data make_graph_test_infos.xml: Edit. 2011-08-15 00:51:06 +00:00
decimal contrib.texi ([Fran@,{c}ois Dumont], [...]): New entries. 2013-10-23 11:59:07 +00:00
ext re PR libstdc++/58415 (__sso_string_base move constructor does not null terminate local data when moving from empty string) 2013-09-13 18:32:42 +00:00
lib re PR testsuite/57605 (colors break note pruning in the testsuite) 2013-09-20 19:52:29 +02:00
libstdc++-abi Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
libstdc++-dg Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
libstdc++-prettyprinters re PR libstdc++/53477 (pretty printer fails with: Python Exception <type 'exceptions.IndexError'> list index out of range) 2013-08-20 19:20:42 +00:00
performance regex.h: Remove unnecessary friends. 2013-10-26 16:09:28 +00:00
tr1 * testsuite/*: Remove stray semi-colons after function definitions. 2013-10-08 14:54:26 +01:00
tr2 re PR libstdc++/58729 (tr2::dynamic_bitset::resize fails) 2013-10-19 01:31:19 +00:00
util regex.h: Remove unnecessary friends. 2013-10-26 16:09:28 +00:00
Makefile.am Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
Makefile.in Commit the vtable verification feature. 2013-08-06 20:38:59 -07:00