gcc/libstdc++-v3/testsuite/29_atomics
Jonathan Wakely 2ae27b7076 PR69301 don't assume atomic<T> can default construct T
PR libstdc++/69301
	* include/std/atomic (atomic<T>::load, atomic<T>::exchange): Use
	aligned buffer instead of default-initialized variable.
	* testsuite/29_atomics/atomic/69301.cc: New test.
	* include/experimental/memory (observer_ptr::release): Use reserved
	name.
	* include/ext/pointer.h (_Pointer_adapter::operator++(int))
	(_Pointer_adapter::operator--(int)): Likewise.

From-SVN: r244588
2017-01-18 18:36:45 +00:00
..
atomic PR69301 don't assume atomic<T> can default construct T 2017-01-18 18:36:45 +00:00
atomic_flag Update copyright years. 2017-01-01 13:07:43 +01:00
atomic_integral Update copyright years. 2017-01-01 13:07:43 +01:00
headers/atomic Update copyright years. 2017-01-01 13:07:43 +01:00