aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 1b4c6e2..1275ea5 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,9 @@
+2017-12-16 Martin Sebor <msebor@redhat.com>
+
+ PR tree-optimization/83239
+ * include/bits/vector.tcc (vector::_M_default_append): Assert
+ invariant to generate better code.
+
2017-12-14 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/83279