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-1368.
Date: Fri, 11 Jun 2021 07:27:22 +0000 (GMT)	[thread overview]
Message-ID: <20210611072722.81D25393BC37@sourceware.org> (raw)

https://gcc.gnu.org/g:5f3b39f0fecd81c59d6f44c595775a7172d7bcd8

commit 5f3b39f0fecd81c59d6f44c595775a7172d7bcd8
Merge: 6a5e21d7d83 7a895955095
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Thu Jun 10 19:22:55 2021 +0100

    Merge master r12-1368.
    
            * Merge master r12-1368-g7a895955095b.

Diff:

 gcc/ChangeLog                                      | 299 +++++++++++++++++++++
 gcc/DATESTAMP                                      |   2 +-
 gcc/analyzer/ChangeLog                             |  15 ++
 gcc/analyzer/region-model.cc                       |  16 +-
 gcc/analyzer/region-model.h                        |  16 +-
 gcc/c-family/ChangeLog                             |   6 +
 gcc/config/h8300/extensions.md                     |  12 +-
 gcc/config/h8300/h8300.c                           |   4 +-
 gcc/config/rs6000/aix71.h                          |   1 +
 gcc/config/rs6000/aix72.h                          |   1 +
 gcc/config/s390/vector.md                          |   2 +-
 gcc/d/ChangeLog                                    |  10 +
 gcc/fortran/ChangeLog                              |   9 +
 gcc/gimple-pretty-print.c                          |   7 +-
 gcc/gimple-ssa-evrp.c                              |  11 +-
 gcc/gimple.h                                       |  18 +-
 gcc/gimplify.c                                     |   5 +-
 gcc/ifcvt.c                                        |   4 +-
 gcc/omp-builtins.def                               |   5 +-
 gcc/omp-expand.c                                   |  19 +-
 gcc/omp-low.c                                      |   9 +-
 gcc/testsuite/ChangeLog                            | 100 +++++++
 .../c-c++-common/goacc-gomp/nesting-fail-1.c       |   4 +-
 gcc/testsuite/c-c++-common/goacc/finalize-1.c      |  12 +-
 gcc/testsuite/c-c++-common/goacc/mdc-1.c           |  19 +-
 gcc/testsuite/c-c++-common/goacc/mdc-2.c           |   2 +-
 gcc/testsuite/c-c++-common/goacc/nesting-fail-1.c  |   8 +-
 .../c-c++-common/goacc/struct-enter-exit-data-1.c  |   4 +-
 gcc/testsuite/g++.dg/cpp23/feat-cxx2b.C            |   2 -
 gcc/testsuite/g++.dg/cpp2a/feat-cxx2a.C            |   2 -
 gcc/testsuite/g++.dg/goacc/mdc.C                   |   2 +-
 gcc/testsuite/g++.dg/opt/pr100852.C                |  25 ++
 gcc/testsuite/gcc.dg/vect/pr56541.c                |   2 +-
 .../gcc.target/s390/vector/vcond-mixed-double.c    |  41 +++
 .../gcc.target/s390/vector/vcond-mixed-float.c     |  41 +++
 .../gfortran.dg/goacc/attach-descriptor.f90        |   6 +-
 gcc/testsuite/gfortran.dg/goacc/finalize-1.f       |  12 +-
 .../gfortran.dg/goacc/mapping-tests-3.f90          |   2 +-
 gcc/tree-vect-slp.c                                |   5 +
 gcc/value-query.cc                                 |  24 +-
 gcc/value-query.h                                  |  18 +-
 libgcc/ChangeLog                                   |  40 +++
 libgcc/config/rs6000/quad-float128.h               |  12 +
 libgomp/ChangeLog                                  |  10 +
 libgomp/libgomp.map                                |   6 +
 libgomp/libgomp_g.h                                |   6 +-
 libgomp/oacc-mem.c                                 | 172 ++++++++----
 libgomp/oacc-parallel.c                            |  58 ----
 libgomp/testsuite/libgomp.fortran/pr100981-2.f90   |   2 +
 libstdc++-v3/ChangeLog                             |  22 ++
 .../testsuite/29_atomics/atomic_ref/wait_notify.cc |  25 +-
 51 files changed, 921 insertions(+), 234 deletions(-)


                 reply	other threads:[~2021-06-11  7:27 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=20210611072722.81D25393BC37@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).