OSDN Git Service

* src/c++11/thread.cc (execute_native_thread_routine): Do not swallow
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 16 Dec 2012 21:21:14 +0000 (21:21 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 16 Dec 2012 21:21:14 +0000 (21:21 +0000)
commit4ac4c71351452051a50bf5a6f079312ab379a5f9
treee4ebee9f63f90dd727eedc7cf1124eb4e9e7e6df
parent1ee522047ab86b873495432f8c656cb08fdd8a12
* 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/branches/gcc-4_7-branch@194540 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]