public inbox for gcc-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-8200.
Date: Thu, 15 Apr 2021 23:34:43 +0000 (GMT)	[thread overview]
Message-ID: <20210415233443.C29A73839C72@sourceware.org> (raw)

https://gcc.gnu.org/g:3e9389a010f16089c11016dc76afd6326a1942a7

commit 3e9389a010f16089c11016dc76afd6326a1942a7
Merge: dd6cc7964cf a25590f29d0
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Thu Apr 15 19:17:01 2021 +0100

    Merge master r11-8200.
    
            * Merge master r11-8200-ga25590f29d07.

Diff:

 gcc/ChangeLog                                      | 120 ++++++++++++
 gcc/DATESTAMP                                      |   2 +-
 gcc/attribs.c                                      |  77 ++++++++
 gcc/attribs.h                                      |   3 +
 gcc/c/c-typeck.c                                   |  10 +-
 gcc/config/aarch64/aarch64.md                      |  53 ++++++
 gcc/cp/ChangeLog                                   |  42 +++++
 gcc/cp/parser.c                                    |   4 +
 gcc/cp/typeck.c                                    |  15 +-
 gcc/d/ChangeLog                                    |  37 ++++
 gcc/doc/invoke.texi                                |   1 -
 gcc/fortran/ChangeLog                              |   5 +
 gcc/fortran/symbol.c                               |   2 +-
 gcc/fortran/trans-array.c                          | 204 ++++++++-------------
 gcc/fortran/trans-expr.c                           |  98 +++++++---
 gcc/fortran/trans.c                                |  36 ++--
 gcc/fortran/trans.h                                |   6 +-
 gcc/gimple-builder.h                               |   2 +
 gcc/lto/lto.c                                      |   2 +-
 gcc/testsuite/ChangeLog                            |  64 +++++++
 gcc/testsuite/g++.dg/cpp2a/lambda-uneval15.C       |   5 +
 .../advsimd-intrinsics/advsimd-intrinsics.exp      |  72 ++++++++
 .../aarch64/advsimd-intrinsics/pr98852.C           | 110 +++++++++++
 .../g++.target/aarch64/sve/aarch64-sve.exp         |  10 +-
 .../aarch64/sve/acle/aarch64-sve-acle-asm.exp      |   2 +-
 .../aarch64/sve2/acle/aarch64-sve2-acle-asm.exp    |   4 +
 gcc/testsuite/gcc.dg/pr86058.c                     |   4 +-
 gcc/testsuite/gcc.dg/pr93210.c                     |   2 +-
 .../aarch64/advsimd-intrinsics/pr98852.c           | 129 +++++++++++++
 gcc/testsuite/gcc.target/aarch64/pr100056.c        |  58 ++++++
 .../gcc.target/aarch64/sve/aarch64-sve.exp         |  19 +-
 .../aarch64/sve/acle/aarch64-sve-acle-asm.exp      |   2 +-
 .../gcc.target/aarch64/sve2/aarch64-sve2.exp       |  14 +-
 .../aarch64/sve2/acle/aarch64-sve2-acle-asm.exp    |   4 +
 gcc/testsuite/lib/gcc-defs.exp                     |  62 +++++++
 libgomp/ChangeLog                                  |   7 +
 libgomp/testsuite/lib/libgomp.exp                  |  12 ++
 .../testsuite/libgomp.c-c++-common/task-detach-6.c |   5 +-
 libgomp/testsuite/libgomp.c/pr99555-1.c            |   5 +-
 .../testsuite/libgomp.fortran/task-detach-6.f90    |   3 +-
 libstdc++-v3/libsupc++/Makefile.am                 |   4 +
 libstdc++-v3/libsupc++/Makefile.in                 |  18 +-
 libstdc++-v3/src/c++98/Makefile.am                 |   5 -
 libstdc++-v3/src/c++98/Makefile.in                 |  10 +-
 .../testsuite/18_support/exception_ptr/96657.cc    |  17 ++
 libstdc++-v3/testsuite/lib/dg-options.exp          |   1 +
 46 files changed, 1135 insertions(+), 232 deletions(-)


                 reply	other threads:[~2021-04-15 23: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=20210415233443.C29A73839C72@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).