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-3189.
Date: Fri, 27 Aug 2021 20:42:29 +0000 (GMT)	[thread overview]
Message-ID: <20210827204229.9EB103858006@sourceware.org> (raw)

https://gcc.gnu.org/g:1f5778562b4b93ac19403fdffb00daca82cd207b

commit 1f5778562b4b93ac19403fdffb00daca82cd207b
Merge: 6282df64d45 94a047359f8
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Fri Aug 27 19:25:15 2021 +0100

    Merge master r12-3189.
    
            * Merge master r12-3189-g94a047359f84.

Diff:

 contrib/ChangeLog                                  |    5 +
 gcc/ChangeLog                                      |   96 +
 gcc/DATESTAMP                                      |    2 +-
 gcc/config/darwin.c                                |   37 +-
 gcc/config/darwin.h                                |    3 +
 gcc/config/i386/i386.c                             |   91 +-
 gcc/config/i386/i386.md                            |   15 +-
 gcc/config/i386/sse.md                             |   26 +-
 gcc/config/rs6000/rs6000-builtin-new.def           |  658 +++
 gcc/config/rs6000/rs6000-call.c                    |   17 +
 gcc/config/rs6000/rs6000-gen-builtins.c            |    4 +-
 gcc/config/rs6000/rs6000-overload.def              | 6083 ++++++++++++++++++++
 gcc/config/rs6000/rs6000.c                         |   55 +-
 gcc/configure.ac                                   |   10 +-
 gcc/ipa-modref-tree.h                              |   33 +-
 gcc/symbol-summary.h                               |    4 +-
 gcc/testsuite/ChangeLog                            |   12 +
 gcc/testsuite/gcc.dg/tree-ssa/ssa-dce-3.c          |    9 +-
 gcc/testsuite/gcc.target/i386/avx512f-pr101472.c   |   49 +
 gcc/testsuite/gcc.target/i386/avx512f-vshufpd-1.c  |    3 +-
 gcc/testsuite/gcc.target/i386/avx512f-vshufps-1.c  |    3 +-
 gcc/testsuite/gcc.target/i386/avx512vl-pr101472.c  |   79 +
 gcc/testsuite/gcc.target/i386/pr43147.c            |   15 +
 .../gcc.target/powerpc/dive-vectorize-1.c          |   11 +
 .../gcc.target/powerpc/dive-vectorize-1.h          |   22 +
 .../gcc.target/powerpc/dive-vectorize-2.c          |   13 +
 .../gcc.target/powerpc/dive-vectorize-2.h          |   22 +
 .../gcc.target/powerpc/dive-vectorize-run-1.c      |   54 +
 .../gcc.target/powerpc/dive-vectorize-run-2.c      |   56 +
 gcc/testsuite/gcc.target/powerpc/float128-call.c   |   27 +-
 .../gcc.target/powerpc/p10-bifs-vectorize-1.c      |   16 +
 .../gcc.target/powerpc/p10-bifs-vectorize-1.h      |   40 +
 .../gcc.target/powerpc/p10-bifs-vectorize-run-1.c  |   48 +
 gcc/testsuite/lib/target-supports.exp              |    9 +-
 gcc/tree-ssa-dce.c                                 |   14 +-
 gcc/tree-ssa-uninit.c                              |  186 +-
 libgcc/ChangeLog                                   |   13 +
 libgcc/config/rs6000/ibm-ldouble.c                 |   14 +-
 libgfortran/Makefile.am                            |    2 +-
 libgfortran/Makefile.in                            |    3 +-
 libgfortran/configure                              |  146 +-
 libgfortran/configure.ac                           |    1 +
 libgfortran/libgfortran.spec.in                    |    2 +-
 libstdc++-v3/ChangeLog                             |   42 +
 libstdc++-v3/include/bits/std_function.h           |  209 +-
 libstdc++-v3/include/bits/unique_ptr.h             |    4 +-
 .../testsuite/20_util/function/cons/lwg2774.cc     |   31 +
 .../testsuite/20_util/function/cons/noexcept.cc    |   37 +
 48 files changed, 8036 insertions(+), 295 deletions(-)


                 reply	other threads:[~2021-08-27 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=20210827204229.9EB103858006@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).