public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org
Subject: [gcc(refs/vendors/redhat/heads/gcc-12-branch)] Merge commit 'r12-7532-gda2667cb025ec81c0fab438abee0e83c636148aa' into redhat/gcc-12-branch
Date: Tue,  8 Mar 2022 11:24:55 +0000 (GMT)	[thread overview]
Message-ID: <20220308112455.05F3C385B829@sourceware.org> (raw)

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

commit a525ce3ad147ce96a7c5fad4099fe2155af45324
Merge: 9a60f4c27d4 da2667cb025
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Tue Mar 8 12:23:45 2022 +0100

    Merge commit 'r12-7532-gda2667cb025ec81c0fab438abee0e83c636148aa' into redhat/gcc-12-branch

Diff:

 gcc/ChangeLog                                      |   98 +
 gcc/DATESTAMP                                      |    2 +-
 gcc/analyzer/ChangeLog                             |   14 +
 gcc/analyzer/analyzer.cc                           |    2 +-
 gcc/analyzer/engine.cc                             |   50 +-
 gcc/analyzer/sm-taint.cc                           |    2 +-
 gcc/analyzer/store.cc                              |    4 +-
 gcc/c-family/ChangeLog                             |    4 +
 gcc/c-family/c-attribs.cc                          |    4 +-
 gcc/c/ChangeLog                                    |    5 +
 gcc/c/c-parser.cc                                  |    4 +-
 gcc/config/aarch64/fractional-cost.h               |    2 +-
 gcc/config/aarch64/thunderx3t110.md                |    2 +-
 gcc/config/arm/arm-builtins.cc                     |  127 +-
 gcc/config/arm/arm.cc                              |    6 +-
 gcc/config/darwin.h                                |    2 +-
 gcc/config/i386/i386.cc                            |    2 +-
 gcc/config/i386/sse.md                             |   30 +-
 gcc/config/msp430/msp430.cc                        |    2 +-
 gcc/config/riscv/riscv.cc                          |    2 +-
 gcc/config/rs6000/pcrel-opt.md                     |    2 +-
 gcc/config/rs6000/predicates.md                    |    4 +-
 gcc/config/rs6000/rs6000.cc                        |    2 +-
 gcc/config/rx/rx.cc                                |    2 +-
 gcc/config/s390/s390.md                            |    2 +-
 gcc/config/vax/vax.cc                              |    2 +-
 gcc/cp/ChangeLog                                   |   19 +
 gcc/cp/coroutines.cc                               |    2 +-
 gcc/cp/cvt.cc                                      |    2 +-
 gcc/cp/decl2.cc                                    |    3 +
 gcc/cp/module.cc                                   |    2 +-
 gcc/cp/parser.cc                                   |    4 +-
 gcc/cp/pt.cc                                       |    2 +-
 gcc/cp/typeck.cc                                   |    4 +-
 gcc/ctfc.h                                         |    2 +-
 gcc/doc/invoke.texi                                |    4 +-
 gcc/fortran/ChangeLog                              |   38 +
 gcc/fortran/array.cc                               |    2 +-
 gcc/fortran/dump-parse-tree.cc                     |    2 +-
 gcc/fortran/frontend-passes.cc                     |    2 +-
 gcc/fortran/gfortran.h                             |    2 +-
 gcc/fortran/gfortran.texi                          |    2 +-
 gcc/fortran/intrinsic.cc                           |    2 +-
 gcc/fortran/intrinsic.texi                         |    4 +-
 gcc/fortran/invoke.texi                            |    4 +-
 gcc/fortran/resolve.cc                             |    2 +-
 gcc/fortran/scanner.cc                             |    2 +-
 gcc/fortran/simplify.cc                            |    2 +-
 gcc/fortran/trans-expr.cc                          |   12 +-
 gcc/gimple-range-gori.cc                           |    2 +-
 gcc/gimple-ssa-warn-access.cc                      |    2 +-
 gcc/internal-fn.cc                                 |    2 +-
 gcc/ipa-polymorphic-call.cc                        |    2 +-
 gcc/ipa-sra.cc                                     |    2 +-
 gcc/jit/ChangeLog                                  |    4 +
 gcc/jit/libgccjit.h                                |    4 +-
 gcc/opts.cc                                        |   49 +-
 gcc/params.opt                                     |    2 +-
 gcc/plugin.cc                                      |    2 +-
 gcc/po/ChangeLog                                   |    4 +
 gcc/po/fr.po                                       | 1958 ++++++++------------
 gcc/po/sv.po                                       |  322 ++--
 gcc/pointer-query.cc                               |    2 +-
 gcc/testsuite/ChangeLog                            |   37 +
 gcc/testsuite/gcc.dg/analyzer/pr101983-main.c      |   38 +
 gcc/testsuite/gcc.dg/analyzer/pr101983-not-main.c  |   40 +
 gcc/testsuite/gcc.dg/lower-subreg-1.c              |    4 +-
 gcc/testsuite/gcc.dg/pr104381.c                    |   20 +
 gcc/testsuite/gcc.dg/torture/pr104825.c            |   14 +
 gcc/testsuite/gcc.dg/vect/pr104782.c               |   18 +
 gcc/testsuite/gcc.target/i386/pr100865-8a.c        |    2 +-
 gcc/testsuite/gcc.target/i386/pr100865-8c.c        |    2 +-
 gcc/testsuite/gcc.target/i386/pr100865-9c.c        |    2 +-
 gcc/testsuite/gcc.target/i386/pr104779.c           |   27 +
 gcc/testsuite/gcc.target/s390/pr104775.c           |   14 +
 gcc/testsuite/gfortran.dg/class_result_10.f90      |   52 +
 gcc/tree-ssa-propagate.cc                          |    2 +-
 gcc/tree-ssa-sccvn.cc                              |    5 +-
 gcc/tree-ssa-uninit.cc                             |    8 +-
 gcc/tree-vect-slp.cc                               |    7 +
 gcc/value-relation.h                               |    2 +-
 gcc/varasm.cc                                      |    2 +-
 libstdc++-v3/ChangeLog                             |   12 +
 .../config/locale/vxworks/ctype_members.cc         |    1 -
 libstdc++-v3/include/bits/c++config                |    9 +-
 85 files changed, 1674 insertions(+), 1499 deletions(-)


                 reply	other threads:[~2022-03-08 11:24 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=20220308112455.05F3C385B829@sourceware.org \
    --to=jakub@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).