]> git.ipfire.org Git - thirdparty/gcc.git/commit
thread.cc (execute_native_thread_routine): Do not swallow __forced_unwind exceptions.
authorJonathan Wakely <jwakely.gcc@gmail.com>
Sun, 16 Dec 2012 20:52:47 +0000 (20:52 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Sun, 16 Dec 2012 20:52:47 +0000 (20:52 +0000)
commit5f2862cf634d18f230404307e993a02c936957d4
treef5ffd92152011d9acaa0e8d6b0392195a7fd4651
parent6180209821b0ea49ecc060d5657e876c93ff12a5
thread.cc (execute_native_thread_routine): Do not swallow __forced_unwind exceptions.

* src/c++11/thread.cc (execute_native_thread_routine): Do not swallow
__forced_unwind exceptions.
* testsuite/30_threads/thread/native_handle/cancel.cc: New.

From-SVN: r194539
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]