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

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

commit dd6cc7964cfe6de71c769b8865e758a62318ba0f
Merge: c655183a259 a87d3f964df
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Wed Apr 14 20:34:56 2021 +0100

    Merge master r11-8184.
    
            * Merge master r11-8184-ga87d3f964df3.

Diff:

 config/ChangeLog                                   |  5 ++
 gcc/ChangeLog                                      | 25 +++++++
 gcc/DATESTAMP                                      |  2 +-
 gcc/ada/ChangeLog                                  |  9 +++
 gcc/analyzer/ChangeLog                             | 12 +++
 gcc/config/aarch64/aarch64-d.c                     | 23 ++++++
 gcc/config/aarch64/aarch64-protos.h                |  1 +
 gcc/config/aarch64/aarch64.c                       | 54 ++++++++++++++
 gcc/config/aarch64/aarch64.h                       |  3 +-
 gcc/config/arm/arm-d.c                             | 42 +++++++++++
 gcc/config/arm/arm-protos.h                        |  1 +
 gcc/config/arm/arm.c                               | 25 ++++---
 gcc/config/arm/arm.h                               |  3 +-
 gcc/config/i386/i386-d.c                           | 48 ++++++++++++
 gcc/config/i386/i386-protos.h                      |  2 +
 gcc/config/i386/i386.h                             |  4 +-
 gcc/config/mips/mips-d.c                           | 30 ++++++++
 gcc/config/mips/mips-protos.h                      |  1 +
 gcc/config/mips/mips.h                             |  3 +-
 gcc/config/pa/pa-d.c                               | 28 +++++++
 gcc/config/pa/pa-protos.h                          |  1 +
 gcc/config/pa/pa.h                                 |  3 +-
 gcc/config/riscv/riscv-d.c                         | 46 ++++++++++++
 gcc/config/riscv/riscv-protos.h                    |  1 +
 gcc/config/riscv/riscv.h                           |  3 +-
 gcc/config/rs6000/rs6000-d.c                       | 30 ++++++++
 gcc/config/rs6000/rs6000-protos.h                  |  1 +
 gcc/config/rs6000/rs6000.h                         |  3 +-
 gcc/config/s390/s390-builtins.def                  | 85 ++++++++++++++--------
 gcc/config/s390/s390-d.c                           | 30 ++++++++
 gcc/config/s390/s390-protos.h                      |  1 +
 gcc/config/s390/s390.c                             | 35 +++++++--
 gcc/config/s390/s390.h                             |  3 +-
 gcc/config/sparc/sparc-d.c                         | 28 +++++++
 gcc/config/sparc/sparc-protos.h                    |  1 +
 gcc/config/sparc/sparc.h                           |  3 +-
 gcc/cp/ChangeLog                                   | 46 ++++++++++++
 gcc/cp/decl.c                                      |  5 +-
 gcc/cp/parser.c                                    | 21 +++++-
 gcc/cp/pt.c                                        | 15 +++-
 gcc/cp/semantics.c                                 | 29 ++++++++
 gcc/cse.c                                          |  5 ++
 gcc/cselib.c                                       |  5 ++
 gcc/d/d-builtins.cc                                | 19 -----
 gcc/d/d-target.cc                                  | 14 +++-
 gcc/d/d-target.def                                 | 33 +++++++++
 gcc/d/decl.cc                                      |  6 +-
 gcc/d/typeinfo.cc                                  |  5 +-
 gcc/d/types.cc                                     | 19 +++--
 gcc/doc/tm.texi                                    | 22 ++++++
 gcc/doc/tm.texi.in                                 |  6 ++
 gcc/fortran/intrinsic.texi                         | 34 ++++-----
 gcc/jump.c                                         |  5 ++
 gcc/lra-constraints.c                              | 17 ++++-
 gcc/print-rtl.c                                    | 32 +++++++-
 gcc/reload.c                                       |  5 ++
 gcc/rtl.c                                          | 10 +++
 gcc/rtl.h                                          | 17 +++++
 gcc/testsuite/ChangeLog                            | 84 +++++++++++++++++++++
 .../c-c++-common/Wimplicit-fallthrough-6.c         | 16 ++--
 .../c-c++-common/Wimplicit-fallthrough-7.c         |  4 +-
 gcc/testsuite/g++.dg/cpp0x/alias-decl-equiv1.C     | 13 ++++
 gcc/testsuite/g++.dg/cpp1z/class-deduction85.C     | 16 ++++
 gcc/testsuite/g++.dg/cpp2a/constexpr-dtor3.C       |  4 +-
 gcc/testsuite/g++.dg/cpp2a/lambda-uneval14.C       |  6 ++
 gcc/testsuite/g++.dg/cpp2a/spaceship-err6.C        | 20 +++++
 gcc/testsuite/g++.dg/debug/cleanup1.C              | 41 +++++++++++
 gcc/testsuite/g++.dg/debug/defaulted1.C            | 10 +++
 gcc/testsuite/g++.dg/ext/constexpr-attr-cleanup1.C |  4 +-
 gcc/testsuite/g++.dg/gcov/gcov-2.C                 |  4 +-
 gcc/testsuite/g++.dg/parse/uneval1.C               | 14 ++++
 gcc/testsuite/g++.dg/template/dependent-tmpl2.C    | 10 +++
 gcc/testsuite/g++.dg/template/ref11.C              |  9 +++
 gcc/testsuite/g++.dg/tm/inherit2.C                 |  4 +-
 gcc/testsuite/g++.dg/tm/unsafe1.C                  |  4 +-
 .../g++.dg/warn/Wimplicit-fallthrough-1.C          |  4 +-
 gcc/testsuite/g++.dg/warn/uninit-pr82800.C         | 43 +++++++++++
 gcc/testsuite/g++.old-deja/g++.ns/crash3.C         |  2 +-
 gcc/testsuite/g++.old-deja/g++.ns/template7.C      |  2 +-
 gcc/testsuite/g++.old-deja/g++.pt/crash8.C         |  4 +-
 gcc/testsuite/gcc.dg/pr86058.c                     | 19 +++++
 .../gcc.target/aarch64/sve/acle/general/pr99246.c  | 17 +++++
 gcc/testsuite/gcc.target/aarch64/sve/pr99929_1.c   | 16 ++++
 gcc/testsuite/gcc.target/aarch64/sve/pr99929_2.c   |  5 ++
 gcc/testsuite/gcc.target/i386/pr100066.c           | 13 ++++
 .../gcc.target/s390/zvector/imm-range-error-1.c    | 26 +++++++
 .../gcc.target/s390/zvector/vec_msum_u128-1.c      | 45 ++++++++++++
 gcc/tree-cfg.c                                     |  2 +
 gcc/tree-ssa-propagate.c                           |  2 +-
 libcpp/ChangeLog                                   | 12 +++
 libgomp/testsuite/libgomp.fortran/alloc-1.F90      |  3 +-
 libstdc++-v3/ChangeLog                             | 12 +++
 92 files changed, 1308 insertions(+), 147 deletions(-)


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

only message in thread, other threads:[~2021-04-14 22:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-14 22:02 [gcc/devel/c++-coroutines] Merge master r11-8184 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).