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