gcc/libstdc++-v3/testsuite/29_atomics/atomic
Jonathan Wakely 5ec16257ca re PR libstdc++/60658 (std::atomic<T*> is unexpectedly not lock-free)
PR libstdc++/60658
	* include/bits/atomic_base.h (__atomic_base<_PTp*>::is_lock_free()):
	Use sizeof pointer type not the element type.
	* testsuite/29_atomics/atomic/60658.cc: New.

From-SVN: r208819
2014-03-25 19:39:52 +00:00
..
cons Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
operators Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
requirements Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
60658.cc re PR libstdc++/60658 (std::atomic<T*> is unexpectedly not lock-free) 2014-03-25 19:39:52 +00:00