public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/vendors/redhat/heads/gcc-12-branch)] Merge commit 'r12-8924-ga6b1f6126de5e45777610699b6d634605c17711c' into redhat/gcc-12-branch
@ 2022-11-21  9:56 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2022-11-21  9:56 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

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

commit b3f5a0d53b84ed27cf00cfa2b9c3e2c78935c07d
Merge: fa08f2733ee a6b1f6126de
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Mon Nov 21 10:55:25 2022 +0100

    Merge commit 'r12-8924-ga6b1f6126de5e45777610699b6d634605c17711c' into redhat/gcc-12-branch

Diff:

 gcc/ChangeLog                                      | 131 +++++++++++++++++++++
 gcc/DATESTAMP                                      |   2 +-
 gcc/alias.cc                                       |  19 +--
 gcc/c/ChangeLog                                    |  19 +++
 gcc/config/aarch64/aarch64-cores.def               |   4 +-
 gcc/config/aarch64/aarch64-cost-tables.h           | 107 +++++++++++++++++
 gcc/config/aarch64/aarch64-fusion-pairs.def        |   1 +
 gcc/config/aarch64/aarch64-tune.md                 |   2 +-
 gcc/config/aarch64/aarch64.cc                      |  64 ++++++++++
 gcc/config/i386/avx512bf16intrin.h                 |   6 +-
 gcc/config/i386/avx512fp16intrin.h                 |  44 +++----
 gcc/config/i386/avx512fp16vlintrin.h               |  34 +++---
 gcc/config/i386/driver-i386.cc                     |  13 +-
 gcc/config/i386/i386.h                             |   7 +-
 gcc/config/i386/i386.md                            |   3 +-
 gcc/config/i386/smmintrin.h                        |  13 +-
 gcc/config/loongarch/sync.md                       |  27 ++++-
 gcc/config/nvptx/nvptx.h                           |   2 +-
 gcc/cp/ChangeLog                                   |  41 +++++++
 gcc/cp/cp-tree.h                                   |   2 +-
 gcc/cp/decl.cc                                     |   2 +-
 gcc/cp/semantics.cc                                |   2 +-
 gcc/cp/typeck.cc                                   |   4 +-
 gcc/doc/cppopts.texi                               |   7 +-
 gcc/doc/invoke.texi                                |  11 +-
 gcc/expr.cc                                        |   3 +-
 gcc/fold-const.cc                                  |  18 +--
 gcc/reg-stack.cc                                   |  86 ++++++++++----
 gcc/testsuite/ChangeLog                            |  99 ++++++++++++++++
 gcc/testsuite/g++.dg/cpp2a/constinit18.C           |  12 ++
 gcc/testsuite/g++.dg/tree-ssa/pr107206.C           |  27 +++++
 gcc/testsuite/g++.target/i386/pr107404.C           |  53 +++++++++
 gcc/testsuite/gcc.dg/guality/param-6.c             |  20 ++++
 gcc/testsuite/gcc.dg/ubsan/pr107183.c              |  12 ++
 gcc/testsuite/gcc.target/i386/pr107304.c           |  39 ++++++
 gcc/testsuite/gcc.target/loongarch/pr107713-1.c    |  50 ++++++++
 gcc/testsuite/gcc.target/loongarch/pr107713-2.c    |   9 ++
 gcc/testsuite/gnat.dg/opt99.adb                    |  15 +++
 gcc/testsuite/gnat.dg/opt99_pkg1.adb               |  10 ++
 gcc/testsuite/gnat.dg/opt99_pkg1.ads               |  19 +++
 gcc/testsuite/gnat.dg/opt99_pkg2.ads               |  13 ++
 gcc/tree-sra.cc                                    |   7 ++
 libatomic/ChangeLog                                |   9 ++
 libatomic/config/x86/init.c                        |   6 +-
 libgomp/ChangeLog                                  |  21 ++++
 libstdc++-v3/ChangeLog                             |  48 ++++++++
 libstdc++-v3/doc/html/manual/index.html            |   2 +-
 libstdc++-v3/doc/xml/authors.xml                   |   9 +-
 libstdc++-v3/doc/xml/manual/spine.xml              |   9 +-
 libstdc++-v3/include/bits/basic_string.h           |   4 +-
 libstdc++-v3/include/bits/fs_path.h                | 126 +++++++++++---------
 libstdc++-v3/include/bits/mofunc_impl.h            |   5 +-
 libstdc++-v3/include/experimental/bits/fs_path.h   |  52 ++++++--
 .../testsuite/20_util/move_only_function/call.cc   |  11 ++
 .../27_io/filesystem/path/construct/95048.cc       |  45 +++++++
 .../filesystem/path/construct/95048.cc             |  47 ++++++++
 56 files changed, 1239 insertions(+), 214 deletions(-)

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

only message in thread, other threads:[~2022-11-21  9:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-21  9:56 [gcc(refs/vendors/redhat/heads/gcc-12-branch)] Merge commit 'r12-8924-ga6b1f6126de5e45777610699b6d634605c17711c' into redhat/gcc-12-branch Jakub Jelinek

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