public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/vendors/redhat/heads/gcc-13-branch)] Merge commit 'r13-7318-g891cdd3b935e3ee9f1b2ecf7390801c534d39a90' into redhat/gcc-13-branch
@ 2023-05-11 12:18 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2023-05-11 12:18 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:55ca611b161ce96d568ea82ff0e6ea395dc76957

commit 55ca611b161ce96d568ea82ff0e6ea395dc76957
Merge: 99aa4c60d1f 891cdd3b935
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Thu May 11 14:17:40 2023 +0200

    Merge commit 'r13-7318-g891cdd3b935e3ee9f1b2ecf7390801c534d39a90' into redhat/gcc-13-branch

Diff:

 contrib/ChangeLog                                  |    7 +
 gcc/ChangeLog                                      |  164 +
 gcc/DATESTAMP                                      |    2 +-
 gcc/attr-fnspec.h                                  |    4 +-
 gcc/c-family/ChangeLog                             |    7 +
 gcc/c-family/c.opt                                 |    2 +-
 gcc/c/ChangeLog                                    |   29 +
 gcc/c/c-parser.cc                                  |   11 +-
 gcc/c/c-typeck.cc                                  |    5 +
 gcc/config/aarch64/aarch64-builtins.cc             |    2 +-
 gcc/config/aarch64/aarch64-protos.h                |    4 +-
 gcc/config/aarch64/aarch64.cc                      |    5 -
 gcc/config/gcn/gcn-valu.md                         |  271 +-
 gcc/config/gcn/gcn.cc                              |    9 +
 gcc/config/gcn/gcn.md                              |    8 +-
 gcc/config/i386/i386-features.cc                   |    9 +-
 gcc/config/nvptx/mkoffload.cc                      |   14 +
 gcc/config/riscv/riscv-vsetvl.cc                   |   14 +-
 gcc/config/rs6000/altivec.md                       |   14 +-
 gcc/config/rs6000/predicates.md                    |   37 +
 gcc/config/rs6000/rs6000-builtins.def              |   26 +-
 gcc/cp/ChangeLog                                   |   54 +
 gcc/cp/constexpr.cc                                |   11 +-
 gcc/cp/cp-gimplify.cc                              |   28 +-
 gcc/cp/decl.cc                                     |   23 +-
 gcc/cp/decl2.cc                                    |    9 +-
 gcc/cp/friend.cc                                   |   92 +-
 gcc/cp/init.cc                                     |   25 +-
 gcc/cp/name-lookup.cc                              |   37 +
 gcc/cp/name-lookup.h                               |    2 +
 gcc/cp/pt.cc                                       |   20 +-
 gcc/doc/invoke.texi                                |    3 +-
 gcc/doc/md.texi                                    |    9 +
 gcc/fortran/ChangeLog                              |   20 +
 gcc/fortran/openmp.cc                              |   16 +
 gcc/fortran/trans-openmp.cc                        |   44 +-
 gcc/po/ChangeLog                                   |   10 +
 gcc/po/be.po                                       | 3931 ++++++------
 gcc/po/da.po                                       | 3940 ++++++------
 gcc/po/de.po                                       | 3938 ++++++------
 gcc/po/el.po                                       | 3927 ++++++------
 gcc/po/es.po                                       | 3942 ++++++------
 gcc/po/fi.po                                       | 3931 ++++++------
 gcc/po/fr.po                                       | 3938 ++++++------
 gcc/po/hr.po                                       | 3982 ++++++------
 gcc/po/id.po                                       | 3931 ++++++------
 gcc/po/ja.po                                       | 3931 ++++++------
 gcc/po/nl.po                                       | 3931 ++++++------
 gcc/po/ru.po                                       | 3942 ++++++------
 gcc/po/sr.po                                       | 3931 ++++++------
 gcc/po/sv.po                                       | 3935 ++++++------
 gcc/po/tr.po                                       | 3936 ++++++------
 gcc/po/uk.po                                       | 3938 ++++++------
 gcc/po/vi.po                                       | 3940 ++++++------
 gcc/po/zh_CN.po                                    | 3936 ++++++------
 gcc/po/zh_TW.po                                    | 3931 ++++++------
 gcc/testsuite/ChangeLog                            |  197 +
 .../c-c++-common/patchable_function_entry-decl.c   |    3 +-
 .../patchable_function_entry-default.c             |    3 +-
 .../patchable_function_entry-definition.c          |    3 +-
 gcc/testsuite/g++.dg/cpp0x/nsdmi-array2.C          |   15 +
 gcc/testsuite/g++.dg/cpp0x/nsdmi-template26.C      |   22 +
 gcc/testsuite/g++.dg/cpp23/attr-assume11.C         |   22 +
 gcc/testsuite/g++.dg/ext/int128-8.C                |   24 +
 gcc/testsuite/g++.dg/ext/unsigned-typedef2.C       |   25 +
 gcc/testsuite/g++.dg/ext/unsigned-typedef3.C       |   25 +
 gcc/testsuite/g++.dg/torture/pr106922.C            |    9 +
 gcc/testsuite/g++.dg/torture/pr109724.C            |   32 +
 gcc/testsuite/g++.dg/vect/pr109573.cc              |   91 +
 gcc/testsuite/g++.target/aarch64/pr109661-1.C      |  122 +
 gcc/testsuite/g++.target/aarch64/pr109661-2.C      |  123 +
 gcc/testsuite/g++.target/aarch64/pr109661-3.C      |  123 +
 gcc/testsuite/g++.target/aarch64/pr109661-4.C      |  123 +
 gcc/testsuite/g++.target/i386/pr109676.C           |   46 +
 gcc/testsuite/g++.target/riscv/rvv/base/pr109535.C |  144 +
 gcc/testsuite/gcc.c-torture/execute/pr109778.c     |   26 +
 gcc/testsuite/gcc.dg/lto/pr109778_0.c              |   22 +
 gcc/testsuite/gcc.dg/lto/pr109778_1.c              |    7 +
 gcc/testsuite/gcc.dg/pr109409.c                    |   10 +
 gcc/testsuite/gcc.dg/pr109412.c                    |   20 +
 gcc/testsuite/gcc.dg/torture/pr109585.c            |   33 +
 gcc/testsuite/gcc.dg/torture/pr109609.c            |   26 +
 gcc/testsuite/gcc.target/aarch64/pr109661-1.c      |    5 +
 gcc/testsuite/gcc.target/gcn/fpdiv.c               |    1 -
 gcc/testsuite/gcc.target/powerpc/pr109069-1.c      |   25 +
 gcc/testsuite/gcc.target/powerpc/pr109069-2-run.c  |   50 +
 gcc/testsuite/gcc.target/powerpc/pr109069-2.c      |   12 +
 gcc/testsuite/gcc.target/powerpc/pr109069-2.h      |   83 +
 gcc/testsuite/gcc.target/riscv/rvv/base/pr109535.c |   11 +
 .../gfortran.dg/goacc/attach-descriptor.f90        |   12 +-
 gcc/testsuite/gfortran.dg/goacc/pr109622-5.f90     |   44 +
 gcc/testsuite/gfortran.dg/goacc/pr109622-6.f90     |    8 +
 gcc/testsuite/lib/target-supports.exp              |   15 +-
 gcc/tree-ssa-alias.cc                              |   20 +-
 gcc/tree-ssa-ccp.cc                                |    6 +-
 gcc/tree-vect-loop.cc                              |    7 +-
 gcc/wide-int.h                                     |   11 +-
 gnattools/ChangeLog                                |    6 +
 libcpp/po/ChangeLog                                |    4 +
 libcpp/po/ru.po                                    |   72 +-
 libffi/ChangeLog                                   |    8 +
 libffi/src/powerpc/ffi_linux64.c                   |    2 +-
 libgomp/ChangeLog                                  |   27 +
 .../testsuite/libgomp.oacc-fortran/pr109622-2.f90  |   35 +
 .../testsuite/libgomp.oacc-fortran/pr109622-3.f90  |   35 +
 .../testsuite/libgomp.oacc-fortran/pr109622-4.f90  |   47 +
 .../testsuite/libgomp.oacc-fortran/pr109622.f90    |   35 +
 libstdc++-v3/ChangeLog                             |  219 +
 libstdc++-v3/acinclude.m4                          |    2 +-
 .../post/aarch64-linux-gnu/baseline_symbols.txt    |    2 +
 .../abi/post/i486-linux-gnu/baseline_symbols.txt   |    2 +
 .../abi/post/m68k-linux-gnu/baseline_symbols.txt   |    2 +
 .../post/powerpc64-linux-gnu/baseline_symbols.txt  |  277 +-
 .../powerpc64le-linux-gnu/baseline_symbols.txt     | 6654 ++++++++++++++++++++
 .../post/riscv64-linux-gnu/baseline_symbols.txt    |    2 +
 .../abi/post/s390x-linux-gnu/baseline_symbols.txt  |    2 +
 .../post/x86_64-linux-gnu/32/baseline_symbols.txt  |    2 +
 .../abi/post/x86_64-linux-gnu/baseline_symbols.txt |    2 +
 libstdc++-v3/config/abi/pre/gnu.ver                |    4 +
 libstdc++-v3/configure                             |    2 +-
 libstdc++-v3/configure.host                        |    3 +
 libstdc++-v3/doc/doxygen/user.cfg.in               |    5 +-
 libstdc++-v3/doc/html/manual/abi.html              |    6 +-
 libstdc++-v3/doc/xml/manual/abi.xml                |    7 +
 libstdc++-v3/include/bits/basic_string.h           |    4 +-
 libstdc++-v3/include/bits/cow_string.h             |    2 +
 libstdc++-v3/include/bits/forward_list.h           |    2 +
 libstdc++-v3/include/bits/fs_dir.h                 |   35 +-
 libstdc++-v3/include/bits/fs_path.h                |   18 +-
 libstdc++-v3/include/bits/gslice_array.h           |    2 +
 libstdc++-v3/include/bits/indirect_array.h         |    2 +
 libstdc++-v3/include/bits/mask_array.h             |    2 +
 libstdc++-v3/include/bits/max_size_type.h          |    3 +-
 libstdc++-v3/include/bits/memory_resource.h        |   12 +
 libstdc++-v3/include/bits/mofunc_impl.h            |    3 +-
 libstdc++-v3/include/bits/move.h                   |   11 +-
 libstdc++-v3/include/bits/quoted_string.h          |   12 +-
 libstdc++-v3/include/bits/random.h                 |  127 +-
 libstdc++-v3/include/bits/regex.tcc                |    4 -
 libstdc++-v3/include/bits/slice_array.h            |    2 +
 libstdc++-v3/include/bits/stl_bvector.h            |    2 +
 libstdc++-v3/include/bits/stl_map.h                |    2 +
 libstdc++-v3/include/bits/stl_multimap.h           |    2 +
 libstdc++-v3/include/bits/stl_multiset.h           |    3 +-
 libstdc++-v3/include/bits/stl_set.h                |    2 +
 libstdc++-v3/include/bits/stl_vector.h             |    2 +
 libstdc++-v3/include/bits/uniform_int_dist.h       |   11 +
 libstdc++-v3/include/bits/unordered_map.h          |    4 +
 libstdc++-v3/include/bits/unordered_set.h          |    4 +
 libstdc++-v3/include/bits/uses_allocator.h         |    5 +
 libstdc++-v3/include/experimental/memory_resource  |    2 -
 libstdc++-v3/include/std/bit                       |    4 +-
 libstdc++-v3/include/std/expected                  |    4 +-
 libstdc++-v3/include/std/filesystem                |    2 +
 libstdc++-v3/include/std/format                    |    4 +-
 libstdc++-v3/include/std/iomanip                   |    1 +
 libstdc++-v3/include/std/iostream                  |    2 +
 libstdc++-v3/include/std/memory_resource           |   63 +
 libstdc++-v3/include/std/numbers                   |    2 +-
 libstdc++-v3/include/std/valarray                  |    2 +
 libstdc++-v3/src/c++17/floating_from_chars.cc      |    7 +
 libstdc++-v3/src/c++17/floating_to_chars.cc        |   17 +
 libstdc++-v3/src/c++98/ios_init.cc                 |    7 +
 libstdc++-v3/testsuite/20_util/from_chars/4.cc     |    3 +-
 .../testsuite/20_util/to_chars/long_double.cc      |    4 +
 .../testsuite/std/ranges/iota/max_size_type.cc     |   12 +-
 libstdc++-v3/testsuite/util/testsuite_abi.cc       |    3 +-
 167 files changed, 47546 insertions(+), 37799 deletions(-)

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

only message in thread, other threads:[~2023-05-11 12:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-11 12:18 [gcc(refs/vendors/redhat/heads/gcc-13-branch)] Merge commit 'r13-7318-g891cdd3b935e3ee9f1b2ecf7390801c534d39a90' into redhat/gcc-13-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).