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 r12-2257.
Date: Mon, 12 Jul 2021 20:42:42 +0000 (GMT)	[thread overview]
Message-ID: <20210712204242.3B04E3937421@sourceware.org> (raw)

https://gcc.gnu.org/g:34458deb44d0b4ff0b47035d56a313098c82f599

commit 34458deb44d0b4ff0b47035d56a313098c82f599
Merge: b3de4b203fe 9d4393af9d2
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Mon Jul 12 19:35:05 2021 +0100

    Merge master r12-2257.
    
            * Merge master r12-2257-g9d4393af9d2b.

Diff:

 ChangeLog                                          |   6 +
 config/ChangeLog                                   |   5 +
 gcc/ChangeLog                                      |  64 ++
 gcc/DATESTAMP                                      |   2 +-
 gcc/ada/ChangeLog                                  | 251 ++++++
 gcc/ada/adaint.c                                   |   2 +-
 gcc/ada/atree.adb                                  |  24 +-
 gcc/ada/atree.ads                                  |   8 +
 gcc/ada/atree.h                                    |   9 +
 gcc/ada/einfo-utils.adb                            |  25 +-
 gcc/ada/einfo-utils.ads                            |   7 +
 gcc/ada/einfo.ads                                  |  12 -
 gcc/ada/errout.ads                                 |   2 +-
 gcc/ada/exp_imgv.adb                               |  19 +-
 gcc/ada/exp_pakd.adb                               |   4 +-
 gcc/ada/fe.h                                       |   3 +
 gcc/ada/freeze.adb                                 |  12 +-
 gcc/ada/gcc-interface/decl.c                       | 174 +++--
 gcc/ada/gcc-interface/misc.c                       |   6 +-
 gcc/ada/gcc-interface/trans.c                      |   2 +-
 gcc/ada/gcc-interface/utils.c                      |   8 +-
 gcc/ada/gen_il-fields.ads                          |   1 -
 gcc/ada/gen_il-gen-gen_entities.adb                |  27 +-
 gcc/ada/gen_il-gen-gen_nodes.adb                   |  12 +-
 gcc/ada/gen_il-gen.adb                             |  72 +-
 gcc/ada/gen_il-internals.ads                       |  21 +
 gcc/ada/gen_il-types.ads                           |  19 +-
 gcc/ada/layout.adb                                 |   2 +-
 gcc/ada/libgnat/s-dwalin.adb                       | 842 ++++++++++++++-------
 gcc/ada/libgnat/s-dwalin.ads                       | 124 +--
 gcc/ada/repinfo.adb                                |  24 +-
 gcc/ada/scans.ads                                  |   6 +-
 gcc/ada/scn.adb                                    |   9 +-
 gcc/ada/sem_ch13.adb                               |  93 ++-
 gcc/ada/sem_prag.adb                               |   2 +-
 gcc/ada/sem_util.adb                               |   4 +-
 gcc/ada/sinfo.ads                                  |  12 +-
 gcc/ada/treepr.adb                                 |  43 +-
 gcc/ada/types.h                                    |   4 +
 gcc/ada/uintp.ads                                  |   5 +
 gcc/config/arm/arm_neon.h                          |  24 +-
 gcc/config/arm/neon.md                             |   9 -
 gcc/config/arm/vec-common.md                       |   9 +
 gcc/cp/ChangeLog                                   |  51 ++
 gcc/cp/decl.c                                      |   4 +-
 gcc/cp/init.c                                      |  43 +-
 gcc/dump-context.h                                 |   2 +-
 gcc/dumpfile.c                                     |   4 +-
 gcc/gcc.c                                          |  17 +-
 gcc/gcse.c                                         |   3 +-
 gcc/gimple.c                                       |   4 +-
 gcc/go/gofrontend/MERGE                            |   2 +-
 gcc/match.pd                                       |  36 +-
 gcc/postreload-gcse.c                              |   4 +-
 gcc/recog.c                                        |  36 +-
 gcc/recog.h                                        |  12 +-
 gcc/reload.c                                       |  16 +-
 gcc/testsuite/ChangeLog                            |  71 ++
 gcc/testsuite/g++.dg/concepts/explicit-spec1.C     |   9 +
 gcc/testsuite/g++.dg/cpp0x/pr78765.C               |   2 +-
 gcc/testsuite/g++.dg/cpp2a/concepts-requires27.C   |  10 +
 gcc/testsuite/g++.dg/template/sfinae14.C           |   2 +-
 gcc/testsuite/g++.dg/torture/pr101373.C            |  33 +
 gcc/testsuite/g++.dg/vect/slp-pr87105.cc           |   2 +-
 gcc/testsuite/gcc.dg/pr101403.c                    |  17 +
 gcc/testsuite/gcc.dg/torture/pr100329.c            |   2 +-
 gcc/testsuite/gcc.dg/torture/pr100519.c            |   2 +-
 gcc/testsuite/gcc.dg/torture/pr101394.c            |  18 +
 gcc/testsuite/gcc.dg/tree-ssa/pr96928-1.c          |   5 +-
 gcc/testsuite/gcc.dg/vect/bb-slp-pr54400.c         |   2 +-
 gcc/testsuite/gcc.target/arm/armv8_2-fp16-neon-2.c |  10 +-
 gcc/testsuite/gcc.target/arm/simd/pr98435.c        |  15 +
 gcc/testsuite/gnat.dg/opt95.adb                    |  40 +
 gcc/tree-eh.c                                      |   5 +-
 gcc/tree-ssa-phiopt.c                              |  13 +-
 gcc/tree-ssa-pre.c                                 |  40 +-
 gcc/tree-vect-slp.c                                |  50 +-
 libffi/ChangeLog                                   |   5 +
 libffi/configure.host                              |  21 +-
 libgo/runtime/proc.c                               |   4 +-
 libgo/runtime/runtime_c.c                          |   2 +-
 libstdc++-v3/ChangeLog                             |   5 +
 libstdc++-v3/include/std/span                      |   1 +
 .../testsuite/23_containers/span/101411.cc         |  15 +
 84 files changed, 1974 insertions(+), 670 deletions(-)


                 reply	other threads:[~2021-07-12 20:42 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=20210712204242.3B04E3937421@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).