* src/c++11/thread.cc (execute_native_thread_routine): Do not swallow
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 16 Dec 2012 20:52:47 +0000 (20:52 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 16 Dec 2012 20:52:47 +0000 (20:52 +0000)
commite5f3c4cdbd63f731d5d7e5e1e5b5c37f126c14e9
treef5ffd92152011d9acaa0e8d6b0392195a7fd4651
parent6d378771e076edff0e8a372713bfa197ed4eeb76
* src/c++11/thread.cc (execute_native_thread_routine): Do not swallow
__forced_unwind exceptions.
* testsuite/30_threads/thread/native_handle/cancel.cc: New.

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