aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 17d82e3..24a6050 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,11 @@
+2015-09-24 Jonathan Wakely <jwakely@redhat.com>
+
+ PR libstdc++/67707
+ * include/bits/stl_deque.h (_Deque_base::_M_move_impl): Initialize
+ empty object.
+ * testsuite/23_containers/deque/allocator/move.cc: Check moved-from
+ deque.
+
2015-09-23 Jonathan Wakely <jwakely@redhat.com>
* src/filesystem/ops.cc (canonical): Simplify error handling and