public inbox for libstdc++-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 remote-tracking branch 'releases/gcc-13' into devel/omp/gcc-13
Date: Fri, 21 Jul 2023 14:16:22 +0000 (GMT)	[thread overview]
Message-ID: <20230721141622.BE6E6385417F@sourceware.org> (raw)

https://gcc.gnu.org/g:3aa363bb2a3afb933ffef4d3851a82c81740db89

commit 3aa363bb2a3afb933ffef4d3851a82c81740db89
Merge: a9d17fbd1e9 3e95997a8dc
Author: Tobias Burnus <tobias@codesourcery.com>
Date:   Fri Jul 21 12:58:03 2023 +0200

    Merge remote-tracking branch 'releases/gcc-13' into devel/omp/gcc-13
    
    Merge up to r13-7598-g3e95997a8dc905f0ac3a4243fb9dbf18dc70853b (21st July 2023)
    
    Except for the "Daily bump." that updated the DATESTAMP and generates
    ChangeLog files, that's idential to the GCC 13.2 RC (r13-7597-g9aac37ab8a7b91).

Diff:

 gcc/ChangeLog                                      | 133 ++++++++++++++++++++
 gcc/DATESTAMP                                      |   2 +-
 gcc/ada/ChangeLog                                  |   4 +
 gcc/ada/adaint.c                                   |   3 +
 gcc/common/config/i386/cpuinfo.h                   |   9 +-
 gcc/common/config/i386/i386-common.cc              |   2 +
 gcc/common/config/i386/i386-cpuinfo.h              |   1 +
 gcc/config.gcc                                     |   2 +-
 gcc/config/aarch64/aarch64.h                       |   2 +-
 gcc/config/aarch64/arm_acle.h                      |   2 +-
 gcc/config/aarch64/arm_fp16.h                      |   2 +-
 gcc/config/aarch64/arm_neon.h                      |  14 +--
 gcc/config/alpha/alpha.cc                          |   7 +-
 gcc/config/darwin.h                                |  20 ++-
 gcc/config/i386/driver-i386.cc                     |   3 +
 gcc/config/i386/i386-features.cc                   |  95 ++++----------
 gcc/config/i386/i386.cc                            |  16 +--
 gcc/config/i386/i386.h                             |   4 +-
 gcc/config/i386/i386.md                            |  21 ----
 gcc/config/i386/sse.md                             |  13 --
 gcc/config/riscv/riscv-vsetvl.cc                   |  29 ++++-
 gcc/config/sh/sh.md                                |  39 ++++++
 gcc/cp/ChangeLog                                   |  28 +++++
 gcc/cp/call.cc                                     |   8 ++
 gcc/cp/mangle.cc                                   |   3 +-
 gcc/cp/pt.cc                                       |  19 ++-
 gcc/cprop.cc                                       |   4 +-
 gcc/doc/extend.texi                                |   3 +
 gcc/doc/invoke.texi                                |  17 ++-
 gcc/fortran/ChangeLog                              |  22 ++++
 gcc/fortran/symbol.cc                              |   7 ++
 gcc/fortran/trans-expr.cc                          |   7 +-
 gcc/fwprop.cc                                      |  16 +--
 gcc/rtlanal.cc                                     |  15 +++
 gcc/rtlanal.h                                      |   2 +
 gcc/testsuite/ChangeLog                            | 128 +++++++++++++++++++
 gcc/testsuite/g++.dg/cpp2a/concepts-surrogate1.C   |  12 ++
 gcc/testsuite/g++.dg/cpp2a/concepts-surrogate2.C   |  14 +++
 gcc/testsuite/g++.dg/cpp2a/fn-template26.C         |  16 +++
 gcc/testsuite/g++.dg/cpp2a/nontype-class57.C       |  25 ++++
 gcc/testsuite/g++.dg/cpp2a/nontype-class58.C       |  20 +++
 gcc/testsuite/g++.dg/vect/pr110557.cc              |  14 ++-
 gcc/testsuite/g++.target/i386/mv16.C               |   6 +
 gcc/testsuite/gcc.dg/pr110731.c                    |  17 +++
 gcc/testsuite/gcc.dg/torture/pr110669.c            |  15 +++
 gcc/testsuite/gcc.dg/vect/pr97428.c                |   1 +
 .../gcc.target/aarch64/feature-bf16-backport.c     |  10 ++
 .../gcc.target/aarch64/feature-dotprod-backport.c  |  10 ++
 .../gcc.target/aarch64/feature-fp16-backport.c     |  10 ++
 .../aarch64/feature-fp16-scalar-backport.c         |  10 ++
 .../gcc.target/aarch64/feature-fp16fml-backport.c  |  10 ++
 .../gcc.target/aarch64/feature-i8mm-backport.c     |  10 ++
 .../gcc.target/aarch64/feature-memtag-backport.c   |  10 ++
 .../gcc.target/aarch64/feature-sha3-backport.c     |  10 ++
 .../gcc.target/aarch64/feature-sm4-backport.c      |  10 ++
 gcc/testsuite/gcc.target/alpha/pr106966.c          |  13 ++
 gcc/testsuite/gcc.target/i386/funcspec-56.inc      |   1 +
 gcc/testsuite/gcc.target/i386/pr110206.c           |  39 ++++++
 gcc/testsuite/gcc.target/i386/sse4_1-stv-8.c       |  11 --
 .../gfortran.dg/deferred_character_37.f90          |  88 +++++++++++++
 gcc/testsuite/gfortran.dg/findloc_10.f90           |  13 ++
 gcc/testsuite/lib/g++.exp                          |   4 -
 gcc/testsuite/lib/obj-c++.exp                      |   4 -
 gcc/tree-scalar-evolution.cc                       |   1 +
 gcc/wide-int.cc                                    |   4 +-
 libgcc/ChangeLog                                   |  18 +++
 libgcc/unwind-dw2-fde-dip.c                        |   2 +-
 libstdc++-v3/ChangeLog                             | 140 +++++++++++++++++++++
 libstdc++-v3/acinclude.m4                          |  43 +++++++
 libstdc++-v3/config.h.in                           |   6 +
 libstdc++-v3/config/io/basic_file_stdio.cc         |  68 +++++++---
 libstdc++-v3/configure                             | 117 +++++++++++++++++
 libstdc++-v3/configure.ac                          |   3 +
 libstdc++-v3/include/bits/alloc_traits.h           |   2 +-
 libstdc++-v3/include/bits/iterator_concepts.h      |  35 ++++--
 libstdc++-v3/include/bits/stl_construct.h          |   4 +-
 libstdc++-v3/include/bits/stl_uninitialized.h      |   6 +
 libstdc++-v3/include/debug/helper_functions.h      |  32 +++--
 libstdc++-v3/include/std/iostream                  |   3 +-
 libstdc++-v3/src/c++17/floating_from_chars.cc      |   9 +-
 libstdc++-v3/src/c++20/tzdb.cc                     |  46 +++----
 libstdc++-v3/src/c++98/ios_base_init.h             |   2 +-
 .../forward_list/debug/iterator1_neg.cc            |   2 +-
 .../forward_list/debug/iterator3_neg.cc            |   2 +-
 .../23_containers/vector/cons/destroy-adl.cc       |  11 ++
 .../indirect_callable/projected-adl.cc             |  42 +++++++
 .../27_io/filesystem/path/construct/95048.cc       |   6 +
 .../testsuite/27_io/headers/iosfwd/synopsis.cc     |   2 +-
 .../filesystem/path/construct/95048.cc             |   6 +
 libstdc++-v3/testsuite/lib/libstdc++.exp           |   3 -
 90 files changed, 1443 insertions(+), 277 deletions(-)

                 reply	other threads:[~2023-07-21 14:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20230721141622.BE6E6385417F@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).