public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/c++-coroutines] Merge master r11-6307.
@ 2020-12-22 22:20 Iain D Sandoe
  0 siblings, 0 replies; only message in thread
From: Iain D Sandoe @ 2020-12-22 22:20 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

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(-)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-12-22 22:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-22 22:20 [gcc/devel/c++-coroutines] Merge master r11-6307 Iain D Sandoe

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).