gcc/libstdc++-v3/testsuite/30_threads
Nikolai Bozhenov e1ed1bca36 constexpr.cc: Remove redundant -save-temps option.
2015-08-05  Nikolai Bozhenov  <n.bozhenov@samsung.com>

	* testsuite/20_util/enable_shared_from_this/cons/constexpr.cc: Remove
	redundant -save-temps option.
	* testsuite/20_util/shared_ptr/cons/constexpr.cc: Likewise.
	* testsuite/20_util/unique_ptr/cons/constexpr.cc: Likewise.
	* testsuite/20_util/weak_ptr/cons/constexpr.cc: Likewise.
	* testsuite/30_threads/future/cons/constexpr.cc: Likewise.
	* testsuite/30_threads/shared_future/cons/constexpr.cc: Likewise.

From-SVN: r226647
2015-08-05 21:57:03 +01:00
..
async future (__async_result_of): New alias template. 2015-05-29 14:44:52 +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 constexpr.cc: Remove redundant -save-temps option. 2015-08-05 21:57:03 +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 constexpr.cc: Remove redundant -save-temps option. 2015-08-05 21:57:03 +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_mutex shared_mutex (__shared_mutex_pthread, [...]): New helper types implementing the shared mutex requirements. 2015-06-05 17:31:05 +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