aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2014-12-12 15:10:08 +0000
committerJonathan Wakely <redi@gcc.gnu.org>2014-12-12 15:10:08 +0000
commit8f596ff51a4177ce494b6567c83a2fa0bbf12c71 (patch)
tree7495594fbd2fed9ddef1699b6279da6a6968dbd0 /libstdc++-v3/ChangeLog
parentdd92baee2ac422ac25fe6fdf1f1e650ca846526f (diff)
downloadgcc-8f596ff51a4177ce494b6567c83a2fa0bbf12c71.zip
gcc-8f596ff51a4177ce494b6567c83a2fa0bbf12c71.tar.gz
gcc-8f596ff51a4177ce494b6567c83a2fa0bbf12c71.tar.bz2
re PR libstdc++/64241 (make_exception_ptr returns garbage with -fno-exceptions)
PR libstdc++/64241 * libsupc++/exception_ptr.h: Return empty object when exceptions are disabled. * testsuite/18_support/exception_ptr/64241.cc: New. From-SVN: r218675
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index ba90672..52f6d00 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,5 +1,12 @@
2014-12-12 Jonathan Wakely <jwakely@redhat.com>
+ PR libstdc++/64241
+ * libsupc++/exception_ptr.h: Return empty object when exceptions are
+ disabled.
+ * testsuite/18_support/exception_ptr/64241.cc: New.
+
+2014-12-12 Jonathan Wakely <jwakely@redhat.com>
+
* include/bits/stl_iterator.h (make_reverse_iterator): LWG DR 2285.
* include/std/tuple: Add feature-test macro.
* testsuite/24_iterators/reverse_iterator/make.cc: New.