aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2020-12-09 00:16:50 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2020-12-09 00:16:50 +0000
commitf6e8e2797ebae21e483373e303ec1c7596309625 (patch)
tree0e781506bd4324408d9abd0f9640006db0619de8 /libstdc++-v3
parentab3a5ff07cd7f7101ac6f7f0635c485aad73f47e (diff)
downloadgcc-f6e8e2797ebae21e483373e303ec1c7596309625.zip
gcc-f6e8e2797ebae21e483373e303ec1c7596309625.tar.gz
gcc-f6e8e2797ebae21e483373e303ec1c7596309625.tar.bz2
Daily bump.
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index d3ee18e..9c4467b 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,15 @@
+2020-12-08 Jason Merrill <jason@redhat.com>
+
+ PR c++/96299
+ * testsuite/18_support/comparisons/algorithms/partial_order.cc:
+ One more line needs to use VERIFY instead of static_assert.
+
+2020-12-08 Jonathan Wakely <jwakely@redhat.com>
+
+ * doc/xml/manual/appendix_contributing.xml: Use consistent
+ indentation.
+ * doc/html/manual/source_code_style.html: Regenerate.
+
2020-12-05 Iain Sandoe <iain@sandoe.co.uk>
PR target/97865