aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 7c92019a8af..720ef1dc4c1 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,12 @@
+2014-03-12 Roland McGrath <mcgrathr@google.com>
+ Mark Seaborn <mseaborn@google.com>
+
+ PR libstdc++/59392
+ * libsupc++/eh_call.cc (__cxa_call_unexpected): Call __do_catch with
+ the address of a null pointer, not with a null pointer to pointer.
+ Copy comment for this case from eh_personality.cc:__cxa_call_unexpected.
+ * testsuite/18_support/bad_exception/59392.cc: New file.
+
2014-03-11 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/60499