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-1640.
Date: Wed, 24 Jun 2020 23:03:39 +0000 (GMT)	[thread overview]
Message-ID: <20200624230339.500A83954C7C@sourceware.org> (raw)

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

commit e0a7d0320118f02856b4cbca3d653ab6f902dbf8
Merge: 16cbe7f2634 1e5da6a02fe
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Wed Jun 24 21:10:13 2020 +0100

    Merge master r11-1640.
    
            * Merge master r11-1640-g1e5da6a02fec.

Diff:

 contrib/download_prerequisites                     |  18 +-
 gcc/ChangeLog                                      |  40 +
 gcc/DATESTAMP                                      |   2 +-
 gcc/ada/ChangeLog                                  |  47 ++
 gcc/common/config/i386/cpuinfo.h                   | 850 +++++++++++++++++++++
 gcc/common/config/i386/i386-common.c               | 239 +++---
 .../common/config/i386/i386-cpuinfo.h              | 118 ++-
 gcc/common/config/i386/i386-isas.h                 | 163 ++++
 gcc/config.gcc                                     |   4 +-
 gcc/config/i386/driver-i386.c                      | 644 +++-------------
 gcc/config/i386/i386-builtins.c                    | 456 ++---------
 gcc/config/i386/i386.h                             |   5 +
 gcc/cp/ChangeLog                                   |  22 +
 gcc/cp/call.c                                      |  50 +-
 gcc/cp/class.c                                     |   4 +
 gcc/cp/coroutines.cc                               |  12 +
 gcc/cp/cp-tree.h                                   |   5 +-
 gcc/cp/decl.c                                      |  55 +-
 gcc/cp/pt.c                                        |  73 +-
 gcc/fold-const.c                                   |  18 +-
 gcc/fortran/ChangeLog                              |  13 +
 gcc/fortran/iresolve.c                             |   4 +-
 gcc/omp-low.c                                      |   4 +-
 gcc/optc-save-gen.awk                              |  20 +-
 gcc/simplify-rtx.c                                 |   6 +
 gcc/testsuite/ChangeLog                            |  39 +
 .../coro-bad-gro-00-class-gro-scalar-return.C      |  65 ++
 ...C => coro-bad-gro-01-void-gro-non-class-coro.C} |   2 +-
 gcc/testsuite/g++.dg/coroutines/pr95518.C          |  28 +
 gcc/testsuite/g++.dg/coroutines/pr95813.C          |  46 ++
 gcc/testsuite/g++.dg/cpp2a/class-deduction-aggr3.C |  24 +
 gcc/testsuite/g++.dg/cpp2a/class-deduction-aggr4.C |  29 +
 gcc/testsuite/g++.dg/tree-ssa/final4.C             |  12 +
 gcc/testsuite/gcc.dg/ubsan/pr95810.c               |  13 +
 gcc/testsuite/gcc.dg/vect/pr95856.c                |  20 +
 gcc/testsuite/gcc.target/i386/builtin_target.c     | 355 +--------
 gcc/testsuite/gcc.target/i386/pr95866-1.c          |  18 +
 gcc/testsuite/gfortran.dg/pr95827.f90              |  14 +
 .../gfortran.fortran-torture/execute/forall_5.f90  |   8 +-
 gcc/tree-vect-data-refs.c                          | 267 ++++---
 gcc/tree-vect-slp.c                                |  77 +-
 gcc/tree-vect-stmts.c                              |   3 +-
 gcc/tree-vectorizer.c                              |   4 +
 gcc/tree-vectorizer.h                              |   1 +
 include/ChangeLog                                  |   4 +
 libgcc/ChangeLog                                   |   6 +
 libgcc/config/avr/libf7/ChangeLog                  |   4 +
 libgcc/config/i386/cpuinfo.c                       | 465 +----------
 libgomp/ChangeLog                                  |   5 +
 libiberty/ChangeLog                                |   7 +
 libstdc++-v3/ChangeLog                             |  30 +
 libstdc++-v3/include/bits/stl_algobase.h           |   3 +
 libstdc++-v3/include/std/charconv                  |  15 +-
 libstdc++-v3/testsuite/20_util/from_chars/1.cc     |  19 +-
 libstdc++-v3/testsuite/20_util/from_chars/3.cc     |  79 ++
 libstdc++-v3/testsuite/20_util/to_chars/95851.cc   |  36 +
 56 files changed, 2598 insertions(+), 1972 deletions(-)


                 reply	other threads:[~2020-06-24 23:03 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=20200624230339.500A83954C7C@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).