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]

r196301 - in /branches/gcc-4_7-branch/libstdc++...


Author: redi
Date: Wed Feb 27 00:57:36 2013
New Revision: 196301

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196301
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:
    branches/gcc-4_7-branch/libstdc++-v3/testsuite/29_atomics/atomic/operators/56011.cc
    branches/gcc-4_7-branch/libstdc++-v3/testsuite/29_atomics/atomic_flag/cons/56012.cc
Modified:
    branches/gcc-4_7-branch/libstdc++-v3/ChangeLog
    branches/gcc-4_7-branch/libstdc++-v3/include/bits/atomic_base.h
    branches/gcc-4_7-branch/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]