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-3164.
Date: Thu, 26 Aug 2021 22:24:02 +0000 (GMT)	[thread overview]
Message-ID: <20210826222402.C05933857C6F@sourceware.org> (raw)

https://gcc.gnu.org/g:6282df64d457010c57b6b5bdbd6e80c75c20af4a

commit 6282df64d457010c57b6b5bdbd6e80c75c20af4a
Merge: 2a87014bd68 b2ef23239f2
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Thu Aug 26 20:12:37 2021 +0100

    Merge master r12-3164.
    
            * Merge master r12-3164-gb2ef23239f24.

Diff:

 contrib/mklog.py                                   |  23 +-
 gcc/ChangeLog                                      | 121 +++++++
 gcc/DATESTAMP                                      |   2 +-
 gcc/analyzer/ChangeLog                             |   6 +
 gcc/c-family/ChangeLog                             |   7 +
 gcc/cgraph.h                                       |   5 +-
 gcc/cgraphclones.c                                 |  11 +-
 gcc/config/i386/i386.md                            |   8 +-
 gcc/config/rs6000/vsx.md                           |  26 +-
 gcc/cp/ChangeLog                                   |  12 +
 gcc/cp/cp-objcp-common.c                           |   9 +
 gcc/cp/init.c                                      |   5 +
 gcc/d/ChangeLog                                    |   7 +
 gcc/doc/extend.texi                                |  20 +-
 gcc/doc/invoke.texi                                |   4 +
 gcc/fortran/ChangeLog                              |   6 +
 gcc/gimple-range-cache.cc                          |  40 ++-
 gcc/gimple-range.cc                                |  45 +--
 gcc/ipa-modref-tree.c                              |  44 +--
 gcc/ipa-modref-tree.h                              | 370 +++++++++++++++++----
 gcc/ipa-modref.c                                   |  84 +++--
 gcc/match.pd                                       |   1 -
 gcc/multiple_target.c                              |  16 +-
 gcc/params.opt                                     |   4 +
 gcc/testsuite/ChangeLog                            |  87 +++++
 gcc/testsuite/c-c++-common/dfp/convert-bfp-11.c    |  20 +-
 gcc/testsuite/g++.dg/warn/Wreturn-5.C              |  15 +
 gcc/testsuite/gcc.dg/ipa/modref-1.c                |   8 +-
 gcc/testsuite/gcc.dg/tree-ssa/evrp1.c              |   2 +-
 gcc/testsuite/gcc.dg/tree-ssa/evrp2.c              |   2 +-
 gcc/testsuite/gcc.dg/tree-ssa/evrp3.c              |   2 +-
 gcc/testsuite/gcc.dg/tree-ssa/evrp4.c              |   2 +-
 gcc/testsuite/gcc.dg/tree-ssa/evrp6.c              |   3 +-
 gcc/testsuite/gcc.dg/tree-ssa/modref-4.c           |   8 +-
 gcc/testsuite/gcc.dg/tree-ssa/modref-8.c           |  25 ++
 gcc/testsuite/gcc.dg/tree-ssa/pr64130.c            |   3 +-
 gcc/testsuite/gcc.dg/tree-ssa/ssa-ccp-41.c         |  11 +
 gcc/testsuite/gcc.target/i386/mvc5.c               |   4 +
 gcc/testsuite/gcc.target/i386/mvc7.c               |   8 +-
 gcc/testsuite/gcc.target/i386/pr95778-1.c          |   4 +-
 gcc/testsuite/gcc.target/i386/pr95778-2.c          |   4 +-
 gcc/testsuite/gcc.target/powerpc/pr70117.c         |  24 +-
 gcc/testsuite/lib/target-supports.exp              | 128 +++++++
 gcc/tree-ssa-ccp.c                                 | 160 +++++++++
 libcpp/ChangeLog                                   |  17 +
 libgcc/config/i386/cygming-crtend.c                |   6 +
 libstdc++-v3/ChangeLog                             |  41 +++
 libstdc++-v3/configure                             |  82 ++++-
 libstdc++-v3/configure.ac                          |   5 +
 libstdc++-v3/include/bits/stl_uninitialized.h      | 100 +++---
 libstdc++-v3/include/experimental/internet         |  16 +-
 libstdc++-v3/include/experimental/socket           |  22 +-
 libstdc++-v3/include/ext/rope                      |   5 -
 libstdc++-v3/include/std/valarray                  |  20 +-
 libstdc++-v3/testsuite/17_intro/names.cc           |  12 +
 .../specialized_algorithms/uninitialized_copy/1.cc |   2 +-
 .../uninitialized_copy/102064.cc                   |  52 +++
 .../uninitialized_copy_n/102064.cc                 |  48 +++
 .../uninitialized_fill/102064.cc                   |  51 +++
 .../uninitialized_fill_n/102064.cc                 |  51 +++
 .../testsuite/23_containers/vector/cons/89164.cc   |  14 +-
 .../23_containers/vector/cons/89164_c++17.cc       |  49 ---
 .../experimental/net/internet/resolver/base.cc     |   6 +
 .../experimental/net/socket/basic_socket.cc        |   6 +-
 .../experimental/net/socket/socket_base.cc         |  12 +-
 65 files changed, 1638 insertions(+), 375 deletions(-)


                 reply	other threads:[~2021-08-26 22:24 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=20210826222402.C05933857C6F@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).