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-3555.
Date: Wed, 15 Sep 2021 22:11:00 +0000 (GMT)	[thread overview]
Message-ID: <20210915221100.799563857802@sourceware.org> (raw)

https://gcc.gnu.org/g:161314f83447942e1513292ef6380408db143ff4

commit 161314f83447942e1513292ef6380408db143ff4
Merge: 4f6b73fca5c 2ab5c3d5457
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Wed Sep 15 20:03:12 2021 +0100

    Merge master r12-3555.
    
            * Merge master r12-3555-g2ab5c3d5457f.

Diff:

 c++tools/ChangeLog                                 |    6 +
 contrib/config-list.mk                             |    4 +-
 contrib/gcc-changelog/git_commit.py                |   11 +
 contrib/gcc-changelog/test_email.py                |    5 +
 contrib/gcc-changelog/test_patches.txt             |   25 +
 gcc/ChangeLog                                      |  240 ++++
 gcc/DATESTAMP                                      |    2 +-
 gcc/ada/ChangeLog                                  |   68 ++
 gcc/ada/gcc-interface/utils.c                      |   59 +
 gcc/config.gcc                                     |   17 +-
 gcc/config/i386/avx512fp16intrin.h                 | 1236 ++++++++++----------
 gcc/config/i386/avx512fp16vlintrin.h               |  454 +++----
 gcc/config/i386/i386-builtin.def                   |  130 +-
 gcc/config/i386/i386-expand.c                      |   95 +-
 gcc/config/i386/i386.c                             |    7 +-
 gcc/config/i386/sse.md                             |  197 +++-
 gcc/config/i386/vxworks.h                          |   24 +-
 gcc/config/rs6000/lynx.h                           |    1 -
 gcc/config/rs6000/rs6000.c                         |    1 +
 gcc/config/xtensa/t-xtensa                         |    1 +
 gcc/cp/ChangeLog                                   |   56 +
 gcc/cp/cp-tree.h                                   |    4 +-
 gcc/cp/decl.c                                      |   14 +-
 gcc/cp/parser.c                                    |    7 +-
 gcc/cp/rtti.c                                      |   95 +-
 gcc/fortran/ChangeLog                              |   11 +
 gcc/testsuite/ChangeLog                            |  149 +++
 gcc/testsuite/g++.dg/cpp0x/initlist125.C           |   12 +
 gcc/testsuite/g++.dg/cpp0x/initlist126.C           |   17 +
 gcc/testsuite/g++.dg/rtti/undeclared1.C            |    5 +
 gcc/testsuite/gcc.dg/vect/pr102318.c               |   21 +
 gcc/testsuite/gcc.target/i386/avx-1.c              |   58 +-
 gcc/testsuite/gcc.target/i386/avx512fp16-1c.c      |    6 +-
 gcc/testsuite/gcc.target/i386/pr102327-1.c         |   65 +
 gcc/testsuite/gcc.target/i386/pr102327-2.c         |   95 ++
 gcc/testsuite/gcc.target/i386/pr91103-1.c          |    7 +-
 gcc/testsuite/gcc.target/i386/pr91103-2.c          |    4 +
 gcc/testsuite/gcc.target/i386/sse-13.c             |   58 +-
 gcc/testsuite/gcc.target/i386/sse-23.c             |   58 +-
 gcc/testsuite/gfortran.dg/goacc/unexpected-end.f90 |    4 +-
 gcc/testsuite/gnat.dg/zcur_attr.adb                |    8 +
 gcc/testsuite/gnat.dg/zcur_attr.ads                |    4 +
 gcc/tree-vect-data-refs.c                          |   68 +-
 gcc/tree-vect-loop.c                               |   13 +-
 gcc/tree-vectorizer.h                              |   24 +-
 libstdc++-v3/configure                             |  208 ++++
 libstdc++-v3/crossconfig.m4                        |    1 +
 47 files changed, 2433 insertions(+), 1222 deletions(-)


                 reply	other threads:[~2021-09-15 22:11 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=20210915221100.799563857802@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).