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

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

commit f16549bc0e9960ef4afa435cba3f26e20767e4c0
Merge: 6f8f96552ca 0af37ad4422
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Mon Mar 7 19:42:29 2022 +0000

    Merge master r12-7525.
    
            * Merge master r12-7525-g0af37ad44220.

Diff:

 gcc/ChangeLog                                      |   116 +
 gcc/DATESTAMP                                      |     2 +-
 gcc/analyzer/ChangeLog                             |     6 +
 gcc/analyzer/analyzer.cc                           |     2 +-
 gcc/analyzer/analyzer.opt                          |     2 +-
 gcc/analyzer/engine.cc                             |    50 +-
 gcc/analyzer/sm-taint.cc                           |     2 +-
 gcc/analyzer/store.cc                              |     4 +-
 gcc/c-family/c-attribs.cc                          |     4 +-
 gcc/c/c-parser.cc                                  |     4 +-
 gcc/config/aarch64/fractional-cost.h               |     2 +-
 gcc/config/aarch64/thunderx3t110.md                |     2 +-
 gcc/config/arm/arm-builtins.cc                     |   127 +-
 gcc/config/arm/arm.cc                              |     6 +-
 gcc/config/darwin.cc                               |     2 +-
 gcc/config/darwin.h                                |     2 +-
 gcc/config/i386/i386.cc                            |     2 +-
 gcc/config/i386/i386.md                            |    28 +-
 gcc/config/i386/sse.md                             |    23 +-
 gcc/config/msp430/msp430.cc                        |     2 +-
 gcc/config/riscv/riscv.cc                          |     2 +-
 gcc/config/rs6000/pcrel-opt.md                     |     2 +-
 gcc/config/rs6000/predicates.md                    |     4 +-
 gcc/config/rs6000/rs6000.cc                        |    83 +-
 gcc/config/rs6000/vsx.md                           |    83 +-
 gcc/config/rx/rx.cc                                |     2 +-
 gcc/config/s390/s390.md                            |     2 +-
 gcc/config/vax/vax.cc                              |     2 +-
 gcc/cp/ChangeLog                                   |    23 +
 gcc/cp/coroutines.cc                               |     2 +-
 gcc/cp/cvt.cc                                      |     2 +-
 gcc/cp/mangle.cc                                   |    32 +-
 gcc/cp/module.cc                                   |     2 +-
 gcc/cp/parser.cc                                   |     4 +-
 gcc/cp/pt.cc                                       |     2 +-
 gcc/ctfc.h                                         |     2 +-
 gcc/doc/invoke.texi                                |     4 +-
 gcc/fortran/array.cc                               |     2 +-
 gcc/fortran/dump-parse-tree.cc                     |     2 +-
 gcc/fortran/frontend-passes.cc                     |     2 +-
 gcc/fortran/gfortran.h                             |     2 +-
 gcc/fortran/gfortran.texi                          |     2 +-
 gcc/fortran/intrinsic.cc                           |     2 +-
 gcc/fortran/intrinsic.texi                         |     4 +-
 gcc/fortran/invoke.texi                            |     4 +-
 gcc/fortran/resolve.cc                             |     2 +-
 gcc/fortran/scanner.cc                             |     2 +-
 gcc/fortran/simplify.cc                            |     2 +-
 gcc/fortran/trans-expr.cc                          |     6 +-
 gcc/gimple-range-gori.cc                           |     2 +-
 gcc/gimple-ssa-warn-access.cc                      |    11 +-
 gcc/go/gofrontend/MERGE                            |     2 +-
 gcc/internal-fn.cc                                 |     2 +-
 gcc/ipa-polymorphic-call.cc                        |     2 +-
 gcc/ipa-sra.cc                                     |     2 +-
 gcc/jit/libgccjit.h                                |     4 +-
 gcc/opts.cc                                        |    49 +-
 gcc/plugin.cc                                      |     2 +-
 gcc/po/ChangeLog                                   |    10 +
 gcc/po/be.po                                       | 54417 ++++++++-------
 gcc/po/da.po                                       | 65596 +++++++++---------
 gcc/po/de.po                                       | 61607 +++++++++--------
 gcc/po/el.po                                       | 56075 +++++++--------
 gcc/po/es.po                                       | 64259 +++++++++---------
 gcc/po/fi.po                                       | 62879 +++++++++--------
 gcc/po/fr.po                                       | 62290 +++++++++--------
 gcc/po/hr.po                                       | 51244 +++++++-------
 gcc/po/id.po                                       | 67207 +++++++++---------
 gcc/po/ja.po                                       | 61252 +++++++++--------
 gcc/po/nl.po                                       | 57490 ++++++++--------
 gcc/po/ru.po                                       | 64116 +++++++++---------
 gcc/po/sr.po                                       | 66762 +++++++++---------
 gcc/po/sv.po                                       | 60282 +++++++++--------
 gcc/po/tr.po                                       | 67298 ++++++++++---------
 gcc/po/uk.po                                       | 52487 ++++++++-------
 gcc/po/vi.po                                       | 62035 +++++++++--------
 gcc/po/zh_CN.po                                    | 66587 +++++++++---------
 gcc/po/zh_TW.po                                    | 64626 +++++++++---------
 gcc/pointer-query.cc                               |     2 +-
 gcc/testsuite/ChangeLog                            |   205 +
 gcc/testsuite/g++.dg/modules/std-subst-2.C         |    13 +
 gcc/testsuite/g++.dg/modules/std-subst-3.C         |    34 +
 gcc/testsuite/g++.dg/modules/std-subst-4_a.C       |    14 +
 gcc/testsuite/g++.dg/modules/std-subst-4_b.C       |    14 +
 gcc/testsuite/g++.dg/modules/std-subst-4_c.C       |    16 +
 gcc/testsuite/gcc.dg/analyzer/pr101983-main.c      |    38 +
 gcc/testsuite/gcc.dg/analyzer/pr101983-not-main.c  |    40 +
 ...032-mztools.c => pr93032-mztools-signed-char.c} |     1 +
 .../analyzer/pr93032-mztools-unsigned-char.c       |   332 +
 gcc/testsuite/gcc.dg/lower-subreg-1.c              |     4 +-
 gcc/testsuite/gcc.dg/pr104381.c                    |    20 +
 gcc/testsuite/gcc.dg/vect/pr104782.c               |    18 +
 gcc/testsuite/gcc.target/i386/pr104732.c           |    14 +
 gcc/testsuite/gcc.target/i386/pr104779.c           |    27 +
 gcc/testsuite/gcc.target/powerpc/pr104698-1.c      |    30 +
 gcc/testsuite/gcc.target/powerpc/pr104698-2.c      |    33 +
 gcc/testsuite/gcc.target/s390/pr104775.c           |    14 +
 gcc/tree-ssa-propagate.cc                          |     2 +-
 gcc/tree-ssa-uninit.cc                             |     8 +-
 gcc/tree-vect-slp.cc                               |     7 +
 gcc/value-relation.h                               |     2 +-
 gcc/varasm.cc                                      |     2 +-
 libcpp/po/ChangeLog                                |     6 +
 libcpp/po/be.po                                    |   554 +-
 libcpp/po/ca.po                                    |   579 +-
 libcpp/po/da.po                                    |   581 +-
 libcpp/po/de.po                                    |   578 +-
 libcpp/po/el.po                                    |   571 +-
 libcpp/po/eo.po                                    |   581 +-
 libcpp/po/es.po                                    |   581 +-
 libcpp/po/fi.po                                    |   581 +-
 libcpp/po/fr.po                                    |   566 +-
 libcpp/po/id.po                                    |   579 +-
 libcpp/po/ja.po                                    |   575 +-
 libcpp/po/nl.po                                    |   579 +-
 libcpp/po/pt_BR.po                                 |   581 +-
 libcpp/po/ru.po                                    |   576 +-
 libcpp/po/sr.po                                    |   576 +-
 libcpp/po/sv.po                                    |   560 +-
 libcpp/po/tr.po                                    |   575 +-
 libcpp/po/uk.po                                    |   578 +-
 libcpp/po/vi.po                                    |   580 +-
 libcpp/po/zh_CN.po                                 |   579 +-
 libcpp/po/zh_TW.po                                 |   615 +-
 libgcc/ChangeLog                                   |     5 +
 libgcc/config/rs6000/t-darwin-ehs                  |     4 +-
 libgcc/config/t-darwin-ehs                         |     2 +-
 libgo/go/internal/syscall/unix/ioctl_aix.go        |     2 +-
 libgo/go/os/user/listgroups_unix.go                |     1 -
 libgo/go/runtime/malloc.go                         |     2 +-
 libgo/go/runtime/os_aix.go                         |     1 -
 libgo/gotool-packages.txt                          |     1 +
 libgo/libgo-packages.txt                           |     1 -
 libgo/mkruntimeinc.sh                              |     3 +-
 libgomp/ChangeLog                                  |   167 +
 .../kernels-decompose-1.c                          |     2 +
 libstdc++-v3/ChangeLog                             |    11 +
 .../config/locale/vxworks/ctype_members.cc         |     1 -
 libstdc++-v3/include/bits/c++config                |     6 +
 139 files changed, 629396 insertions(+), 553102 deletions(-)


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

only message in thread, other threads:[~2022-03-07 23:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-07 23:20 [gcc/devel/c++-coroutines] Merge master r12-7525 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).