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

https://gcc.gnu.org/g:0d7019741b037c7e9c4e57d6de3bce6bb2ed8026

commit 0d7019741b037c7e9c4e57d6de3bce6bb2ed8026
Merge: 75b6adf0fdb a79f49f934b
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Wed Jun 14 17:50:02 2023 +0200

    Merge commit 'r13-7446-ga79f49f934bd0d19cefd57e1fea71ad07b5d1f83' into redhat/gcc-13-branch

Diff:

 gcc/ChangeLog                                      |  285 +++++
 gcc/DATESTAMP                                      |    2 +-
 gcc/Makefile.in                                    |    7 -
 gcc/c-family/ChangeLog                             |    8 +
 gcc/c-family/c-cppbuiltin.cc                       |    1 +
 gcc/common/config/riscv/riscv-common.cc            |  122 +-
 gcc/config/arm/arm-builtins.cc                     |    2 +-
 gcc/config/arm/arm.md                              |    2 +-
 gcc/config/arm/vfp.md                              |    7 +-
 gcc/config/avr/avr-dimode.md                       |   22 +-
 gcc/config/avr/avr-passes.def                      |   20 +
 gcc/config/avr/avr-protos.h                        |    6 +-
 gcc/config/avr/avr.cc                              | 1075 ++++++++++++-----
 gcc/config/avr/avr.md                              | 1226 +++++++++++---------
 gcc/config/avr/constraints.md                      |    5 +
 gcc/config/avr/predicates.md                       |    5 +
 gcc/config/i386/i386.cc                            |   10 +-
 gcc/config/i386/sse.md                             |    2 +-
 gcc/config/riscv/elf.h                             |    2 +-
 gcc/config/riscv/linux.h                           |   12 +-
 gcc/config/riscv/riscv-opts.h                      |    9 +
 gcc/config/riscv/riscv-vsetvl.cc                   |   71 +-
 gcc/config/riscv/riscv-vsetvl.h                    |    1 +
 gcc/config/riscv/riscv.cc                          |    7 +-
 gcc/config/riscv/vector.md                         |    2 +-
 gcc/config/rs6000/rs6000.cc                        |    4 +-
 gcc/cp/ChangeLog                                   |   10 +
 gcc/cp/call.cc                                     |   16 +-
 gcc/d/ChangeLog                                    |   12 +
 gcc/d/gdc.texi                                     |   17 +
 gcc/d/implement-d.texi                             |    5 +
 gcc/d/lang.opt                                     |    8 +
 gcc/d/types.cc                                     |   15 +
 gcc/doc/invoke.texi                                |    2 +-
 gcc/fold-const.cc                                  |   27 +-
 gcc/fortran/ChangeLog                              |   20 +
 gcc/fortran/primary.cc                             |    3 +-
 gcc/fortran/resolve.cc                             |   10 +-
 gcc/genmatch.cc                                    |    6 +-
 gcc/match.pd                                       |   36 +-
 gcc/range-op-float.cc                              |    6 +-
 gcc/testsuite/ChangeLog                            |  120 ++
 gcc/testsuite/g++.dg/cpp23/feat-cxx2b.C            |    6 +
 gcc/testsuite/g++.dg/cpp2a/desig27.C               |   16 +
 gcc/testsuite/gcc.c-torture/execute/pr110165-1.c   |   28 +
 gcc/testsuite/gcc.c-torture/execute/pr110166-1.c   |   33 +
 gcc/testsuite/gcc.target/aarch64/sve/pr109505.c    |   12 +
 .../intrinsics/mve_intrinsic_type_overloads-int.c  |   28 +-
 gcc/testsuite/gcc.target/arm/pr109939.c            |   14 +
 gcc/testsuite/gcc.target/arm/pure-code/pr109800.c  |    4 +
 gcc/testsuite/gcc.target/avr/pr82931.c             |   29 +
 gcc/testsuite/gcc.target/avr/torture/pr105753.c    |   13 +
 gcc/testsuite/gcc.target/avr/torture/pr109650-1.c  |   63 +
 gcc/testsuite/gcc.target/avr/torture/pr109650-2.c  |   79 ++
 gcc/testsuite/gcc.target/i386/pr110108-2.c         |   14 +
 gcc/testsuite/gcc.target/i386/pr110227.c           |   11 +
 gcc/testsuite/gcc.target/powerpc/darwin-abi-13-0.c |   23 +
 gcc/testsuite/gcc.target/powerpc/darwin-abi-13-1.c |   27 +
 gcc/testsuite/gcc.target/powerpc/darwin-abi-13-2.c |   27 +
 .../gcc.target/powerpc/darwin-structs-0.h          |   29 +
 .../gcc.target/riscv/rvv/vsetvl/pr109547.c         |   14 +
 .../gcc.target/riscv/rvv/vsetvl/vsetvl-17.c        |    2 +-
 gcc/testsuite/gdc.dg/Wmismatched_enum.d            |    4 +
 gcc/testsuite/gfortran.dg/select_rank_6.f90        |   48 +
 gcc/testsuite/gnat.dg/opt101.adb                   |   23 +
 gcc/testsuite/gnat.dg/opt101_pkg.ads               |   26 +
 gcc/tree-ssa-alias.cc                              |    6 +
 gcc/tree-vect-loop.cc                              |    2 +-
 libgcc/ChangeLog                                   |   26 +
 libgcc/config.host                                 |   18 +
 libgcc/config/darwin10-unwind-find-enc-func.c      |   34 +-
 libgcc/config/t-darwin                             |   10 +-
 libgcc/config/t-darwin-min-1                       |    3 +
 libgcc/config/t-darwin-min-5                       |    3 +
 libgcc/config/t-darwin-min-8                       |    3 +
 libgcc/unwind-dw2-fde.c                            |   14 +-
 libstdc++-v3/ChangeLog                             |  299 +++++
 libstdc++-v3/acinclude.m4                          |    8 +-
 libstdc++-v3/configure                             |    8 +-
 libstdc++-v3/doc/html/manual/api.html              |    9 +
 libstdc++-v3/doc/xml/manual/evolution.xml          |   13 +
 libstdc++-v3/include/bits/locale_classes.tcc       |    3 -
 libstdc++-v3/include/bits/std_abs.h                |   13 +-
 libstdc++-v3/include/experimental/bits/simd.h      |  211 ++--
 .../include/experimental/bits/simd_builtin.h       |  104 +-
 .../include/experimental/bits/simd_fixed_size.h    |  177 +--
 libstdc++-v3/include/experimental/bits/simd_neon.h |   76 +-
 libstdc++-v3/include/experimental/bits/simd_ppc.h  |    5 +-
 .../include/experimental/bits/simd_scalar.h        |   78 +-
 libstdc++-v3/include/experimental/bits/simd_x86.h  |   68 +-
 libstdc++-v3/include/std/array                     |   10 +-
 libstdc++-v3/include/std/expected                  |  126 +-
 libstdc++-v3/python/libstdcxx/v6/printers.py       |   44 +-
 libstdc++-v3/src/filesystem/ops-common.h           |   59 +-
 libstdc++-v3/testsuite/20_util/expected/lwg3877.cc |  155 +++
 libstdc++-v3/testsuite/20_util/expected/lwg3938.cc |  142 +++
 libstdc++-v3/testsuite/20_util/from_chars/4.cc     |    2 +-
 .../testsuite/20_util/to_chars/long_double.cc      |    2 +-
 .../21_strings/basic_string_view/typedefs.cc       |    2 -
 .../23_containers/array/element_access/110139.cc   |    5 +
 .../testsuite/26_numerics/headers/cmath/109758.cc  |   52 +
 .../pstl/numeric_ops/transform_reduce.cc           |    2 +-
 .../filesystem/operations/copy_file_108178.cc      |   33 +
 libstdc++-v3/testsuite/experimental/feat-cxx14.cc  |    2 +-
 .../experimental/simd/pr109261_constexpr_simd.cc   |   92 ++
 .../experimental/simd/pr109822_cast_functions.cc   |   63 +
 .../experimental/simd/tests/fpclassify.cc          |    2 +
 .../testsuite/experimental/simd/tests/frexp.cc     |    6 +
 .../experimental/simd/tests/integer_operators.cc   |    9 +-
 .../simd/tests/ldexp_scalbn_scalbln_modf.cc        |    4 +-
 .../testsuite/experimental/simd/tests/logarithm.cc |    4 +-
 .../experimental/simd/tests/operator_cvt.cc        |   30 +-
 .../experimental/simd/tests/trunc_ceil_floor.cc    |    2 +
 .../testsuite/experimental/string_view/typedefs.cc |    2 -
 .../testsuite/libstdc++-prettyprinters/chrono.cc   |   88 ++
 115 files changed, 4477 insertions(+), 1453 deletions(-)

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

only message in thread, other threads:[~2023-06-14 15:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-14 15:50 [gcc(refs/vendors/redhat/heads/gcc-13-branch)] Merge commit 'r13-7446-ga79f49f934bd0d19cefd57e1fea71ad07b5d1f83' 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).