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

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

commit f6d147306c004321837cbae0ea084a815e990c71
Merge: 1f5778562b4 d73c44800b5
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Mon Aug 30 17:20:09 2021 +0100

    Merge master r12-3224.
    
            * Merge master r12-3224-gd73c44800b53.

Diff:

 gcc/ChangeLog                                      | 120 +++++++++
 gcc/DATESTAMP                                      |   2 +-
 gcc/common.opt                                     |   2 +-
 gcc/config.gcc                                     |  14 +
 gcc/config/darwin.c                                |  14 +-
 gcc/config/h8300/bitfield.md                       |  11 -
 gcc/config/h8300/h8300-protos.h                    |   1 -
 gcc/config/h8300/h8300.c                           |  24 +-
 gcc/config/h8300/h8300.md                          |   8 +
 gcc/config/h8300/testcompare.md                    |  80 ++++++
 gcc/config/i386/darwin.h                           |   5 +
 gcc/config/rs6000/rs6000-cpus.def                  |   4 +-
 gcc/config/rs6000/rs6000.c                         |  95 +++++++
 gcc/config/rs6000/rs6000.opt                       |   4 +
 gcc/cp/ChangeLog                                   |   5 +
 gcc/cp/typeck2.c                                   |  12 +-
 gcc/d/ChangeLog                                    |  65 +++++
 gcc/d/d-builtins.cc                                |   2 +-
 gcc/d/d-codegen.cc                                 | 186 +++++++++----
 gcc/d/d-convert.cc                                 |   4 +-
 gcc/d/d-tree.h                                     |   8 +-
 gcc/d/expr.cc                                      |  58 +---
 gcc/d/runtime.cc                                   |   5 +
 gcc/d/runtime.def                                  |  24 +-
 gcc/d/toir.cc                                      |   2 +-
 gcc/d/typeinfo.cc                                  |   9 +-
 gcc/d/types.cc                                     |   3 +-
 gcc/doc/invoke.texi                                |   3 +-
 gcc/expmed.c                                       | 103 +++++--
 gcc/fortran/ChangeLog                              |   6 +
 gcc/fortran/resolve.c                              |   9 +
 gcc/ipa-modref-tree.h                              | 298 +++++++++++++++++----
 gcc/ipa-modref.c                                   |   3 +-
 gcc/testsuite/ChangeLog                            |  62 +++++
 gcc/testsuite/gcc.dg/analyzer/strndup-1.c          |   1 +
 gcc/testsuite/gcc.dg/tree-ssa/modref-9.c           |  15 ++
 gcc/testsuite/gcc.target/powerpc/float128-call.c   |  12 +-
 gcc/testsuite/gcc.target/powerpc/fusion-p10-stst.c |  31 +++
 .../gcc.target/powerpc/fusion-p10-stst2.c          |  30 +++
 gcc/testsuite/gdc.dg/lto/pr102094_0.d              |  18 ++
 gcc/testsuite/gfortran.dg/entry_24.f90             |  20 ++
 gcc/tree-inline.c                                  |   4 +-
 gcc/tree-ssa-dom.c                                 |  65 +++++
 gcc/tree-vect-slp.c                                | 112 ++++----
 gcc/tsystem.h                                      |   2 +-
 libffi/src/mips/ffi.c                              |   8 +
 libffi/src/mips/n32.S                              |   2 +
 libgfortran/ChangeLog                              |   8 +
 libiberty/ChangeLog                                |  20 ++
 libiberty/d-demangle.c                             |  71 +++--
 libiberty/testsuite/d-demangle-expected            |  34 ++-
 libphobos/configure                                |  28 +-
 libphobos/m4/autoconf.m4                           |   2 +-
 libphobos/m4/gcc_support.m4                        |   2 +-
 libstdc++-v3/ChangeLog                             |  26 ++
 libstdc++-v3/include/bits/alloc_traits.h           | 104 +++++++
 libstdc++-v3/include/bits/allocator.h              |  38 +--
 libstdc++-v3/include/bits/std_function.h           |  32 ++-
 libstdc++-v3/include/bits/stl_uninitialized.h      |   2 +-
 libstdc++-v3/include/ext/extptr_allocator.h        |   5 +
 libstdc++-v3/src/c++17/fs_ops.cc                   |   7 -
 61 files changed, 1563 insertions(+), 387 deletions(-)


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

only message in thread, other threads:[~2021-08-30 22:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-30 22:32 [gcc/devel/c++-coroutines] Merge master r12-3224 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).