This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [libstdc++ PATCH] Add support for std::uncaught_exceptions
- From: Jonathan Wakely <jwakely at redhat dot com>
- To: Ville Voutilainen <ville dot voutilainen at gmail dot com>
- Cc: libstdc++ at gcc dot gnu dot org, "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 27 Apr 2015 21:53:22 +0100
- Subject: Re: [libstdc++ PATCH] Add support for std::uncaught_exceptions
- Authentication-results: sourceware.org; auth=none
- References: <CAFk2RUZVEL2fk4AGeTzzXX=09UtAiyUScxXomo8xz6rFo2=oag at mail dot gmail dot com> <20150427204029 dot GQ3618 at redhat dot com>
On 27/04/15 21:40 +0100, Jonathan Wakely wrote:
Tested x86_64-linux and powerpc64le-linux. Committed to trunk.
The baseline_symbols changes aren't needed now and I tweaked the
gnu.ver file slightly.
Ville noticed a typo in a comment I added, fixed like so.
commit c595cfa88c9d38f333b262635a1c32744e3ce054
Author: Jonathan Wakely <jwakely@redhat.com>
Date: Mon Apr 27 21:51:53 2015 +0100
2015-04-27 Ville Voutilainen <ville.voutilainen@gmail.com>
* config/abi/pre/gnu.ver: Fix comment.
diff --git a/libstdc++-v3/config/abi/pre/gnu.ver b/libstdc++-v3/config/abi/pre/gnu.ver
index 4ed683c..2da04e4 100644
--- a/libstdc++-v3/config/abi/pre/gnu.ver
+++ b/libstdc++-v3/config/abi/pre/gnu.ver
@@ -1864,7 +1864,7 @@ GLIBCXX_3.4.21 {
GLIBCXX_3.4.22 {
- # std::uncaught_exception()
+ # std::uncaught_exceptions()
_ZSt19uncaught_exceptionsv;
} GLIBCXX_3.4.21;