gcc/libstdc++-v3/testsuite/30_threads
Jonathan Wakely 9f9eb84eac libstdc++/70766 use std::addressof instead of operator&
PR libstdc++/70766
	* include/bits/basic_ios.tcc (basic_ios::_M_cache_locale): Use
	__addressof.
	* include/bits/stream_iterator.h (istream_iterator, ostream_iterator):
	Likewise.
	* include/std/atomic (atomic<_Tp>): Likewise.
	* include/std/shared_mutex (shared_lock): Likewise.
	* testsuite/24_iterators/istream_iterator/70766.cc: New test.
	* testsuite/24_iterators/ostream_iterator/70766.cc : New test.
	* testsuite/29_atomics/atomic/60695.cc: Adjust dg-error line number.
	* testsuite/29_atomics/atomic/70766.cc: New test.
	* testsuite/30_threads/shared_lock/70766.cc: New test.

From-SVN: r235565
2016-04-28 13:33:07 +01:00
..
async
call_once
condition_variable
condition_variable_any
future
headers
lock
lock_guard
mutex
once_flag/cons
packaged_task
promise Use std::addressof in insert iterators, allocators and promises 2016-01-07 15:01:33 +00:00
recursive_mutex
recursive_timed_mutex
shared_future
shared_lock libstdc++/70766 use std::addressof instead of operator& 2016-04-28 13:33:07 +01:00
shared_mutex
shared_timed_mutex
this_thread
thread Define std:🧵:id comparison operators at namespace-scope 2016-04-18 17:16:14 +01:00
timed_mutex
try_lock
unique_lock