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-2933.
Date: Mon, 16 Aug 2021 20:44:31 +0000 (GMT)	[thread overview]
Message-ID: <20210816204431.6584D38618EE@sourceware.org> (raw)

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

commit df63c137e3d8bf4a32ea88903b384b37b7c68e96
Merge: 095663dfd1e 6c25932ac39
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Mon Aug 16 19:32:31 2021 +0100

    Merge master r12-2933.
    
            * Merge master r12-2933-g6c25932ac39.

Diff:

 gcc/ChangeLog                                      | 103 +++++++++++
 gcc/DATESTAMP                                      |   2 +-
 gcc/c-family/c-cppbuiltin.c                        |   2 +
 gcc/config/h8300/h8300.c                           |  52 ++++--
 gcc/config/i386/i386-expand.c                      |  94 +++++++++-
 gcc/config/i386/i386-protos.h                      |   1 +
 gcc/config/i386/i386.md                            |   4 +-
 gcc/config/i386/predicates.md                      |  90 ++++++++++
 gcc/config/i386/sse.md                             | 190 +++++++++++++++++++++
 gcc/config/or1k/or1k-opts.h                        |  30 ++++
 gcc/config/or1k/or1k.c                             |  11 +-
 gcc/config/or1k/or1k.h                             |   7 +
 gcc/config/or1k/or1k.opt                           |  19 +++
 gcc/config/riscv/multilib-generator                |  86 ++++++----
 gcc/config/rs6000/altivec.md                       |   6 +-
 gcc/config/rs6000/rs6000.c                         |  14 +-
 gcc/config/sparc/rtemself.h                        |   2 +
 gcc/config/sparc/sparc.c                           |  11 ++
 gcc/coverage.c                                     |   2 +-
 gcc/doc/install.texi                               |  17 ++
 gcc/doc/invoke.texi                                |  12 +-
 gcc/doc/tm.texi                                    |  11 ++
 gcc/doc/tm.texi.in                                 |   2 +
 gcc/dwarf2out.c                                    |  33 ++--
 gcc/fortran/ChangeLog                              |  10 ++
 gcc/fortran/dump-parse-tree.c                      |  24 +++
 gcc/fortran/frontend-passes.c                      |   3 +
 gcc/fortran/gfortran.h                             |  14 +-
 gcc/fortran/match.c                                |   4 +-
 gcc/fortran/match.h                                |   6 +
 gcc/fortran/openmp.c                               |  98 +++++++++++
 gcc/fortran/parse.c                                |  91 +++++++++-
 gcc/fortran/resolve.c                              |  43 +++--
 gcc/fortran/st.c                                   |   6 +
 gcc/fortran/trans-openmp.c                         | 176 +++++++++++++++----
 gcc/fortran/trans-stmt.c                           |   6 +-
 gcc/fortran/trans.c                                |   6 +
 gcc/gimple-ssa-warn-access.cc                      |   9 +-
 gcc/go/gofrontend/MERGE                            |   2 +-
 gcc/ipa-icf-gimple.c                               |   3 +
 gcc/multiple_target.c                              |  25 +--
 gcc/omp-low.c                                      |  10 ++
 gcc/omp-oacc-neuter-broadcast.cc                   |  60 ++++---
 gcc/target.def                                     |  12 ++
 gcc/targhooks.c                                    |   7 +
 gcc/targhooks.h                                    |   2 +
 gcc/testsuite/ChangeLog                            |  36 ++++
 .../g++.dg/warn/Wmismatched-new-delete-6.C         | 158 +++++++++++++++++
 .../g++.dg/warn/Wmismatched-new-delete-7.C         |  91 ++++++++++
 gcc/testsuite/gcc.dg/ipa/pr100600.c                |  22 +++
 gcc/testsuite/gcc.dg/uninit-42.c                   |  87 ++++++++++
 gcc/testsuite/gcc.target/i386/avx512f-pr101896.c   |   5 +
 gcc/testsuite/gcc.target/i386/pr101846-2.c         |  81 +++++++++
 gcc/testsuite/gcc.target/i386/pr101846-3.c         |  73 ++++++++
 gcc/testsuite/gcc.target/i386/pr101846-4.c         |  40 +++++
 gcc/testsuite/gcc.target/i386/pr101930.c           |   9 +
 gcc/testsuite/gfortran.dg/coarray_3.f90            |   4 +-
 gcc/testsuite/gfortran.dg/coarray_sync.f90         |  44 +++++
 gcc/testsuite/gfortran.dg/gomp/masked-1.f90        |  94 ++++++++++
 gcc/testsuite/gfortran.dg/gomp/masked-2.f90        |  46 +++++
 gcc/testsuite/gfortran.dg/gomp/masked-3.f90        |  12 ++
 .../gfortran.dg/gomp/masked-combined-1.f90         |  65 +++++++
 .../gfortran.dg/gomp/masked-combined-2.f90         |  24 +++
 gcc/tree-profile.c                                 |   4 +-
 gcc/tree-ssa-uninit.c                              |  89 +++++++++-
 gcc/tree-switch-conversion.c                       |  42 ++---
 gcc/tree-switch-conversion.h                       |  14 +-
 gcc/tree.c                                         |  28 ++-
 gcc/tree.h                                         |   4 +-
 libbacktrace/ChangeLog                             |   5 +
 libgcc/ChangeLog                                   |   6 +
 libgcc/config.host                                 |   4 +-
 libgcc/config/or1k/t-crtstuff                      |   2 +
 libgcc/libgcov.h                                   |   6 +-
 .../go/internal/syscall/unix/getrandom_solaris.go  |   3 +-
 libgo/go/os/user/decls_solaris.go                  |   7 +-
 libgo/go/runtime/crash_test.go                     |   8 +
 libgo/go/syscall/exec_bsd.go                       |   4 +-
 libgo/go/syscall/exec_unix_test.go                 |   8 +-
 libgo/go/syscall/export_aix_test.go                |   5 +-
 libgo/go/syscall/export_unix_test.go               |  10 +-
 libgo/go/syscall/libcall_linux_utimesnano.go       |   3 +
 libgo/mkruntimeinc.sh                              |   2 +-
 libgo/runtime/stack.c                              |   2 +-
 libgomp/ChangeLog                                  |   4 +
 libgomp/testsuite/libgomp.fortran/masked-1.f90     | 119 +++++++++++++
 .../libgomp.oacc-c-c++-common/mode-transitions.c   |   6 +-
 .../libgomp.oacc-c-c++-common/static-variable-1.c  |   5 +-
 libstdc++-v3/python/Makefile.am                    |  12 +-
 libstdc++-v3/python/Makefile.in                    |   8 +-
 libstdc++-v3/src/c++11/debug.cc                    |   8 +-
 91 files changed, 2493 insertions(+), 234 deletions(-)


                 reply	other threads:[~2021-08-16 20:44 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=20210816204431.6584D38618EE@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).