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-2791.
Date: Fri,  6 Aug 2021 22:37:19 +0000 (GMT)	[thread overview]
Message-ID: <20210806223719.09DAA39B1C00@sourceware.org> (raw)

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

commit eea4d559aba96da3fd4a24b0d6474ee9d1c14a91
Merge: a6dc097e0dd aff75af3b50
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Fri Aug 6 19:26:33 2021 +0100

    Merge master r12-2791.
    
            * Merge master r12-2791-gaff75af3b50f.

Diff:

 gcc/ChangeLog                                      |   96 ++
 gcc/DATESTAMP                                      |    2 +-
 gcc/c/c-decl.c                                     |    3 +-
 gcc/c/c-parser.c                                   |   63 +-
 gcc/c/c-tree.h                                     |    2 +-
 gcc/config/aarch64/aarch64-sve-builtins.cc         |    4 +-
 gcc/config/aarch64/arm_neon.h                      | 1530 ++++++++++++++++----
 gcc/config/i386/i386.md                            |    4 +-
 gcc/config/rs6000/rs6000.c                         |    2 +
 gcc/cp/cp-objcp-common.h                           |    2 +-
 gcc/cp/decl.c                                      |    2 +-
 gcc/doc/invoke.texi                                |   80 +-
 gcc/dominance.c                                    |    4 +-
 gcc/dominance.h                                    |    2 +-
 gcc/gcov-io.c                                      |   36 +-
 gcc/gcov-io.h                                      |    1 +
 gcc/go/gofrontend/MERGE                            |    2 +-
 gcc/go/gofrontend/expressions.cc                   |   48 +-
 gcc/ipa-prop.h                                     |    8 +-
 gcc/langhooks-def.h                                |    2 +-
 gcc/langhooks.c                                    |    3 +-
 gcc/langhooks.h                                    |    2 +-
 gcc/testsuite/ChangeLog                            |   82 ++
 gcc/testsuite/gcc.dg/gcov-info-to-gcda.c           |   60 +
 .../aarch64/vector_structure_intrinsics.c          |   76 +-
 gcc/testsuite/gcc.target/arm/attr-neon3.c          |    2 +-
 gcc/testsuite/gcc.target/arm/pr69245.c             |    6 +-
 .../gcc.target/arm/pragma_fpu_attribute_2.c        |    4 +-
 gcc/testsuite/gcc.target/i386/pr101797.c           |   15 +
 gcc/testsuite/gcc.target/powerpc/pragma-optimize.c |   13 +
 gcc/testsuite/gfortran.dg/vect/vect-8.f90          |    3 +-
 gcc/tree-data-ref.c                                |   10 +-
 gcc/tree-data-ref.h                                |    4 +-
 gcc/tree-predcom.c                                 |   13 +-
 gcc/tree-ssa-phiopt.c                              |    6 +-
 gcc/tree-ssa-pre.c                                 |    2 +-
 gcc/tree-ssa-threadbackward.c                      |    6 +-
 gcc/tree-vect-data-refs.c                          |   15 +-
 gcc/tree-vect-loop.c                               |   43 +-
 gcc/tree-vect-slp-patterns.c                       |    2 +-
 gcc/tree-vect-stmts.c                              |   28 +-
 gcc/tree-vectorizer.h                              |    6 +-
 gcc/vec.c                                          |   47 +-
 gcc/vec.h                                          |   66 +-
 libcpp/ChangeLog                                   |   11 +
 libgcc/ChangeLog                                   |    7 +
 libgcc/Makefile.in                                 |    2 +-
 libgcc/gcov.h                                      |   19 +
 libgcc/libgcov-driver.c                            |  187 ++-
 libgcc/libgcov.h                                   |    5 -
 libgo/go/runtime/internal/atomic/atomic.c          |   80 +
 libgo/go/runtime/internal/atomic/stubs.go          |   25 +
 libgomp/ChangeLog                                  |   31 +
 libstdc++-v3/ChangeLog                             |   47 +
 libstdc++-v3/include/bits/ranges_base.h            |   24 +-
 libstdc++-v3/include/bits/stl_iterator.h           |   24 +-
 libstdc++-v3/include/bits/stl_queue.h              |    3 -
 libstdc++-v3/include/std/ranges                    |   42 +-
 libstdc++-v3/libsupc++/compare                     |   21 +-
 59 files changed, 2271 insertions(+), 664 deletions(-)


                 reply	other threads:[~2021-08-06 22:37 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=20210806223719.09DAA39B1C00@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).