public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/c++-coroutines] Merge master r12-1989.
@ 2021-07-02 23:06 Iain D Sandoe
  0 siblings, 0 replies; only message in thread
From: Iain D Sandoe @ 2021-07-02 23:06 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:953c151c6db3657b62201f36da587a5358a05763

commit 953c151c6db3657b62201f36da587a5358a05763
Merge: c249b9a09dc e3528ce197f
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Fri Jul 2 19:35:39 2021 +0100

    Merge master r12-1989.
    
            * Merge master r12-1989-ge3528ce197f8.

Diff:

 ChangeLog                                          |   4 +
 contrib/gen_autofdo_event.py                       |  54 ++-
 gcc/ChangeLog                                      | 217 ++++++++++
 gcc/DATESTAMP                                      |   2 +-
 gcc/ada/ChangeLog                                  |   6 +
 gcc/ada/exp_attr.adb                               |   7 +-
 gcc/btfout.c                                       |   2 +
 gcc/c-family/ChangeLog                             |  15 +
 gcc/c-family/c-ada-spec.c                          |  40 +-
 gcc/config/darwin.h                                |  10 +-
 gcc/config/frv/frv-protos.h                        | 118 +++---
 gcc/config/h8300/h8300-protos.h                    |   6 +-
 gcc/config/h8300/h8300.c                           |  53 ++-
 gcc/config/h8300/shiftrotate.md                    | 244 ++++++-----
 gcc/config/i386/gcc-auto-profile                   |  41 +-
 gcc/config/i386/i386-expand.c                      |  36 +-
 gcc/config/i386/i386.c                             |   6 +-
 gcc/config/i386/sse.md                             |   4 +-
 gcc/config/m32r/m32r-protos.h                      |   8 +-
 gcc/config/m32r/m32r.c                             |   6 +-
 gcc/config/rs6000/rs6000-builtin.def               |  22 +
 gcc/config/rs6000/rs6000-call.c                    |  56 ++-
 gcc/config/rs6000/rs6000.c                         |  32 +-
 gcc/config/rs6000/rs6000.md                        | 106 +++++
 gcc/config/stormy16/stormy16-protos.h              |   6 +-
 gcc/config/stormy16/stormy16.c                     |   4 +-
 gcc/cp/ChangeLog                                   |  25 ++
 gcc/cp/pt.c                                        |  23 +-
 gcc/diagnostic.h                                   |   3 +
 gcc/doc/extend.texi                                |   3 +
 gcc/gimple-loop-interchange.cc                     |   4 +-
 gcc/input.c                                        | 459 ++++++++++++---------
 gcc/input.h                                        |  33 ++
 gcc/range-op.cc                                    |  18 +-
 gcc/testsuite/ChangeLog                            |  91 ++++
 gcc/testsuite/c-c++-common/dump-ada-spec-14.c      |   2 +-
 gcc/testsuite/g++.dg/cpp2a/concepts-memtmpl4.C     |  28 ++
 gcc/testsuite/gcc.dg/debug/btf/btf-float-1.c       |  20 +
 gcc/testsuite/gcc.dg/debug/btf/btf-function-3.c    |   2 +-
 gcc/testsuite/gcc.dg/debug/btf/btf-struct-2.c      |   2 +-
 gcc/testsuite/gcc.dg/debug/btf/btf-variables-2.c   |   2 +-
 gcc/testsuite/gcc.dg/pr101223.c                    |  44 ++
 gcc/testsuite/gcc.dg/tree-ssa/ssa-lim-15.c         |  18 +
 gcc/testsuite/gcc.target/i386/avx2-pr101286.c      |  11 +
 .../gcc.target/i386/keylocker-aesdec128kl.c        |   2 +
 .../gcc.target/i386/keylocker-aesdec256kl.c        |   2 +
 .../gcc.target/i386/keylocker-aesdecwide128kl.c    |   9 +
 .../gcc.target/i386/keylocker-aesdecwide256kl.c    |   9 +
 .../gcc.target/i386/keylocker-aesenc128kl.c        |   2 +
 .../gcc.target/i386/keylocker-aesenc256kl.c        |   2 +
 .../gcc.target/i386/keylocker-aesencwide128kl.c    |   9 +
 .../gcc.target/i386/keylocker-aesencwide256kl.c    |   9 +
 gcc/testsuite/gcc.target/powerpc/float128-cmove.c  |  58 +++
 .../gcc.target/powerpc/float128-minmax-3.c         |  15 +
 gcc/testsuite/gcc.target/powerpc/mma-builtin-7.c   |  26 ++
 gcc/testsuite/gcc.target/powerpc/mma-builtin-8.c   |  27 ++
 gcc/testsuite/lib/gcc-defs.exp                     |  34 ++
 gcc/tree-ssa-loop-im.c                             |  27 +-
 include/btf.h                                      |   9 +-
 libgcc/ChangeLog                                   |   5 +
 libgcc/soft-fp/extendhfxf2.c                       |  53 +++
 libgcc/soft-fp/truncxfhf2.c                        |  52 +++
 libgfortran/ChangeLog                              |   7 +
 libgfortran/runtime/ISO_Fortran_binding.c          |   4 +-
 libgomp/ChangeLog                                  |   5 +
 libstdc++-v3/ChangeLog                             |  16 +
 libstdc++-v3/doc/doxygen/doxygroups.cc             |   4 +-
 libstdc++-v3/doc/doxygen/user.cfg.in               |   7 +-
 libstdc++-v3/include/bits/fs_fwd.h                 |  34 +-
 libstdc++-v3/include/bits/fs_path.h                |  20 +-
 libstdc++-v3/include/bits/unique_ptr.h             |  15 -
 libstdc++-v3/include/experimental/bits/fs_fwd.h    |  24 +-
 libstdc++-v3/include/experimental/bits/fs_path.h   |  12 +-
 libstdc++-v3/include/ext/throw_allocator.h         |   2 +-
 libstdc++-v3/include/std/chrono                    |  72 +++-
 libstdc++-v3/include/std/system_error              |  26 +-
 libstdc++-v3/libsupc++/exception                   |  20 +-
 libstdc++-v3/libsupc++/exception.h                 |   1 +
 .../testsuite/20_util/unique_ptr/lwg2762.cc        |  18 -
 79 files changed, 1950 insertions(+), 580 deletions(-)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-02 23:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-02 23:06 [gcc/devel/c++-coroutines] Merge master r12-1989 Iain D Sandoe

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).