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
Subject: [gcc/devel/omp/gcc-11] Merge remote-tracking branch 'origin/releases/gcc-11' into devel/omp/gcc-11
Date: Wed, 10 Nov 2021 14:34:26 +0000 (GMT)	[thread overview]
Message-ID: <20211110143426.A97983857C52@sourceware.org> (raw)

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

commit f85ed2296029b4bc6dc2d4cdd3b89ddd5e4abe00
Merge: d9b3ca487ef 3dea90505df
Author: Tobias Burnus <tobias@codesourcery.com>
Date:   Wed Nov 10 14:48:34 2021 +0100

    Merge remote-tracking branch 'origin/releases/gcc-11' into devel/omp/gcc-11
    
    Merge up to r11-9233-g3dea90505df136a4b361665772ef8e62306cfcdb (Nov 10, 2021)

Diff:

 contrib/ChangeLog                                  |   9 ++
 contrib/gcc-changelog/git_check_commit.py          |   4 +
 contrib/gcc-changelog/git_commit.py                |  71 +++++++--
 contrib/gcc-changelog/git_email.py                 |  22 ++-
 contrib/gcc-changelog/git_update_version.py        |   5 +-
 contrib/gcc-changelog/test_email.py                |  21 ++-
 contrib/gcc-changelog/test_patches.txt             |  85 +++++++++-
 gcc/ChangeLog                                      | 172 +++++++++++++++++++++
 gcc/DATESTAMP                                      |   2 +-
 gcc/config/i386/amxtileintrin.h                    |   6 +-
 gcc/config/pa/pa-modes.def                         |   3 +
 gcc/config/pa/pa.c                                 |  10 +-
 gcc/config/pa/pa.h                                 |  16 +-
 gcc/config/pa/pa.md                                | 164 +++++++++++++++++++-
 gcc/config/rs6000/fusion.md                        | 128 +++++++--------
 gcc/config/rs6000/genfusion.pl                     |   2 +-
 gcc/config/vx-common.h                             |   2 +-
 gcc/coverage.c                                     |   7 +-
 gcc/fortran/ChangeLog                              |  49 ++++++
 gcc/fortran/decl.c                                 |  27 +++-
 gcc/fortran/expr.c                                 |   2 +
 gcc/fortran/resolve.c                              |  35 +++++
 gcc/gimple-range-cache.cc                          |   2 +-
 gcc/gimple.c                                       |   4 +-
 gcc/ipa-sra.c                                      |  40 ++---
 gcc/lra-constraints.c                              |  17 +-
 gcc/system.h                                       |  13 ++
 gcc/testsuite/ChangeLog                            | 128 +++++++++++++++
 gcc/testsuite/g++.dg/torture/pr10148.C             |  52 +++++++
 gcc/testsuite/g++.dg/vect/pr102572.cc              |  14 ++
 gcc/testsuite/g++.dg/vect/pr102788.cc              |  32 ++++
 gcc/testsuite/g++.dg/warn/Warray-bounds-16.C       |   6 +-
 gcc/testsuite/g++.target/arm/pr102842.C            |  30 ++++
 gcc/testsuite/gcc.dg/ipa/pr102714.c                | 117 ++++++++++++++
 gcc/testsuite/gcc.dg/pr100520.c                    |   5 +
 gcc/testsuite/gcc.dg/pr102798.c                    |  41 +++++
 gcc/testsuite/gcc.dg/torture/pr102139.c            |  43 ++++++
 gcc/testsuite/gcc.dg/torture/pr102518.c            |  12 ++
 gcc/testsuite/gcc.dg/torture/pr102762.c            |  11 ++
 gcc/testsuite/gcc.target/i386/amxtile-3.c          |  34 ++++
 .../gfortran.dg/derived_constructor_char_1.f90     |   2 +-
 .../gfortran.dg/parameter_array_init_8.f90         |  25 +++
 gcc/testsuite/gfortran.dg/pr102685.f90             |  30 ++++
 gcc/testsuite/gfortran.dg/pr102715.f90             |  13 ++
 gcc/testsuite/gfortran.dg/pr102816.f90             |   9 ++
 gcc/testsuite/gfortran.dg/pr102817.f90             |  17 ++
 gcc/testsuite/gfortran.dg/pr68019.f90              |   2 +-
 gcc/testsuite/gfortran.dg/pr70931.f90              |   3 +-
 gcc/testsuite/gfortran.dg/transfer_simplify_2.f90  |   2 +-
 gcc/tree-inline.c                                  |  14 +-
 gcc/tree-switch-conversion.c                       |  42 ++---
 gcc/tree-switch-conversion.h                       |  14 +-
 gcc/tree-vect-data-refs.c                          |  84 +++++-----
 gcc/tree-vect-loop-manip.c                         |   3 +-
 gcc/tree-vect-patterns.c                           |   8 +-
 gcc/tree-vect-slp.c                                |   2 +
 gcc/tree-vect-stmts.c                              |   2 +-
 gcc/tree-vectorizer.h                              |  10 +-
 libgcc/ChangeLog                                   |  10 ++
 libgcc/config.host                                 |   7 +-
 libgcc/config/pa/sfp-exceptions.c                  | 102 ++++++++++++
 libgcc/config/pa/sfp-machine.h                     | 155 +++++++++++++++++++
 libgcc/config/pa/t-dimode                          |  33 ++++
 libgcc/config/pa/t-softfp-sfdftf                   |   8 +
 64 files changed, 1813 insertions(+), 227 deletions(-)


             reply	other threads:[~2021-11-10 14:34 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-10 14:34 Tobias Burnus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-11-02 15:02 Tobias Burnus
2021-10-27  9:17 Tobias Burnus
2021-10-19 13:39 Tobias Burnus
2021-10-19 13:39 Tobias Burnus
2021-10-18 12:52 Tobias Burnus
2021-10-13 16:14 Tobias Burnus
2021-10-11 11:15 Tobias Burnus
2021-10-06 11:01 Tobias Burnus
2021-09-28 10:05 Tobias Burnus
2021-09-22  8:37 Tobias Burnus
2021-09-20 15:34 Tobias Burnus
2021-09-20  7:42 Tobias Burnus
2021-09-17 13:46 Tobias Burnus
2021-09-13  7:46 Tobias Burnus
2021-09-06 13:31 Tobias Burnus
2021-09-03 11:56 Tobias Burnus
2021-08-23 14:28 Tobias Burnus
2021-08-16 12:08 Tobias Burnus
2021-08-12 10:00 Tobias Burnus
2021-08-09  7:10 Tobias Burnus
2021-07-30  9:53 Tobias Burnus
2021-07-28  7:50 Tobias Burnus
2021-07-23  8:36 Tobias Burnus
2021-07-20 11:34 Tobias Burnus
2021-06-28 10:32 Tobias Burnus
2021-06-23 10:06 Tobias Burnus
2021-06-15  9:32 Tobias Burnus
2021-06-08  8:15 Tobias Burnus
2021-06-04 11:43 Tobias Burnus
2021-05-31 15:33 Tobias Burnus

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=20211110143426.A97983857C52@sourceware.org \
    --to=burnus@gcc.gnu.org \
    --cc=gcc-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).