gcc/libstdc++-v3
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
..
config
doc Support move-only deleters in std::shared_ptr (LWG 2802) 2017-06-09 14:20:37 +01:00
include Support move-only deleters in std::shared_ptr (LWG 2802) 2017-06-09 14:20:37 +01:00
libsupc++
po
python
scripts
src PR libstdc++/55917 do not handle exceptions in std::thread 2017-06-12 17:37:28 +01:00
testsuite PR libstdc++/55917 do not handle exceptions in std::thread 2017-06-12 17:37:28 +01:00
acinclude.m4
aclocal.m4
ChangeLog PR libstdc++/55917 do not handle exceptions in std::thread 2017-06-12 17:37:28 +01:00
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007
ChangeLog-2008
ChangeLog-2009
ChangeLog-2010
ChangeLog-2011
ChangeLog-2012
ChangeLog-2013
ChangeLog-2014
ChangeLog-2015
ChangeLog-2016
config.h.in
configure
configure.ac
configure.host
crossconfig.m4
fragment.am
linkage.m4
Makefile.am
Makefile.in
README

file: libstdc++-v3/README

New users may wish to point their web browsers to the file
index.html in the 'doc/html' subdirectory.  It contains brief
building instructions and notes on how to configure the library in
interesting ways.