2012-08-13 David Adler <d.adler.s@gmail.com>
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Aug 2012 19:56:50 +0000 (19:56 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Aug 2012 19:56:50 +0000 (19:56 +0000)
commit88f1a24d7a98930aeda6861dda25d815d898b21f
tree3acdeb48ee81a3d57e4d44a6da604f2a8cb4d082
parent59710848e92ec74e197ebb980cf055ee2fc45090
2012-08-13  David Adler  <d.adler.s@gmail.com>

PR libstdc++/54185
* src/c++11/condition_variable.cc (condition_variable): Always
destroy native type in destructor.
* testsuite/30_threads/condition_variable/54185.cc: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190356 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/src/c++11/condition_variable.cc
libstdc++-v3/testsuite/30_threads/condition_variable/54185.cc [new file with mode: 0644]