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 r11-4724.
Date: Wed,  4 Nov 2020 20:35:25 +0000 (GMT)	[thread overview]
Message-ID: <20201104203525.A3A4F398797D@sourceware.org> (raw)

https://gcc.gnu.org/g:298dc7b409463becd09e3215d9954dd9a3a1a7fd

commit 298dc7b409463becd09e3215d9954dd9a3a1a7fd
Merge: cf8db5d7535 e86fd6a17cd
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Wed Nov 4 19:34:06 2020 +0000

    Merge master r11-4724.
    
            * Merge master r11-4724-ge86fd6a17cdb.

Diff:

 contrib/ChangeLog                                  |   8 +
 contrib/gcc-changelog/git_commit.py                |   7 +-
 contrib/gcc-changelog/git_repository.py            |   2 +-
 contrib/gcc-changelog/test_email.py                |  10 +
 contrib/gcc-changelog/test_patches.txt             |  55 +++++
 gcc/ChangeLog                                      | 269 ++++++++++++++++++---
 gcc/DATESTAMP                                      |   2 +-
 gcc/c-family/ChangeLog                             |   4 +
 gcc/c-family/c-objc.h                              |   1 +
 gcc/c-family/c-omp.c                               |  29 ++-
 gcc/c-family/stub-objc.c                           |   6 +
 gcc/c/c-decl.c                                     |  27 +++
 gcc/c/c-parser.c                                   |  10 +-
 gcc/c/c-typeck.c                                   | 104 +++++++-
 gcc/cgraph.c                                       |  12 +-
 gcc/cgraph.h                                       |   4 +-
 gcc/cgraphclones.c                                 |   8 +-
 gcc/config/i386/i386-options.c                     |   2 +-
 gcc/config/i386/i386.c                             |   4 -
 gcc/config/i386/i386elf.h                          |  62 +----
 gcc/cp/ChangeLog                                   |  97 ++++++++
 gcc/cp/constexpr.c                                 |   2 +-
 gcc/cp/parser.c                                    |   1 +
 gcc/cp/pt.c                                        |  16 +-
 gcc/cp/semantics.c                                 |  52 +++-
 gcc/cp/tree.c                                      |   5 +-
 gcc/fortran/ChangeLog                              |  23 ++
 gcc/gimple-range-cache.cc                          | 174 +++++++++++++
 gcc/gimple-range-cache.h                           |   3 +
 gcc/gimple-range.cc                                |  23 +-
 gcc/ira.c                                          |   7 +-
 gcc/lra-constraints.c                              |  24 +-
 gcc/objc/objc-act.c                                |  16 +-
 gcc/omp-low.c                                      |   2 +-
 gcc/recog.c                                        |   8 +-
 gcc/symtab-clones.cc                               |  18 +-
 gcc/symtab.c                                       |   7 +-
 gcc/targhooks.c                                    |   2 +-
 gcc/testsuite/ChangeLog                            | 255 ++++++++++++++++---
 gcc/testsuite/c-c++-common/goacc/pr92793-1.c       |  58 ++++-
 gcc/testsuite/c-c++-common/gomp/allocate-4.c       |  39 +++
 gcc/testsuite/g++.dg/DRs/dr2303.C                  |  37 +++
 gcc/testsuite/g++.dg/Wclass-memaccess.C            | 209 +++++++++++++++-
 gcc/testsuite/g++.dg/cpp1z/class-deduction75.C     |  15 ++
 gcc/testsuite/g++.dg/gomp/allocate-2.C             |  11 +
 gcc/testsuite/g++.dg/gomp/allocate-3.C             | 206 ++++++++++++++++
 gcc/testsuite/gcc.c-torture/execute/pr97695.c      |  20 ++
 gcc/testsuite/gcc.dg/c2x-attr-nodiscard-1.c        |  62 +++++
 gcc/testsuite/gcc.dg/c2x-attr-nodiscard-2.c        |  42 ++++
 gcc/testsuite/gcc.dg/c2x-attr-nodiscard-3.c        |  11 +
 gcc/testsuite/gcc.dg/c2x-attr-nodiscard-4.c        |   6 +
 gcc/testsuite/gcc.dg/c2x-attr-syntax-5.c           |   5 -
 gcc/testsuite/gcc.dg/pr97515.c                     |   6 +-
 gcc/testsuite/gcc.dg/tree-ssa/phi-opt-22.c         |  11 +
 gcc/testsuite/gcc.dg/tree-ssa/ssa-ccp-11.c         |   2 +-
 gcc/testsuite/gcc.dg/vect/bb-slp-pattern-2.c       |   6 +-
 gcc/testsuite/gcc.dg/vect/bb-slp-pr97709.c         |  26 ++
 .../gcc.target/arm/pure-code/no-literal-pool-m0.c  |   3 +-
 .../gcc.target/arm/pure-code/no-literal-pool-m23.c |   3 +-
 gcc/testsuite/gcc.target/i386/pr97540.c            |   6 +
 gcc/testsuite/gfortran.dg/goacc/pr92793-1.f90      |  55 ++++-
 gcc/tree-ssa-phiopt.c                              |  38 ++-
 gcc/tree-vect-loop.c                               |  28 ++-
 gcc/tree-vect-slp.c                                |   4 +-
 gcc/tree-vect-stmts.c                              |   4 +-
 gcc/tree-vectorizer.h                              |   3 +-
 gcc/varpool.c                                      |   2 +-
 libcpp/ChangeLog                                   |  25 ++
 libgcc/ChangeLog                                   |  11 +
 libstdc++-v3/ChangeLog                             |  57 +++++
 .../config/abi/pre/gnu-versioned-namespace.ver     |   4 +
 libstdc++-v3/doc/html/manual/api.html              |   7 +
 libstdc++-v3/doc/xml/manual/evolution.xml          |   9 +
 libstdc++-v3/include/bits/stl_algo.h               |   2 +-
 libstdc++-v3/include/bits/uniform_int_dist.h       |   8 +-
 libstdc++-v3/include/parallel/algo.h               |  15 ++
 libstdc++-v3/include/std/syncstream                |   5 +-
 libstdc++-v3/src/c++11/mutex.cc                    |  68 +++---
 libstdc++-v3/testsuite/18_support/96817.cc         |   4 +
 79 files changed, 2201 insertions(+), 293 deletions(-)


                 reply	other threads:[~2020-11-04 20:35 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=20201104203525.A3A4F398797D@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).