[gcc r10-9790] Daily bump.

GCC Administrator gccadmin@gcc.gnu.org
Tue May 4 00:18:24 GMT 2021


https://gcc.gnu.org/g:1f354d6e51cf083e7c1f26c7f3f02024ea824bb7

commit r10-9790-g1f354d6e51cf083e7c1f26c7f3f02024ea824bb7
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Tue May 4 00:17:50 2021 +0000

    Daily bump.

Diff:
---
 gcc/DATESTAMP          |  2 +-
 libstdc++-v3/ChangeLog | 11 +++++++++++
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 891293d2df1..a96c930f221 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20210503
+20210504
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 08a4335d58c..91baa3a055f 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,14 @@
+2021-05-03  Patrick Palka  <ppalka@redhat.com>
+
+	Backported from master:
+	2021-04-27  Patrick Palka  <ppalka@redhat.com>
+
+	PR libstdc++/100290
+	* include/std/ranges (join_view::_Iterator::operator++): Correct
+	the return type of the lambda to avoid returning a copy of
+	_M_parent->_M_inner.
+	* testsuite/std/ranges/adaptors/join.cc (test10): New test.
+
 2021-04-30  Jonathan Wakely  <jwakely@redhat.com>
 
 	Backported from master:


More information about the Libstdc++-cvs mailing list