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: Wed, 31 Aug 2022 06:14:19 +0000 (GMT)	[thread overview]
Message-ID: <20220831061419.8B6C9383CCDF@sourceware.org> (raw)

https://gcc.gnu.org/g:846797668e35664cdf6555c27c8b875cb54e6d66

commit 846797668e35664cdf6555c27c8b875cb54e6d66
Merge: 44d5246bae8 63997f22238
Author: Tobias Burnus <tobias@codesourcery.com>
Date:   Wed Aug 31 08:02:08 2022 +0200

    Merge branch 'releases/gcc-12' into devel/omp/gcc-12
    
    Merge up to r12-8732-g63997f222380a7b718a9045effa4841c00f30f70 (31st Aug 2022)

Diff:

 gcc/ChangeLog                                      |  110 +
 gcc/DATESTAMP                                      |    2 +-
 gcc/config/aarch64/aarch64-sve.md                  |    4 +-
 gcc/config/i386/amxtileintrin.h                    |    6 +-
 gcc/config/i386/i386-builtin.def                   |    4 +-
 gcc/config/i386/i386.cc                            |   12 +-
 gcc/config/i386/sse.md                             |    4 +-
 gcc/config/loongarch/loongarch.cc                  |    6 +-
 gcc/config/loongarch/loongarch.h                   |   15 +-
 gcc/config/rs6000/mma.md                           |   39 +-
 gcc/config/rs6000/rs6000.cc                        |   22 -
 gcc/cp/ChangeLog                                   |   20 +
 gcc/cp/cp-objcp-common.cc                          |    2 +
 gcc/cp/expr.cc                                     |    4 +-
 gcc/cp/typeck.cc                                   |    8 +-
 gcc/fortran/ChangeLog                              |   53 +
 gcc/fortran/f95-lang.cc                            |    3 +-
 gcc/fortran/libgfortran.h                          |   20 +
 gcc/fortran/parse.cc                               |    2 +-
 gcc/fortran/simplify.cc                            |    5 +-
 gcc/fortran/trans-intrinsic.cc                     |  219 +
 gcc/ifcvt.cc                                       |   41 +-
 gcc/po/ChangeLog                                   |   10 +
 gcc/po/be.po                                       | 7869 +++++++++----------
 gcc/po/da.po                                       | 7871 +++++++++----------
 gcc/po/de.po                                       | 7875 ++++++++++----------
 gcc/po/el.po                                       | 7869 +++++++++----------
 gcc/po/es.po                                       | 7871 +++++++++----------
 gcc/po/fi.po                                       | 7870 +++++++++----------
 gcc/po/fr.po                                       | 7872 +++++++++----------
 gcc/po/hr.po                                       | 7870 +++++++++----------
 gcc/po/id.po                                       | 7871 +++++++++----------
 gcc/po/ja.po                                       | 7870 +++++++++----------
 gcc/po/nl.po                                       | 7869 +++++++++----------
 gcc/po/ru.po                                       | 7871 +++++++++----------
 gcc/po/sr.po                                       | 7871 +++++++++----------
 gcc/po/sv.po                                       | 7875 ++++++++++----------
 gcc/po/tr.po                                       | 7871 +++++++++----------
 gcc/po/uk.po                                       | 7870 +++++++++----------
 gcc/po/vi.po                                       | 7870 +++++++++----------
 gcc/po/zh_CN.po                                    | 7870 +++++++++----------
 gcc/po/zh_TW.po                                    | 7869 +++++++++----------
 gcc/testsuite/ChangeLog                            |   93 +
 gcc/testsuite/g++.dg/cpp2a/volatile1.C             |   11 +-
 gcc/testsuite/g++.dg/cpp2a/volatile3.C             |   11 +-
 gcc/testsuite/g++.dg/cpp2a/volatile5.C             |    8 +-
 gcc/testsuite/g++.dg/ext/has-builtin-1.C           |  127 +
 gcc/testsuite/gcc.dg/torture/pr106590.c            |   75 +
 gcc/testsuite/gcc.target/aarch64/sve/pr106524.c    |   11 +
 gcc/testsuite/gcc.target/i386/pr106322.c           |   51 +
 gcc/testsuite/gcc.target/i386/pr106704.c           |   16 +
 gcc/testsuite/gcc.target/loongarch/pr106459.c      |   13 +
 gcc/testsuite/gcc.target/powerpc/pr103353.c        |   22 +
 gcc/testsuite/gcc.target/powerpc/pr106017.c        |   19 +
 gcc/testsuite/gcc.target/powerpc/pr106322.c        |   50 +
 .../gomp/strictly-structured-block-4.f90           |   21 +
 gcc/testsuite/gfortran.dg/pr103694.f90             |   11 +
 gcc/tree-vect-stmts.cc                             |    8 +
 libgfortran/ChangeLog                              |   13 +
 libgfortran/ieee/ieee_helper.c                     |   20 -
 libgomp/ChangeLog                                  |    8 +
 libstdc++-v3/ChangeLog                             |   21 +
 libstdc++-v3/doc/html/bk02.html                    |    2 +-
 libstdc++-v3/doc/html/manual/extensions.html       |    9 +-
 libstdc++-v3/doc/html/manual/using.html            |   12 +-
 libstdc++-v3/doc/xml/manual/using.xml              |   19 +-
 libstdc++-v3/include/std/variant                   |    7 +-
 libstdc++-v3/testsuite/20_util/variant/visit_r.cc  |    8 +
 68 files changed, 76102 insertions(+), 74719 deletions(-)

             reply	other threads:[~2022-08-31  6:14 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-31  6:14 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-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-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=20220831061419.8B6C9383CCDF@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).