public inbox for gcc-cvs@sourceware.org help / color / mirror / Atom feed
From: GCC Administrator <gccadmin@gcc.gnu.org> To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r11-8763] Daily bump. Date: Sat, 17 Jul 2021 00:18:49 +0000 (GMT) [thread overview] Message-ID: <20210717001849.6C669383E83D@sourceware.org> (raw) https://gcc.gnu.org/g:955ceda03da0a9b804e13f6643287416ae97a83e commit r11-8763-g955ceda03da0a9b804e13f6643287416ae97a83e Author: GCC Administrator <gccadmin@gcc.gnu.org> Date: Sat Jul 17 00:18:12 2021 +0000 Daily bump. Diff: --- gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 22 ++++++++++++++++++++++ gcc/testsuite/ChangeLog | 16 ++++++++++++++++ libstdc++-v3/ChangeLog | 15 +++++++++++++++ 4 files changed, 54 insertions(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 16244c60afd..4a190229b81 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20210716 +20210717 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 1da091c82fd..451655af5d4 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,25 @@ +2021-07-16 Patrick Palka <ppalka@redhat.com> + + Backported from master: + 2021-07-16 Patrick Palka <ppalka@redhat.com> + + PR c++/101233 + * pt.c (alias_ctad_tweaks): Clear cp_unevaluated_operand for + substituting DECL_ARGUMENTS. + +2021-07-16 Patrick Palka <ppalka@redhat.com> + + Backported from master: + 2021-05-11 Patrick Palka <ppalka@redhat.com> + + PR c++/100138 + * constraint.cc (tsubst_constraint): Set up cp_unevaluated. + (satisfy_atom): Set up iloc_sentinel before calling + cxx_constant_value. + * pt.c (tsubst_pack_expansion): When returning a rebuilt pack + expansion, carry over PACK_EXPANSION_LOCAL_P and + PACK_EXPANSION_SIZEOF_P from the original pack expansion. + 2021-07-13 Patrick Palka <ppalka@redhat.com> Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 75cda661ba1..6c86e7715af 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,19 @@ +2021-07-16 Patrick Palka <ppalka@redhat.com> + + Backported from master: + 2021-07-16 Patrick Palka <ppalka@redhat.com> + + PR c++/101233 + * g++.dg/cpp2a/class-deduction-alias10.C: New test. + +2021-07-16 Patrick Palka <ppalka@redhat.com> + + Backported from master: + 2021-05-11 Patrick Palka <ppalka@redhat.com> + + PR c++/100138 + * g++.dg/cpp2a/concepts-ctad4.C: New test. + 2021-07-15 Harald Anlauf <anlauf@gmx.de> Backported from master: diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 01a51bdecbb..84ea1525553 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,18 @@ +2021-07-16 Jonathan Wakely <jwakely@redhat.com> + + Backported from master: + 2021-06-15 Jonathan Wakely <jwakely@redhat.com> + + * include/bits/iterator_concepts.h (__cust_access::__decay_copy): + Replace with function object. + (__cust_access::__member_begin, ___cust_access::_adl_begin): Use + __decay_copy unqualified. + * include/bits/ranges_base.h (__member_end, __adl_end): + Likewise. Use __range_iter_t for type of ranges::begin. + (__member_rend): Use correct value category for rbegin argument. + (__member_data): Use __decay_copy unqualified. + (__begin_data): Use __range_iter_t for type of ranges::begin. + 2021-07-15 Jonathan Wakely <jwakely@redhat.com> Backported from master:
reply other threads:[~2021-07-17 0:18 UTC|newest] Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20210717001849.6C669383E83D@sourceware.org \ --to=gccadmin@gcc.gnu.org \ --cc=gcc-cvs@gcc.gnu.org \ --cc=libstdc++-cvs@gcc.gnu.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).