gcc/libstdc++-v3/include/std
Jonathan Wakely 310055e7b4 Handle alignment in __atomic_is_lock_free
gcc:

2015-09-17  Richard Henderson  <rth@redhat.com>

	PR libstdc++/65913
	* builtins.c (fold_builtin_atomic_always_lock_free): Handle fake
	pointers that encode the alignment of the object.

libstdc++-v3:

2015-09-17  Jonathan Wakely  <jwakely@redhat.com>

	PR libstdc++/65913
	* include/bits/atomic_base.h (__atomic_base<_TTp>::is_lock_free(),
	__atomic_base<_PTp*>::is_lock_free()): Call the built-in with the
	immediate pointer value, not a variable.
	* include/std/atomic (atomic<T>::is_lock_free()): Likewise.
	* testsuite/29_atomics/atomic/65913.cc: New.

From-SVN: r227878
2015-09-17 16:46:04 +01:00
..
algorithm
array
atomic Handle alignment in __atomic_is_lock_free 2015-09-17 16:46:04 +01:00
bitset
chrono
codecvt
complex Enable lightweight checks with _GLIBCXX_ASSERTIONS. 2015-09-09 18:12:47 +01:00
condition_variable Add portable timed_mutex and recursive_timed_mutex. 2015-09-04 12:23:44 +01:00
deque
forward_list
fstream
functional
future
iomanip
ios
iosfwd
iostream
istream
iterator
limits
list
locale
map
memory
mutex Enable lightweight checks with _GLIBCXX_ASSERTIONS. 2015-09-09 18:12:47 +01:00
numeric
ostream
queue
random
ratio
regex
scoped_allocator
set
shared_mutex Enable lightweight checks with _GLIBCXX_ASSERTIONS. 2015-09-09 18:12:47 +01:00
sstream
stack
stdexcept
streambuf
string
system_error Remove redundant conditional expressions in <system_error> 2015-09-17 15:56:50 +01:00
thread
tuple
type_traits
typeindex
unordered_map
unordered_set
utility
valarray Enable lightweight checks with _GLIBCXX_ASSERTIONS. 2015-09-09 18:12:47 +01:00
vector