]> gcc.gnu.org Git - gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 4 Jun 2021 00:17:19 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 4 Jun 2021 00:17:19 +0000 (00:17 +0000)
gcc/DATESTAMP
libstdc++-v3/ChangeLog

index d18547857b149969895f8bd2828c3723fec43acc..8da0c6d18afba3c1299122e3df7a4450496977af 100644 (file)
@@ -1 +1 @@
-20210603
+20210604
index eed41c387f14ad0560411e4a245a7bb795458116..0d662c65df119d05f3617c51241fade1f7922378 100644 (file)
@@ -1,3 +1,50 @@
+2021-06-03  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2021-06-01  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/100833
+       * include/bits/range_access.h (ranges::advance(iter, n, sentinel)):
+       Fix return value for no-op case.
+       * testsuite/24_iterators/range_operations/advance.cc: Test
+       return values of three-argument overload.
+
+2021-06-03  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2021-05-26  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/100768
+       * include/bits/range_access.h (ranges::advance)
+       (ranges::distance, ranges::next, ranges::prev): Replace
+       function templates with function objects.
+       * testsuite/24_iterators/headers/iterator/synopsis_c++20.cc:
+       Adjust for changes to function objects.
+       * testsuite/std/ranges/adaptors/elements.cc: Add using
+       declarations for names from namespace ranges.
+       * testsuite/std/ranges/adaptors/transform.cc: Likewise.
+       * testsuite/24_iterators/range_operations/100768.cc: New test.
+
+2021-06-03  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2021-06-01  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/99453
+       * python/Makefile.am: Use archive name for printer hook if no
+       dynamic library name is available.
+       * python/Makefile.in: Regenerate.
+
+2021-06-03  Philippe Blain  <levraiphilippeblain@gmail.com>
+
+       Backported from master:
+       2021-04-21  Philippe Blain  <levraiphilippeblain@gmail.com>
+                   Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/99453
+       * python/Makefile.am: Install libstdc++*-gdb.py more robustly.
+       * python/Makefile.in: Regenerate.
+
 2021-05-17  Jonathan Wakely  <jwakely@redhat.com>
 
        PR libstdc++/100630
This page took 0.072868 seconds and 5 git commands to generate.