gcc/libstdc++-v3/testsuite
Jonathan Wakely dca77a8a1b exception (get_terminate(), [...]): Declare.
* libsupc++/exception (get_terminate(), get_unexpected()): Declare.
	* libsupc++/eh_terminate.cc (get_terminate() , set_unexpected()):
	Define.
	(set_terminate(terminate_handler)): Set atomically.
	(set_unexpected(terminate_handler)): Likewise.
	* libsupc++/new (get_new_handler()): Declare.
	* libsupc++/new_handler.cc (get_new_handler()): Define.
	(set_new_handler(new_handler)): Set atomically.
	(__new_handler): Use internal linkage.
	* libsupc++/new_op.cc (operator new): Use get_new_handler().
	* libsupc++/new_opnt.cc (operator new): Likewise.
	* acinclude.m4: Bump libtool_VERSION to 6:19:0.
	* configure: Regenerate.
	* libsupc++/Makefile.am: Compile above files with -std=gnu++11.
	* libsupc++/Makefile.in: Regenerate.
	* config/abi/pre/gnu.ver: Add new exports.
	* doc/xml/manual/status_cxx2011.xml: Update.
	* testsuite/18_support/headers/exception/synopsis.cc: Check accessors
	for handlers.
	* testsuite/18_support/headers/new/synopsis.cc: Likewise.
	* testsuite/18_support/new_handler.cc: New.
	* testsuite/18_support/terminate_handler.cc: New.
	* testsuite/18_support/unexpected_handler.cc: New.

From-SVN: r197380
2013-04-03 01:08:54 +01:00
..
17_intro Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
18_support exception (get_terminate(), [...]): Declare. 2013-04-03 01:08:54 +01:00
19_diagnostics 50594.cc: For mingw-targets use only static libstdc++-version. 2013-03-25 11:47:39 +01:00
20_util re PR c++/55017 ([DR 1051] [C++11] Rvalue-reference member should cause copy constructor to be deleted, but still declared) 2013-03-16 22:35:01 -04:00
21_strings Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
22_locale 38081-1.cc (test01): Don't expect dots after abbreviated weekday names for ru_RU for glibc versions... 2013-02-12 10:32:01 +00:00
23_containers 50594.cc: For mingw-targets use only static libstdc++-version. 2013-03-25 11:47:39 +01:00
24_iterators Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
25_algorithms Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
26_numerics 50594.cc: For mingw-targets use only static libstdc++-version. 2013-03-25 11:47:39 +01:00
27_io re PR libstdc++/56282 (std::basic_ios<char> broken with -std=c++11 (undefined reference)) 2013-02-11 10:30:43 +00:00
28_regex Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
29_atomics re PR libstdc++/56012 ([C++11] Narrowing conversion in atomic_flag) 2013-02-26 23:46:21 +00:00
30_threads re PR libstdc++/56002 ([C++11] allow generic locks to be used without requiring plattform support for threads) 2013-03-16 19:45:53 +00:00
abi Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
backward Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
config Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
data
decimal Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
ext re PR libstdc++/56170 (Extension debug_allocator seems non-compliant w.r.t. rebind) 2013-03-24 22:10:29 +00:00
lib 50594.cc: For mingw-targets use only static libstdc++-version. 2013-03-25 11:47:39 +01:00
libstdc++-abi Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
libstdc++-dg Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
libstdc++-prettyprinters Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
performance Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
tr1 re PR libstdc++/56216 (TR1 bessel functions bomb at x == 0!) 2013-02-08 14:10:48 +00:00
tr2 Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
util Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
Makefile.am Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
Makefile.in gthr.m4: New. 2012-10-15 13:10:30 +00:00