This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r196296 - in /trunk/libstdc++-v3: ChangeLog inc...


Author: redi
Date: Tue Feb 26 23:46:21 2013
New Revision: 196296

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196296
Log:
	PR libstdc++/56012
	* include/bits/atomic_base.h (atomic_flag): Fix narrowing conversion.
	* testsuite/29_atomics/atomic/operators/56012.cc: New.

	PR libstdc++/56011
	* include/std/atomic (atomic<bool>::operator=(bool) volatile): Add
	missing overload.
	* testsuite/29_atomics/atomic/operators/56011.cc: New.

Added:
    trunk/libstdc++-v3/testsuite/29_atomics/atomic/operators/56011.cc
    trunk/libstdc++-v3/testsuite/29_atomics/atomic_flag/cons/56012.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/bits/atomic_base.h
    trunk/libstdc++-v3/include/std/atomic


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]