gcc/libstdc++-v3/testsuite/18_support
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
..
bad_alloc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
bad_cast Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
bad_exception Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
bad_typeid Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
exception Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
exception_ptr Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
headers exception (get_terminate(), [...]): Declare. 2013-04-03 01:08:54 +01:00
initializer_list Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
nested_exception Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
numeric_limits Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
quick_exit quick_exit.cc: #if out the whole test if unsupported. 2013-02-14 20:26:54 -05:00
type_info Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
uncaught_exception Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
50594.cc 50594.cc: For mingw-targets use only static libstdc++-version. 2013-03-25 11:47:39 +01:00
cxa_vec.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
new_delete_placement.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
new_handler.cc exception (get_terminate(), [...]): Declare. 2013-04-03 01:08:54 +01:00
pthread_guard.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
terminate_handler.cc exception (get_terminate(), [...]): Declare. 2013-04-03 01:08:54 +01:00
unexpected_handler.cc exception (get_terminate(), [...]): Declare. 2013-04-03 01:08:54 +01:00