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
call_once
condition_variable
condition_variable_any
future
headers
lock
lock_guard Add deduction guides for C++17 (P0433R2, partial) 2017-03-22 15:58:35 +00:00
mutex
once_flag/cons
packaged_task
promise PR libstdc++/80316 make promise::set_value throw no_state error 2017-04-21 15:49:19 +01:00
recursive_mutex
recursive_timed_mutex
scoped_lock Add deduction guides for C++17 (P0433R2, partial) 2017-03-22 15:58:35 +00:00
shared_future
shared_lock
shared_mutex
shared_timed_mutex
this_thread
thread PR libstdc++/55917 do not handle exceptions in std::thread 2017-06-12 17:37:28 +01:00
timed_mutex
try_lock
unique_lock Add deduction guides for C++17 (P0433R2, partial) 2017-03-22 15:58:35 +00:00