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-7403.
Date: Fri, 26 Feb 2021 21:34:54 +0000 (GMT)	[thread overview]
Message-ID: <20210226213454.C59F5386188D@sourceware.org> (raw)

https://gcc.gnu.org/g:00c0b20ef40043d3b31b6f07843b984b02c6d3e7

commit 00c0b20ef40043d3b31b6f07843b984b02c6d3e7
Merge: 59e2a032a32 b8ff3f8efed
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Thu Feb 25 19:36:00 2021 +0000

    Merge master r11-7403.
    
            * Merge master r11-7403-gb8ff3f8efeda.

Diff:

 c++tools/server.cc                                 |  14 +-
 gcc/BASE-VER                                       |   2 +-
 gcc/ChangeLog                                      |  74 ++++++++
 gcc/DATESTAMP                                      |   2 +-
 gcc/analyzer/region-model-impl-calls.cc            |  11 ++
 gcc/analyzer/region-model.cc                       |   8 +
 gcc/analyzer/region-model.h                        |   1 +
 gcc/analyzer/sm-malloc.cc                          |  70 +++++++-
 gcc/c-family/c.opt                                 |   6 +-
 gcc/c/ChangeLog                                    |   5 +
 gcc/config/aarch64/aarch64.md                      |   4 +-
 gcc/config/arm/thumb2.md                           |  47 +++--
 gcc/cp/ChangeLog                                   |  22 +++
 gcc/cp/coroutines.cc                               |  36 +++-
 gcc/cp/mapper-client.cc                            |   2 +-
 gcc/cp/module.cc                                   | 190 ++++++++++++++-------
 gcc/doc/invoke.texi                                |  13 +-
 gcc/fortran/ChangeLog                              |  16 ++
 gcc/match.pd                                       |   2 +-
 gcc/testsuite/ChangeLog                            | 116 +++++++++++++
 .../g++.dg/coroutines/coro1-refs-and-ctors.h       |   7 +-
 gcc/testsuite/g++.dg/coroutines/pr95822.C          |  29 ++++
 gcc/testsuite/g++.dg/coroutines/pr97587.C          |  32 ++++
 gcc/testsuite/g++.dg/modules/pr98718_a.C           |  18 ++
 gcc/testsuite/g++.dg/modules/pr98718_b.C           |  20 +++
 gcc/testsuite/g++.dg/modules/pr99166_a.X           |   3 +-
 gcc/testsuite/g++.dg/modules/pr99166_b.C           |   4 +-
 gcc/testsuite/g++.dg/modules/pr99166_c.C           |   4 +-
 gcc/testsuite/g++.dg/modules/pr99166_d.C           |   6 +-
 .../g++.dg/vect/simd-complex-num-null-node.cc      |  78 +++++++++
 gcc/testsuite/g++.dg/warn/pr80635-1.C              |  46 +++++
 gcc/testsuite/g++.dg/warn/pr80635-2.C              |  31 ++++
 gcc/testsuite/gcc.dg/analyzer/pr99193-1.c          |  65 +++++++
 gcc/testsuite/gcc.dg/analyzer/pr99193-2.c          |  68 ++++++++
 gcc/testsuite/gcc.dg/analyzer/pr99193-3.c          |  48 ++++++
 gcc/testsuite/gcc.dg/analyzer/realloc-1.c          |  55 ++++++
 gcc/testsuite/gcc.dg/pr97172-2.c                   |   1 +
 gcc/testsuite/gcc.dg/vect/pr99253.c                |  22 +++
 gcc/testsuite/gcc.target/arm/cmse/cmse-18.c        |  11 ++
 gcc/testsuite/gcc.target/i386/pr95798-1.c          |  29 ++++
 gcc/testsuite/gcc.target/i386/pr95798-2.c          |  29 ++++
 gcc/testsuite/gcc.target/powerpc/pr96264.c         |   2 +-
 gcc/testsuite/gfortran.dg/pr95690.f90              |   4 +-
 gcc/tree-vect-loop.c                               |  56 +++---
 gcc/tree-vect-slp.c                                |  55 +++---
 gcc/tree-vrp.c                                     |  17 +-
 libcpp/ChangeLog                                   |  12 ++
 libcpp/include/line-map.h                          |   5 +-
 libcpp/line-map.c                                  |  37 ++--
 libgcc/ChangeLog                                   |  12 ++
 libstdc++-v3/ChangeLog                             |  71 ++++++++
 .../post/aarch64-linux-gnu/baseline_symbols.txt    | 104 +++++++++++
 .../abi/post/ia64-linux-gnu/baseline_symbols.txt   | 121 +++++++++++++
 .../abi/post/m68k-linux-gnu/baseline_symbols.txt   | 121 +++++++++++++
 .../post/riscv64-linux-gnu/baseline_symbols.txt    | 116 +++++++++++++
 libstdc++-v3/doc/html/manual/abi.html              |   6 +-
 libstdc++-v3/doc/xml/manual/abi.xml                |  12 +-
 libstdc++-v3/include/std/chrono                    |   6 +-
 libstdc++-v3/include/std/utility                   |   9 +
 libstdc++-v3/include/std/version                   |   3 +-
 libstdc++-v3/src/c++17/floating_to_chars.cc        |   6 +-
 libstdc++-v3/testsuite/20_util/to_underlying/1.cc  |  38 +++++
 .../testsuite/20_util/to_underlying/version.cc     |  27 +++
 .../testsuite/27_io/headers/cstdio/types_std.cc    |   2 +-
 64 files changed, 1875 insertions(+), 214 deletions(-)


                 reply	other threads:[~2021-02-26 21:34 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=20210226213454.C59F5386188D@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).