public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Iain D Sandoe <iains@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc/devel/c++-coroutines] Merge master r12-1073.
Date: Wed, 26 May 2021 21:29:28 +0000 (GMT)	[thread overview]
Message-ID: <20210526212928.78E93385782E@sourceware.org> (raw)

https://gcc.gnu.org/g:01e21803c5d2e266397d6b2044b9f35b04086897

commit 01e21803c5d2e266397d6b2044b9f35b04086897
Merge: c0c3fc319c4 7f0cfeb1ac5
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Wed May 26 19:05:11 2021 +0100

    Merge master r12-1073.
    
            * Merge master r12-1073-g7f0cfeb1ac58.

Diff:

 c++tools/ChangeLog                                 |  19 +
 contrib/ChangeLog                                  |   4 +
 gcc/ChangeLog                                      | 294 ++++++++
 gcc/DATESTAMP                                      |   2 +-
 gcc/Makefile.in                                    |   2 +-
 gcc/ada/ChangeLog                                  |   4 +
 gcc/ada/init.c                                     |   2 +-
 gcc/c-family/ChangeLog                             |  20 +
 gcc/c/c-decl.c                                     |   7 +
 gcc/config/arc/arc.c                               |  20 +-
 gcc/config/arm/aout.h                              |   2 +-
 gcc/config/arm/mve.md                              |   2 +-
 gcc/config/arm/neon.md                             |  13 -
 gcc/config/arm/vec-common.md                       |  26 +
 gcc/config/bfin/bfin.c                             |   6 +-
 gcc/config/csky/constraints.md                     |   4 +
 gcc/config/csky/csky.c                             |  22 +-
 gcc/config/csky/csky.md                            |  14 +
 gcc/config/csky/csky_insn_fpuv2.md                 |   4 +-
 gcc/config/csky/csky_insn_fpuv3.md                 |  16 +-
 gcc/config/epiphany/epiphany.c                     |   2 +-
 gcc/config/iq2000/iq2000.md                        |   6 +-
 gcc/config/microblaze/microblaze.c                 |  26 +-
 gcc/config/microblaze/microblaze.md                |  18 +-
 gcc/cp/ChangeLog                                   |   7 +
 gcc/cp/cvt.c                                       |  36 +-
 gcc/cp/pt.c                                        |   5 +-
 gcc/cp/tree.c                                      |  15 +-
 gcc/doc/gcov.texi                                  |   8 +-
 gcc/doc/include/fdl.texi                           |   2 +-
 gcc/doc/install-old.texi                           | 184 -----
 gcc/doc/install.texi                               |  92 ++-
 gcc/fortran/ChangeLog                              |   6 +
 gcc/gimple-range-cache.cc                          | 126 ++--
 gcc/gimple-range-cache.h                           |   1 -
 gcc/gimple-range-gori.cc                           | 739 ++++++++-------------
 gcc/gimple-range-gori.h                            | 136 +++-
 gcc/gimple-range.cc                                | 167 +++--
 gcc/gimple-range.h                                 |  13 +-
 gcc/gimplify.c                                     |   2 +-
 gcc/match.pd                                       |  73 ++
 gcc/omp-low.c                                      |  39 +-
 gcc/omp-offload.c                                  |  12 +-
 gcc/testsuite/ChangeLog                            |  62 ++
 gcc/testsuite/g++.dg/cpp0x/noexcept68.C            |   8 +
 gcc/testsuite/g++.dg/cpp1z/elide6.C                |  16 +
 gcc/testsuite/gcc.dg/sso-13.c                      |  24 +
 gcc/testsuite/gcc.dg/tree-ssa/pr96928-1.c          |  48 ++
 gcc/testsuite/gcc.dg/tree-ssa/pr96928.c            |   7 +-
 gcc/testsuite/gcc.target/arm/simd/mve-vaddv-1.c    |  26 +
 gcc/testsuite/gcc.target/csky/fldrd_fstrd.c        |  17 +
 .../gcc.target/csky/fpuv3/fldr64_fstr64.c          |  18 +
 gcc/testsuite/gcc.target/csky/ldbs.c               |  11 +
 libgomp/ChangeLog                                  |   5 +
 libgomp/config/gcn/target.c                        |  65 ++
 libgomp/config/nvptx/target.c                      |  65 ++
 libgomp/testsuite/libgomp.c-c++-common/for-3.c     |  56 +-
 libgomp/testsuite/libgomp.c-c++-common/target-41.c |  28 +
 libgomp/testsuite/libgomp.c-c++-common/target-42.c |  26 +
 liboffloadmic/ChangeLog                            |   6 +
 60 files changed, 1625 insertions(+), 1061 deletions(-)


                 reply	other threads:[~2021-05-26 21:29 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=20210526212928.78E93385782E@sourceware.org \
    --to=iains@gcc.gnu.org \
    --cc=gcc-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).