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-12] Merge branch 'releases/gcc-12' into devel/omp/gcc-12
Date: Mon, 20 Feb 2023 06:52:55 +0000 (GMT)	[thread overview]
Message-ID: <20230220065255.700A63858D20@sourceware.org> (raw)

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

commit fc781c70c7df653171eea970afa5b18527457aad
Merge: a5a4800e927 c6e3ecca0e3
Author: Tobias Burnus <tobias@codesourcery.com>
Date:   Mon Feb 20 07:52:01 2023 +0100

    Merge branch 'releases/gcc-12' into devel/omp/gcc-12
    
    Merge up to r12-9189-gc6e3ecca0e3dcf567d0c843a4987e52591041372 (20th Feb 2023)

Diff:

 gcc/ChangeLog                                      | 62 ++++++++++++++++++++++
 gcc/DATESTAMP                                      |  2 +-
 gcc/config.gcc                                     | 14 ++---
 gcc/config/i386/i386.cc                            | 11 ++--
 gcc/config/loongarch/t-linux                       |  2 +-
 gcc/cp/ChangeLog                                   |  8 +++
 gcc/cp/call.cc                                     |  2 +
 gcc/fortran/ChangeLog                              |  9 ++++
 gcc/fortran/resolve.cc                             |  8 +--
 gcc/gimple-ssa-warn-access.cc                      | 19 ++-----
 gcc/gimplify.cc                                    |  2 +-
 gcc/testsuite/ChangeLog                            | 58 ++++++++++++++++++++
 gcc/testsuite/c-c++-common/Wdangling-pointer-10.c  | 12 +++++
 gcc/testsuite/c-c++-common/Wdangling-pointer-9.c   |  9 ++++
 gcc/testsuite/g++.dg/cpp0x/overload-conv-5.C       | 21 ++++++++
 gcc/testsuite/gfortran.dg/pr104554.f90             | 11 ++++
 gcc/testsuite/gnat.dg/shift2.adb                   |  8 +++
 libstdc++-v3/ChangeLog                             | 58 ++++++++++++++++++++
 libstdc++-v3/include/experimental/bits/simd.h      |  6 ++-
 libstdc++-v3/include/experimental/bits/simd_math.h |  4 +-
 libstdc++-v3/include/experimental/bits/simd_x86.h  | 21 ++++----
 libstdc++-v3/include/std/atomic                    | 20 +++++++
 .../29_atomics/atomic_flag/test/explicit.cc        | 26 ++++++++-
 .../29_atomics/atomic_flag/test/implicit.cc        | 26 ++++++++-
 libstdc++-v3/testsuite/experimental/simd/README.md | 10 +++-
 .../experimental/simd/tests/bits/verify.h          |  2 +-
 26 files changed, 383 insertions(+), 48 deletions(-)

             reply	other threads:[~2023-02-20  6:52 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-20  6:52 Tobias Burnus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-03-02 15:33 Tobias Burnus
2023-02-27 16:34 Tobias Burnus
2023-02-13  9:21 Tobias Burnus
2023-02-06  7:42 Tobias Burnus
2023-02-02  9:20 Tobias Burnus
2023-01-30  9:11 Tobias Burnus
2023-01-26 10:22 Tobias Burnus
2023-01-23  8:29 Tobias Burnus
2023-01-19 20:24 Tobias Burnus
2023-01-16 11:27 Tobias Burnus
2023-01-09  9:21 Tobias Burnus
2022-12-27 10:54 Tobias Burnus
2022-12-21 18:21 Tobias Burnus
2022-12-19 17:32 Tobias Burnus
2022-12-12 14:26 Tobias Burnus
2022-12-09  8:39 Tobias Burnus
2022-12-01  7:40 Tobias Burnus
2022-11-25 10:37 Tobias Burnus
2022-11-21 14:29 Tobias Burnus
2022-11-18  9:48 Tobias Burnus
2022-11-14 15:41 Tobias Burnus
2022-11-04 12:50 Tobias Burnus
2022-11-02  8:07 Tobias Burnus
2022-10-27 12:39 Tobias Burnus
2022-10-24 10:21 Tobias Burnus
2022-10-18  9:12 Tobias Burnus
2022-10-11  8:26 Tobias Burnus
2022-09-29 14:45 Tobias Burnus
2022-09-28  7:53 Tobias Burnus
2022-09-23  8:48 Tobias Burnus
2022-09-09 13:39 Tobias Burnus
2022-09-05  8:19 Tobias Burnus
2022-08-31  6:14 Tobias Burnus
2022-08-03 12:17 Tobias Burnus
2022-08-01 13:03 Tobias Burnus
2022-07-28 13:29 Tobias Burnus
2022-07-28 13:29 Tobias Burnus
2022-07-05 10:32 Tobias Burnus
2022-07-01 18:13 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=20230220065255.700A63858D20@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).