gcc/libstdc++-v3/testsuite/30_threads
Jason Merrill 8243e2a9d0 c.opt (Wterminate): New.
gcc/c-family/
	* c.opt (Wterminate): New.
gcc/cp/
	* cp-gimplify.c (cp_genericize_r): Track TRY_BLOCK and
	MUST_NOT_THROW_EXPR, warn about a THROW_EXPR directly within a
	MUST_NOT_THROW_EXPR.
	(cp_genericize_data): Add try_block field.
	(cp_genericize_tree): Initialize it.
	* except.c (expand_end_catch_block): Set TREE_NO_WARNING on
	implicit rethrow.

From-SVN: r222842
2015-05-05 22:25:01 -04:00
..
async Update copyright years. 2015-01-05 13:33:28 +01:00
call_once Update copyright years. 2015-01-05 13:33:28 +01:00
condition_variable Update copyright years. 2015-01-05 13:33:28 +01:00
condition_variable_any Update copyright years. 2015-01-05 13:33:28 +01:00
future Update copyright years. 2015-01-05 13:33:28 +01:00
headers Update copyright years. 2015-01-05 13:33:28 +01:00
lock Update copyright years. 2015-01-05 13:33:28 +01:00
lock_guard c.opt (Wterminate): New. 2015-05-05 22:25:01 -04:00
mutex Update copyright years. 2015-01-05 13:33:28 +01:00
once_flag/cons Update copyright years. 2015-01-05 13:33:28 +01:00
packaged_task Update copyright years. 2015-01-05 13:33:28 +01:00
promise Update copyright years. 2015-01-05 13:33:28 +01:00
recursive_mutex Update copyright years. 2015-01-05 13:33:28 +01:00
recursive_timed_mutex Update copyright years. 2015-01-05 13:33:28 +01:00
shared_future Update copyright years. 2015-01-05 13:33:28 +01:00
shared_lock shared_mutex (shared_timed_mutex): Only use pthread_rwlock_t when the POSIX Timeouts option is supported. 2015-04-10 10:00:00 +01:00
shared_timed_mutex shared_mutex (shared_timed_mutex): Add comments to explain the logic in the non-pthread_rwlock_t version. 2015-04-10 09:59:54 +01:00
this_thread re PR libstdc++/58038 (std::this_thread::sleep_until can cause inifinite sleep) 2015-03-26 19:59:08 +00:00
thread Update copyright years. 2015-01-05 13:33:28 +01:00
timed_mutex Update copyright years. 2015-01-05 13:33:28 +01:00
try_lock Update copyright years. 2015-01-05 13:33:28 +01:00
unique_lock 1.cc: Remove name of unused exception variable. 2015-03-17 16:36:32 +00:00