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-12] Merge branch 'releases/gcc-12' into devel/omp/gcc-12
Date: Thu,  1 Dec 2022 07:40:55 +0000 (GMT)	[thread overview]
Message-ID: <20221201074055.C368F3858D37@sourceware.org> (raw)

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

commit e0233d8182cb2789c75e74885f6c9ce93c15c5d0
Merge: 02e6b3fd38d b7306f02da3
Author: Tobias Burnus <tobias@codesourcery.com>
Date:   Thu Dec 1 08:39:57 2022 +0100

    Merge branch 'releases/gcc-12' into devel/omp/gcc-12
    
    Merge up to r12-8954-gb7306f02da33695bec90f153f6725a51d7c0ac71 (1st Dec 2022)

Diff:

 gcc/ChangeLog                               | 113 ++++++++++++++++++++++++++++
 gcc/DATESTAMP                               |   2 +-
 gcc/config.gcc                              |  10 ++-
 gcc/config/aarch64/aarch64-d.cc             |   1 +
 gcc/config/aarch64/aarch64-d.h              |  24 ++++++
 gcc/config/aarch64/aarch64-protos.h         |   4 -
 gcc/config/aarch64/aarch64.h                |   4 -
 gcc/config/arm/arm-d.cc                     |   3 +-
 gcc/config/arm/arm-d.h                      |  24 ++++++
 gcc/config/arm/arm-protos.h                 |   4 -
 gcc/config/arm/arm.h                        |   4 -
 gcc/config/darwin-d.cc                      |   1 +
 gcc/config/default-d.cc                     |   4 +-
 gcc/config/dragonfly-d.cc                   |   1 +
 gcc/config/freebsd-d.cc                     |   3 +-
 gcc/config/glibc-d.cc                       |   3 +-
 gcc/config/i386/i386-d.cc                   |   1 +
 gcc/config/i386/i386-d.h                    |  26 +++++++
 gcc/config/i386/i386-expand.cc              |   2 +-
 gcc/config/i386/i386-protos.h               |   5 --
 gcc/config/i386/i386.h                      |   5 --
 gcc/config/i386/winnt-d.cc                  |   2 +-
 gcc/config/mips/mips-d.cc                   |   1 +
 gcc/config/mips/mips-d.h                    |  24 ++++++
 gcc/config/mips/mips-protos.h               |   4 -
 gcc/config/mips/mips.h                      |   4 -
 gcc/config/netbsd-d.cc                      |   3 +-
 gcc/config/openbsd-d.cc                     |   3 +-
 gcc/config/pa/pa-d.cc                       |   1 +
 gcc/config/pa/pa-d.h                        |  24 ++++++
 gcc/config/pa/pa-protos.h                   |   4 -
 gcc/config/pa/pa.h                          |   4 -
 gcc/config/pa/pa.md                         |  40 +++++-----
 gcc/config/riscv/riscv-d.cc                 |   1 +
 gcc/config/riscv/riscv-d.h                  |  24 ++++++
 gcc/config/riscv/riscv-protos.h             |   4 -
 gcc/config/riscv/riscv.h                    |   4 -
 gcc/config/rs6000/rs6000-d.cc               |   1 +
 gcc/config/rs6000/rs6000-d.h                |  24 ++++++
 gcc/config/rs6000/rs6000-protos.h           |   4 -
 gcc/config/rs6000/rs6000.h                  |   4 -
 gcc/config/s390/s390-d.cc                   |   1 +
 gcc/config/s390/s390-d.h                    |  24 ++++++
 gcc/config/s390/s390-protos.h               |   4 -
 gcc/config/s390/s390.h                      |   4 -
 gcc/config/sol2-d.cc                        |   3 +-
 gcc/config/sparc/sparc-d.cc                 |   1 +
 gcc/config/sparc/sparc-d.h                  |  24 ++++++
 gcc/config/sparc/sparc-protos.h             |   4 -
 gcc/config/sparc/sparc.h                    |   4 -
 gcc/configure                               |  11 +--
 gcc/configure.ac                            |   7 +-
 gcc/d/ChangeLog                             |  11 +++
 gcc/d/toir.cc                               |  26 ++++++-
 gcc/fortran/ChangeLog                       |   9 +++
 gcc/fortran/interface.cc                    |   8 ++
 gcc/ira-color.cc                            |   4 +-
 gcc/testsuite/ChangeLog                     |  16 ++++
 gcc/testsuite/gcc.target/i386/pr107863.c    |   8 ++
 gcc/testsuite/gdc.dg/pr107592.d             |  13 ++++
 gcc/testsuite/gfortran.dg/null_actual_3.f90 |  18 +++++
 61 files changed, 495 insertions(+), 129 deletions(-)

             reply	other threads:[~2022-12-01  7:40 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-01  7:40 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-20  6:52 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-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=20221201074055.C368F3858D37@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).