gcc/libstdc++-v3/src
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
..
c++11 PR libstdc++/55917 do not handle exceptions in std::thread 2017-06-12 17:37:28 +01:00
c++98
filesystem
shared
Makefile.am
Makefile.in