[Bug libstdc++/54185] [4.7/4.8 Regression] condition_variable not properly destructed
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Aug 13 19:57:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54185
--- Comment #10 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-08-13 19:56:55 UTC ---
Author: redi
Date: Mon Aug 13 19:56:50 2012
New Revision: 190356
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190356
Log:
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.
Added:
trunk/libstdc++-v3/testsuite/30_threads/condition_variable/54185.cc
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/src/c++11/condition_variable.cc
--- Comment #11 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-08-13 19:57:36 UTC ---
Author: redi
Date: Mon Aug 13 19:57:31 2012
New Revision: 190357
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190357
Log:
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.
Added:
branches/gcc-4_7-branch/libstdc++-v3/testsuite/30_threads/condition_variable/54185.cc
Modified:
branches/gcc-4_7-branch/libstdc++-v3/ChangeLog
branches/gcc-4_7-branch/libstdc++-v3/src/c++11/condition_variable.cc
More information about the Gcc-bugs
mailing list