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-1197.
Date: Thu,  3 Jun 2021 22:41:20 +0000 (GMT)	[thread overview]
Message-ID: <20210603224120.CFD15399003F@sourceware.org> (raw)

https://gcc.gnu.org/g:46e5d3b12f171b896b6d763f8912e05eb848349b

commit 46e5d3b12f171b896b6d763f8912e05eb848349b
Merge: a7be5fecf1d 5883e567564
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Thu Jun 3 19:41:39 2021 +0100

    Merge master r12-1197.
    
            * Merge master r12-1197-g5883e567564c.

Diff:

 ChangeLog                                          |   4 +
 MAINTAINERS                                        |   3 +-
 gcc/ChangeLog                                      |  64 ++++
 gcc/DATESTAMP                                      |   2 +-
 gcc/ada/gcc-interface/decl.c                       |  37 ++-
 gcc/analyzer/store.h                               |   2 -
 gcc/analyzer/svalue.cc                             |  29 +-
 gcc/c-family/c-ada-spec.c                          | 311 ++++++++++---------
 gcc/c/c-typeck.c                                   |   7 +-
 gcc/calls.c                                        |  21 +-
 gcc/common.opt                                     |  11 +-
 gcc/common/config/arc/arc-common.c                 |   1 -
 gcc/config/arc/arc.c                               |  23 --
 gcc/config/arc/arc.h                               |   4 +-
 gcc/config/arc/arc.md                              |  36 ---
 gcc/config/arc/arc.opt                             |  18 +-
 gcc/config/arm/mve.md                              |   6 +-
 gcc/config/arm/neon.md                             |   2 +-
 gcc/config/arm/unspecs.md                          |   2 -
 gcc/config/arm/vec-common.md                       |   4 +-
 gcc/config/i386/i386-expand.c                      |   6 +
 gcc/config/i386/mmx.md                             | 176 ++++++++++-
 gcc/config/rs6000/fusion.md                        |  64 ++--
 gcc/config/rs6000/genfusion.pl                     |  20 +-
 gcc/config/rs6000/rs6000-logue.c                   |  11 +-
 gcc/config/xtensa/xtensa.h                         |   7 +-
 gcc/cp/ChangeLog                                   |   8 +
 gcc/cp/call.c                                      |   6 +-
 gcc/cp/class.c                                     |  15 +
 gcc/cp/cp-tree.h                                   |   1 +
 gcc/cp/decl.c                                      |  25 +-
 gcc/cp/pt.c                                        |  15 +-
 gcc/cp/semantics.c                                 |  28 +-
 gcc/diagnostic-show-locus.c                        |   6 +-
 gcc/doc/invoke.texi                                |  13 +-
 gcc/dwarf2out.c                                    | 345 ++++++++++++++-------
 gcc/function-tests.c                               |   5 +
 gcc/gimple-range-cache.cc                          |   4 +-
 gcc/gimple-range-tests.cc                          |  72 +++++
 gcc/gimple-range.cc                                |  90 +-----
 gcc/gimple-range.h                                 |   7 +-
 gcc/opts.c                                         |  41 +--
 gcc/ree.c                                          |  30 +-
 gcc/selftest.h                                     |   1 +
 gcc/testsuite/ChangeLog                            |  19 ++
 gcc/testsuite/g++.dg/cpp0x/alias-decl-71.C         |  13 +
 gcc/testsuite/g++.dg/cpp2a/using-enum-9.C          |  28 ++
 gcc/testsuite/g++.dg/gomp/depend-iterator-3.C      |  43 +++
 gcc/testsuite/g++.dg/gomp/this-1.C                 |  16 +-
 gcc/testsuite/g++.dg/init/no-elide2.C              |  32 ++
 gcc/testsuite/gcc.dg/pr80776-1.c                   |  12 +-
 gcc/testsuite/gcc.dg/spellcheck-options-23.c       |   5 +
 gcc/testsuite/gcc.target/aarch64/cpunative/info_16 |   2 +-
 gcc/testsuite/gcc.target/aarch64/cpunative/info_17 |   2 +-
 .../aarch64/sve/part_vect_single_iter_epilog.c     |  11 +
 gcc/testsuite/gcc.target/arm/simd/mve-vabs.c       |  44 +++
 gcc/testsuite/gcc.target/i386/vperm-v2hi.c         |  41 +++
 gcc/testsuite/gcc.target/i386/vperm-v4qi.c         |  47 +++
 gcc/testsuite/gnat.dg/bit_packed_array6.adb        |  10 +
 gcc/testsuite/gnat.dg/bit_packed_array6_pkg.ads    |  13 +
 gcc/testsuite/gnat.dg/inline22.adb                 |  19 ++
 gcc/tree-affine.c                                  |   7 +-
 gcc/tree-data-ref.c                                |  12 +-
 gcc/tree-inline.c                                  |  36 ++-
 gcc/tree-vect-loop.c                               |  31 +-
 gcc/tree-vrp.c                                     |  56 ----
 gcc/tree-vrp.h                                     |   1 -
 gcc/value-query.cc                                 | 123 +++++++-
 gcc/value-query.h                                  |   3 +
 gcc/vr-values.c                                    |   2 +-
 libstdc++-v3/ChangeLog                             |  25 ++
 libstdc++-v3/include/bits/ranges_algo.h            |  16 +-
 libstdc++-v3/include/std/ranges                    | 119 ++++++-
 .../testsuite/std/ranges/adaptors/100577.cc        | 101 ++++++
 libstdc++-v3/testsuite/std/ranges/range.cc         |   3 -
 libstdc++-v3/testsuite/util/testsuite_iterators.h  |   2 +-
 76 files changed, 1754 insertions(+), 723 deletions(-)


                 reply	other threads:[~2021-06-03 22:41 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=20210603224120.CFD15399003F@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).