gcc/libstdc++-v3/testsuite
Jonathan Wakely 0470fad0d6 Simplify std::rethrow_if_nested definition
* doc/xml/manual/intro.xml: Document LWG 2484 status.
	* libsupc++/nested_exception.h (_Throw_with_nested_impl)
	(_Throw_with_nested_helper): Remove.
	(__throw_with_nested_impl): New overloaded functions to implement
	throw_with_nested logic.
	(throw_with_nested): Call __throw_with_nested_impl.
	(_Rethrow_if_nested_impl): Remove
	(__rethrow_if_nested_impl): New overloaded functions to implement
	rethrow_if_nested logic.
	(rethrow_if_nested): Call __rethrow_if_nested_impl.
	* testsuite/18_support/nested_exception/rethrow_if_nested.cc: Test
	problem cases from LWG 2484.

From-SVN: r240983
2016-10-11 11:33:36 +01:00
..
17_intro Fix libstdc++ versioned namespace build 2016-10-03 15:35:28 +01:00
18_support Simplify std::rethrow_if_nested definition 2016-10-11 11:33:36 +01:00
19_diagnostics
20_util Make any's copy assignment operator exception-safe, 2016-10-11 01:08:58 +03:00
21_strings re PR libstdc++/77717 (testsuite/21_strings/basic_string_view/operations/compare/char/1.cc makes undefined memcmp call) 2016-09-26 12:46:19 +03:00
22_locale
23_containers PR 70101 fix allocator-extended ctors for std::priority_queue 2016-10-05 13:01:57 +01:00
24_iterators
25_algorithms Fix dg-require before dg-run directives in testsuite. 2016-09-14 15:37:23 +02:00
26_numerics LWG 2733, LWG 2759 reject bool in gcd and lcm 2016-10-10 13:17:34 +01:00
27_io libstdc++/77795 Only declare ::gets for C++98 and C++11 2016-09-30 19:28:53 +01:00
28_regex
29_atomics
30_threads
abi
backward
config
data
decimal
experimental 70564 fix newly-added tests for not_fn 2016-10-05 13:40:31 +01:00
ext Fix libstdc++ versioned namespace build 2016-10-03 15:35:28 +01:00
lib Make libstdc++ tests FAIL on Python errors 2016-09-19 16:59:04 +01:00
libstdc++-abi
libstdc++-dg
libstdc++-prettyprinters Implement C++17 node extraction and insertion (P0083R5) 2016-09-22 14:58:49 +01:00
libstdc++-xmethods Enable printers and xmethods for std::__cxx11::list 2016-10-11 11:33:29 +01:00
performance
special_functions
tr1
tr2
util Define std::allocator<T>::is_always_equal 2016-10-10 13:17:45 +01:00
Makefile.am
Makefile.in Disable .gnu.attributes tags in compatibility-ldbl.o 2016-09-29 07:33:17 +09:30