public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/c++-coroutines] Merge master r12-1073.
@ 2021-05-26 21:29 Iain D Sandoe
  0 siblings, 0 replies; only message in thread
From: Iain D Sandoe @ 2021-05-26 21:29 UTC (permalink / raw)
  To: gcc-cvs

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(-)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-26 21:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-26 21:29 [gcc/devel/c++-coroutines] Merge master r12-1073 Iain D Sandoe

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).