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-6842.
Date: Fri, 22 Jan 2021 00:10:04 +0000 (GMT)	[thread overview]
Message-ID: <20210122001005.01A3A3844054@sourceware.org> (raw)

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

commit ff254a4176aedf65eaa175f8aee07df68d4b9d8c
Merge: dafa4c8a5da f645da0e4ab
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Thu Jan 21 19:33:56 2021 +0000

    Merge master r11-6842.
    
            * Merge master r11-6842-gf645da0e4ab9.

Diff:

 gcc/ChangeLog                                      |  79 ++++++++
 gcc/DATESTAMP                                      |   2 +-
 gcc/config/aarch64/aarch64-simd.md                 | 203 ++++++++++++++++++---
 gcc/config/arm/arm_mve.h                           |   2 +-
 gcc/cp/ChangeLog                                   |  28 +++
 gcc/cp/constexpr.c                                 |  98 +++++++++-
 gcc/cp/module.cc                                   |  51 ++++--
 gcc/cp/name-lookup.c                               |  11 +-
 gcc/cp/semantics.c                                 |   5 +-
 gcc/d/dmd/MERGE                                    |   2 +-
 gcc/d/dmd/traits.c                                 |  10 +-
 gcc/doc/sourcebuild.texi                           |   5 +
 gcc/fortran/decl.c                                 |   3 +-
 gcc/fortran/expr.c                                 |   3 +
 gcc/fortran/intrinsic.texi                         |   2 +-
 gcc/fortran/resolve.c                              |   3 +-
 gcc/regcprop.c                                     |  29 +++
 gcc/testsuite/ChangeLog                            |  63 +++++++
 gcc/testsuite/g++.dg/cpp0x/decltype-71879.C        |   5 +
 gcc/testsuite/g++.dg/cpp1y/constexpr-98672.C       |  92 ++++++++++
 gcc/testsuite/g++.dg/modules/stat-mem-1.h          |   6 +
 gcc/testsuite/g++.dg/modules/stat-mem-1_a.H        |   5 +
 gcc/testsuite/g++.dg/modules/stat-mem-1_b.C        |   4 +
 gcc/testsuite/gcc.dg/Walloca-2.c                   |   6 +-
 gcc/testsuite/gcc.dg/pr78973.c                     |   2 +-
 gcc/testsuite/gcc.dg/torture/ftrapv-2.c            |   4 +-
 gcc/testsuite/gcc.dg/vect/slp-reduc-3.c            |   7 +-
 gcc/testsuite/gcc.target/aarch64/vdup_lane_2.c     |   2 +-
 gcc/testsuite/gcc.target/arm/ivopts.c              |   2 +-
 gcc/testsuite/gcc.target/i386/pr98694.c            |  41 +++++
 .../gdc.test/compilable/imports/test15371.d        |   9 +
 gcc/testsuite/gdc.test/compilable/test15371.d      |  10 +
 gcc/testsuite/gfortran.dg/module_procedure_5.f90   |  31 ++++
 gcc/testsuite/gfortran.dg/module_procedure_6.f90   |  51 ++++++
 gcc/testsuite/lib/target-supports.exp              |  15 +-
 libgomp/ChangeLog                                  |   7 +
 libgomp/task.c                                     |  22 +--
 libstdc++-v3/ChangeLog                             |   7 +
 libstdc++-v3/config/os/aix/ctype_inline.h          |  12 +-
 libstdc++-v3/src/c++17/Makefile.in                 |   4 +-
 40 files changed, 848 insertions(+), 95 deletions(-)


                 reply	other threads:[~2021-01-22  0:10 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=20210122001005.01A3A3844054@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).