This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r182467 - in /branches/gcc-4_6-branch/libstdc++...
- From: redi at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Mon, 19 Dec 2011 00:34:29 -0000
- Subject: r182467 - in /branches/gcc-4_6-branch/libstdc++...
Author: redi
Date: Mon Dec 19 00:34:29 2011
New Revision: 182467
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182467
Log:
PR libstdc++/50862
* include/std/condition_variable (condition_variable_any::wait): Fix
deadlock and ensure _Lock::lock() is called on exit.
* testsuite/30_threads/condition_variable_any/50862.cc: New.
Added:
branches/gcc-4_6-branch/libstdc++-v3/testsuite/30_threads/condition_variable_any/50862.cc
Modified:
branches/gcc-4_6-branch/libstdc++-v3/ChangeLog
branches/gcc-4_6-branch/libstdc++-v3/include/std/condition_variable