public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
From: Thomas Schwinge <tschwinge@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org
Subject: [gcc/devel/rust/master] Merge commit '95dc11475dac06b5eecd904079de8aa94827a36a^' into HEAD
Date: Mon, 13 Feb 2023 13:10:32 +0000 (GMT)	[thread overview]
Message-ID: <20230213131032.635CB3839DFA@sourceware.org> (raw)

https://gcc.gnu.org/g:81007c525482143fdee017545ac44438b37da0e6

commit 81007c525482143fdee017545ac44438b37da0e6
Merge: 3a8c8d0d41b e165214777a
Author: Thomas Schwinge <thomas@codesourcery.com>
Date:   Sun Feb 12 16:20:58 2023 +0100

    Merge commit '95dc11475dac06b5eecd904079de8aa94827a36a^' into HEAD

Diff:

 ChangeLog                                        |   5 +
 contrib/mklog.py                                 |   5 +-
 gcc/ChangeLog                                    | 207 ++++++
 gcc/DATESTAMP                                    |   2 +-
 gcc/config/aarch64/aarch64.md                    |   2 +-
 gcc/config/i386/i386.md                          |  47 +-
 gcc/doc/invoke.texi                              |  13 +-
 gcc/fortran/ChangeLog                            |   6 +
 gcc/fortran/parse.cc                             |   2 +-
 gcc/ipa-cp.cc                                    |  25 +-
 gcc/ipa-param-manipulation.cc                    | 153 +++--
 gcc/ipa-param-manipulation.h                     |  19 +-
 gcc/ipa-prop.cc                                  | 209 +++----
 gcc/ipa-sra.cc                                   | 695 ++++++++++++++++-----
 gcc/jit/jit-recording.h                          |   9 +
 gcc/lto-cgraph.cc                                |   2 +-
 gcc/lto-streamer-out.cc                          |   3 +-
 gcc/params.opt                                   |  10 +-
 gcc/rust/ChangeLog                               | 391 ++++++++++++
 gcc/testsuite/ChangeLog                          | 763 +++++++++++++++++++++++
 gcc/testsuite/g++.dg/ipa/ipa-sra-5.C             |  23 +
 gcc/testsuite/gcc.c-torture/execute/pr108064.c   |  28 +
 gcc/testsuite/gcc.dg/ipa/ipa-sra-25.c            |  17 +
 gcc/testsuite/gcc.dg/ipa/ipa-sra-26.c            |  31 +
 gcc/testsuite/gcc.dg/ipa/ipa-sra-27.c            |  49 ++
 gcc/testsuite/gcc.dg/ipa/ipa-sra-28.c            |  51 ++
 gcc/testsuite/gcc.dg/ipa/pr107640-2.c            |  50 ++
 gcc/testsuite/gcc.dg/tree-ssa/ssa-ccp-43.c       |  12 +
 gcc/testsuite/gcc.target/i386/pr108044-1.c       |  33 +
 gcc/testsuite/gcc.target/i386/pr108044-2.c       |  21 +
 gcc/testsuite/gcc.target/i386/pr108044-3.c       |  33 +
 gcc/testsuite/gcc.target/i386/pr108044-4.c       |  21 +
 gcc/testsuite/gfortran.dg/ipa-sra-1.f90          |  37 ++
 gcc/testsuite/gfortran.dg/pr107423.f90           |  18 +
 gcc/testsuite/gfortran.dg/pr48636-2.f90          |   2 +-
 gcc/testsuite/jit.dg/test-vector-types.cc        |  13 +
 gcc/tree-inline.cc                               |   2 +
 gcc/tree-ssa-ccp.cc                              |   4 +
 gcc/tree-ssa-sccvn.cc                            |  25 +-
 gcc/tree-vect-patterns.cc                        |  10 +-
 libsanitizer/ChangeLog                           |   5 +
 libstdc++-v3/ChangeLog                           |   5 +
 libstdc++-v3/src/libbacktrace/backtrace-rename.h |   1 +
 43 files changed, 2684 insertions(+), 375 deletions(-)

                 reply	other threads:[~2023-02-13 13:10 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=20230213131032.635CB3839DFA@sourceware.org \
    --to=tschwinge@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).