]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 27 Aug 2020 00:18:14 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 27 Aug 2020 00:18:14 +0000 (00:18 +0000)
gcc/DATESTAMP
libstdc++-v3/ChangeLog

index 1aa5e58d9a2b651c4f292991409fd4bbf8476cba..c7ea9e023ae1258f5edbb1429381ee5ae75cf071 100644 (file)
@@ -1 +1 @@
-20200826
+20200827
index a2c0b5e94fa6892c4403e3c2d15c8cadc03f0109..e2e850f97fdeda4b16987699a8377940a04ed68b 100644 (file)
@@ -1,3 +1,23 @@
+2020-08-26  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2020-08-26  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/71960
+       * include/experimental/string_view (basic_string_view):
+       Enable debug assertions.
+       * include/std/string_view (basic_string_view):
+       Likewise.
+
+2020-08-26  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2020-08-24  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/96766
+       * include/std/variant (_Variant_storage): Replace implicit
+       conversions from size_t to __index_type with explicit casts.
+
 2020-08-19  Jonathan Wakely  <jwakely@redhat.com>
 
        Backported from master: