public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Tobias Burnus <burnus@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org
Subject: [gcc/devel/omp/gcc-13] Merge branch 'releases/gcc-13' into devel/omp/gcc-13
Date: Fri,  9 Jun 2023 11:19:08 +0000 (GMT)	[thread overview]
Message-ID: <20230609111908.7DA8E385702B@sourceware.org> (raw)

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

commit debe7a174317d1498e95a35f7b2a13af057629d2
Merge: f4793fac7c3 b6118b8155a
Author: Tobias Burnus <tobias@codesourcery.com>
Date:   Fri Jun 9 12:49:37 2023 +0200

    Merge branch 'releases/gcc-13' into devel/omp/gcc-13
    
    Merge up to r13-7433-gb6118b8155a679ced926e8ff900e0ed969cd23a7 (9th June 2023)

Diff:

 gcc/ChangeLog                                      |  60 +++++++
 gcc/DATESTAMP                                      |   2 +-
 gcc/Makefile.in                                    |   7 -
 gcc/config/arm/arm-builtins.cc                     |   2 +-
 gcc/config/arm/arm.md                              |   2 +-
 gcc/config/arm/vfp.md                              |   7 +-
 gcc/config/avr/avr.md                              |  41 ++++-
 gcc/config/i386/i386.cc                            |   4 +-
 gcc/config/riscv/riscv.cc                          |   7 +-
 gcc/config/rs6000/rs6000.cc                        |   4 +-
 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/fortran/ChangeLog                              |  10 ++
 gcc/fortran/primary.cc                             |   3 +-
 gcc/fortran/resolve.cc                             |  10 +-
 gcc/match.pd                                       |   6 +-
 gcc/testsuite/ChangeLog                            |  39 +++++
 .../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/i386/pr110108-2.c         |  14 ++
 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/testsuite/gdc.dg/Wmismatched_enum.d            |   4 +
 gcc/testsuite/gfortran.dg/select_rank_6.f90        |  48 +++++
 libgcc/ChangeLog                                   |  10 ++
 libgcc/unwind-dw2-fde.c                            |  14 +-
 libstdc++-v3/ChangeLog                             | 194 +++++++++++++++++++++
 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      |   7 +-
 libstdc++-v3/include/experimental/bits/simd_ppc.h  |   2 +-
 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/pr109822_cast_functions.cc   |  63 +++++++
 .../experimental/simd/tests/integer_operators.cc   |   9 +-
 .../experimental/simd/tests/operator_cvt.cc        |  30 +++-
 .../testsuite/experimental/string_view/typedefs.cc |   2 -
 .../testsuite/libstdc++-prettyprinters/chrono.cc   |  88 ++++++++++
 61 files changed, 1393 insertions(+), 197 deletions(-)

             reply	other threads:[~2023-06-09 11:19 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-09 11:19 Tobias Burnus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-10-26 14:14 Tobias Burnus
2023-10-17  8:38 Tobias Burnus
2023-10-06  8:03 Tobias Burnus
2023-09-29 12:29 Tobias Burnus
2023-09-18  7:29 Tobias Burnus
2023-09-08 11:19 Tobias Burnus
2023-08-25  9:58 Tobias Burnus
2023-08-18 10:49 Tobias Burnus
2023-07-27 10:37 Tobias Burnus
2023-07-10 11:09 Tobias Burnus
2023-06-22 13:19 Tobias Burnus
2023-06-14 16:26 Tobias Burnus
2023-06-12 16:55 Tobias Burnus
2023-05-22 19:59 Kwok Yeung

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230609111908.7DA8E385702B@sourceware.org \
    --to=burnus@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    --cc=libstdc++-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).