gcc/libstdc++-v3/testsuite/30_threads
Jonathan Wakely 754d67d5ba PR libstdc++/55917 do not handle exceptions in std::thread
PR libstdc++/55917
	* src/c++11/thread.cc (execute_native_thread_routine): Remove
	try-block so that exceptions propagate out of the thread and terminate
	is called by the exception-handling runtime.
	(execute_native_thread_routine_compat): Likewise.
	* testsuite/30_threads/thread/cons/terminate.cc: New.

From-SVN: r249130
2017-06-12 17:37:28 +01:00
..
async Support exception propagation without lock-free atomic int 2017-01-04 10:54:59 +00:00
call_once Update copyright years. 2017-01-01 13:07:43 +01:00
condition_variable Define testsuite macro for correct thread_local destructors 2017-01-09 13:06:03 +00:00
condition_variable_any Update copyright years. 2017-01-01 13:07:43 +01:00
future Support exception propagation without lock-free atomic int 2017-01-04 10:54:59 +00:00
headers Support exception propagation without lock-free atomic int 2017-01-04 10:54:59 +00:00
lock Update copyright years. 2017-01-01 13:07:43 +01:00
lock_guard Add deduction guides for C++17 (P0433R2, partial) 2017-03-22 15:58:35 +00:00
mutex Update copyright years. 2017-01-01 13:07:43 +01:00
once_flag/cons Update copyright years. 2017-01-01 13:07:43 +01:00
packaged_task PR libstdc++/79486 use lvalues in result_of expressions 2017-02-13 13:13:29 +00:00
promise PR libstdc++/80316 make promise::set_value throw no_state error 2017-04-21 15:49:19 +01:00
recursive_mutex Update copyright years. 2017-01-01 13:07:43 +01:00
recursive_timed_mutex Update copyright years. 2017-01-01 13:07:43 +01:00
scoped_lock Add deduction guides for C++17 (P0433R2, partial) 2017-03-22 15:58:35 +00:00
shared_future Support exception propagation without lock-free atomic int 2017-01-04 10:54:59 +00:00
shared_lock Update copyright years. 2017-01-01 13:07:43 +01:00
shared_mutex Update copyright years. 2017-01-01 13:07:43 +01:00
shared_timed_mutex Update copyright years. 2017-01-01 13:07:43 +01:00
this_thread Update copyright years. 2017-01-01 13:07:43 +01:00
thread PR libstdc++/55917 do not handle exceptions in std::thread 2017-06-12 17:37:28 +01:00
timed_mutex Update copyright years. 2017-01-01 13:07:43 +01:00
try_lock Update copyright years. 2017-01-01 13:07:43 +01:00
unique_lock Add deduction guides for C++17 (P0433R2, partial) 2017-03-22 15:58:35 +00:00