public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [libstdc++ PATCH] Add support for std::uncaught_exceptions
@ 2015-04-12 23:24 Ville Voutilainen
  2015-04-13  8:29 ` Jonathan Wakely
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Ville Voutilainen @ 2015-04-12 23:24 UTC (permalink / raw)
  To: libstdc++, gcc-patches

[-- Attachment #1: Type: text/plain, Size: 729 bytes --]

The patch is a bit large since it does the baseline_symbols regeneration
and other new-version api-dance.
Hence attached gzipped.

Tested on Linux x86-64.

2015-04-13  Ville Voutilainen  <ville.voutilainen@gmail.com>
    Add support for std::uncaught_exceptions.
    * acinclude.m4: Bump libtool_VERSION.
    * config/abi/post/x86_64-linux-gnu/baseline_symbols.txt: Regenerate.
    * config/abi/pre/gnu.ver: Export the new symbol.
    * configure: Bump libtool_VERSION.
    * libsupc++/eh_catch.cc(uncaught_exceptions): New.
    * libsupc++/exception(uncaught_exceptions): Ditto.
    * testsuite/18_support/uncaught_exceptions/uncaught_exceptions.cc: New.
    * testsuite/util/testsuite_abi.cc: Add 3.4.22 as the latest version.

[-- Attachment #2: uncaught_exceptions.diff.gz --]
[-- Type: application/x-gzip, Size: 19099 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-04-28 12:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-12 23:24 [libstdc++ PATCH] Add support for std::uncaught_exceptions Ville Voutilainen
2015-04-13  8:29 ` Jonathan Wakely
2015-04-15 17:10 ` Daniel Gutson
2015-04-16 14:57   ` Jonathan Wakely
2015-04-27 20:40 ` Jonathan Wakely
2015-04-27 20:53   ` Jonathan Wakely
2015-04-28 12:36     ` Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).