aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-06-20 00:16:21 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-06-20 00:16:21 +0000
commitb245d1c3d6fb2621a232ddcb8928cbad0e5134bd (patch)
tree28e450ab8e11ac7593acf4eb7d5e3d8d86e5ad6d
parentbc046a60cfdd7145fd1e644184ced04d89feb871 (diff)
downloadgcc-b245d1c3d6fb2621a232ddcb8928cbad0e5134bd.zip
gcc-b245d1c3d6fb2621a232ddcb8928cbad0e5134bd.tar.gz
gcc-b245d1c3d6fb2621a232ddcb8928cbad0e5134bd.tar.bz2
Daily bump.
-rw-r--r--gcc/DATESTAMP2
-rw-r--r--libstdc++-v3/ChangeLog20
2 files changed, 21 insertions, 1 deletions
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index a522144..3a84504 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20210619
+20210620
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index f8d6fa74..87645fa 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,23 @@
+2021-06-19 Patrick Palka <ppalka@redhat.com>
+
+ * include/std/ranges (transform_view::_Iterator::_S_iter_concept):
+ Consider _Base instead of _Vp as per LWG 3555.
+ (elements_view::_Iterator::_S_iter_concept): Likewise.
+
+2021-06-19 Patrick Palka <ppalka@redhat.com>
+
+ * include/std/ranges (split_view::_OuterIter::value_type::begin):
+ Remove the non-const overload, and remove the copyable constraint
+ on the const overload as per LWG 3553.
+
+2021-06-19 Patrick Palka <ppalka@redhat.com>
+
+ * include/bits/stl_iterator.h
+ (__detail::__common_iter_use_postfix_proxy): Add
+ move_constructible constraint as per LWG 3546.
+ (common_iterator::__postfix_proxy): Adjust initializer of
+ _M_keep as per LWG 3546.
+
2021-06-18 Patrick Palka <ppalka@redhat.com>
PR libstdc++/100387