public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
From: Iain D Sandoe <iains@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org
Subject: [gcc/devel/c++-coroutines] Merge master r11-6307.
Date: Tue, 22 Dec 2020 22:20:49 +0000 (GMT)	[thread overview]
Message-ID: <20201222222049.95FA83851C3D@sourceware.org> (raw)

https://gcc.gnu.org/g:f646680e3d67fb122c89d0d4e822cbb6117dd164

commit f646680e3d67fb122c89d0d4e822cbb6117dd164
Merge: 61a0eb69e9a 48357ce4f22
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Tue Dec 22 20:04:37 2020 +0000

    Merge master r11-6307.
    
            * r11-6307-g48357ce4f22c8.

Diff:

 c++tools/ChangeLog                                |   5 +
 contrib/ChangeLog                                 |  12 +++
 gcc/ChangeLog                                     |  29 ++++++
 gcc/DATESTAMP                                     |   2 +-
 gcc/config/aarch64/aarch64.md                     |  12 +--
 gcc/config/aarch64/falkor.md                      |   2 +-
 gcc/config/aarch64/predicates.md                  |   2 +
 gcc/config/aarch64/saphira.md                     |   2 +-
 gcc/config/aarch64/thunderx.md                    |   2 +-
 gcc/config/aarch64/thunderx2t99.md                |   2 +-
 gcc/config/aarch64/thunderx3t110.md               |   4 +-
 gcc/config/aarch64/tsv110.md                      |   2 +-
 gcc/config/arm/arm-fixed.md                       |   2 +-
 gcc/config/arm/arm.c                              |   3 +-
 gcc/config/arm/arm.md                             |  31 +++---
 gcc/config/arm/arm1020e.md                        |   2 +-
 gcc/config/arm/arm1026ejs.md                      |   2 +-
 gcc/config/arm/arm1136jfs.md                      |   2 +-
 gcc/config/arm/arm926ejs.md                       |   2 +-
 gcc/config/arm/common.md                          |  41 ++++++++
 gcc/config/arm/cortex-a15.md                      |   2 +-
 gcc/config/arm/cortex-a17.md                      |   2 +-
 gcc/config/arm/cortex-a5.md                       |   2 +-
 gcc/config/arm/cortex-a53.md                      |   2 +-
 gcc/config/arm/cortex-a57.md                      |   2 +-
 gcc/config/arm/cortex-a7.md                       |   2 +-
 gcc/config/arm/cortex-a8.md                       |   2 +-
 gcc/config/arm/cortex-a9.md                       |   2 +-
 gcc/config/arm/cortex-m4.md                       |   2 +-
 gcc/config/arm/cortex-m7.md                       |   2 +-
 gcc/config/arm/cortex-r4.md                       |   2 +-
 gcc/config/arm/exynos-m1.md                       |   2 +-
 gcc/config/arm/fa526.md                           |   2 +-
 gcc/config/arm/fa606te.md                         |   2 +-
 gcc/config/arm/fa626te.md                         |   2 +-
 gcc/config/arm/fa726te.md                         |   2 +-
 gcc/config/arm/fmp626.md                          |   2 +-
 gcc/config/arm/marvell-pj4.md                     |   8 +-
 gcc/config/arm/predicates.md                      |   2 +
 gcc/config/arm/thumb2.md                          |   6 +-
 gcc/config/arm/types.md                           |  67 +++++++++++--
 gcc/config/arm/xgene1.md                          |   2 +-
 gcc/config/i386/i386-expand.c                     |  25 ++++-
 gcc/config/i386/i386.md                           |   2 +-
 gcc/cp/ChangeLog                                  |  12 +++
 gcc/cp/mangle.c                                   |  10 +-
 gcc/cp/method.c                                   |  94 +++++++++++++++++-
 gcc/cp/module.cc                                  |   2 +
 gcc/gimplify.c                                    |   6 +-
 gcc/go/go-lang.c                                  |  10 ++
 gcc/go/gofrontend/MERGE                           |   2 +-
 gcc/go/gofrontend/types.cc                        |   5 +-
 gcc/godump.c                                      |   2 +
 gcc/testsuite/ChangeLog                           |  15 +++
 gcc/testsuite/g++.dg/cpp2a/spaceship-synth-neg5.C |  16 +++
 gcc/testsuite/g++.dg/cpp2a/spaceship-synth10.C    |  57 +++++++++++
 gcc/testsuite/g++.dg/opt/pr98353.C                |  17 ++++
 gcc/testsuite/gcc.target/i386/pr96793.c           |  28 ++++++
 libcody/ChangeLog                                 |  26 +++++
 libgo/go/runtime/select.go                        |  89 +++++++----------
 libiberty/ChangeLog                               |  11 +++
 libiberty/cp-demangle.c                           | 115 +++++++++++++++++-----
 libiberty/cp-demangle.h                           |   4 +
 libiberty/testsuite/demangle-expected             |  12 +++
 libstdc++-v3/ChangeLog                            |  20 ++++
 65 files changed, 700 insertions(+), 160 deletions(-)


                 reply	other threads:[~2020-12-22 22:20 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=20201222222049.95FA83851C3D@sourceware.org \
    --to=iains@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: link
Be 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).