public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
From: Gaius Mulley <gaius@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org
Subject: [gcc/devel/modula-2] Merge branch 'master' into devel/modula-2.
Date: Wed, 14 Sep 2022 18:58:39 +0000 (GMT)	[thread overview]
Message-ID: <20220914185839.0F83638515C0@sourceware.org> (raw)

https://gcc.gnu.org/g:59ad15abea88d678a98ea7213c891d5476ea6913

commit 59ad15abea88d678a98ea7213c891d5476ea6913
Merge: 37e5e898dd0 2aa5f8808d1
Author: Gaius Mulley <gaiusmod2@gmail.com>
Date:   Wed Sep 14 19:29:59 2022 +0100

    Merge branch 'master' into devel/modula-2.

Diff:

 gcc/ChangeLog                                      | 178 ++++
 gcc/DATESTAMP                                      |   2 +-
 gcc/ada/ChangeLog                                  | 498 +++++++++++
 gcc/analyzer/ChangeLog                             |   5 +
 gcc/config/aarch64/aarch64-ldpstp.md               |  11 +-
 gcc/config/aarch64/aarch64-simd.md                 | 217 +++--
 gcc/config/aarch64/aarch64.cc                      |  94 ++-
 gcc/config/aarch64/aarch64.md                      |  11 +-
 gcc/config/aarch64/iterators.md                    |   2 +
 gcc/config/rs6000/rs6000-builtin.cc                |  13 +
 gcc/config/rs6000/rs6000-c.cc                      |  60 +-
 gcc/config/rs6000/rs6000.cc                        | 125 ++-
 gcc/config/rs6000/rs6000.opt                       |  18 +
 gcc/cp/ChangeLog                                   | 120 +++
 gcc/cp/call.cc                                     |  22 +-
 gcc/cp/constexpr.cc                                |  20 +-
 gcc/cp/cp-tree.h                                   |  29 +-
 gcc/cp/cvt.cc                                      |   4 +-
 gcc/cp/decl.cc                                     |   7 +-
 gcc/cp/decl2.cc                                    |   8 +-
 gcc/cp/except.cc                                   |   4 +-
 gcc/cp/init.cc                                     |   2 +-
 gcc/cp/pt.cc                                       |  33 +-
 gcc/cp/semantics.cc                                |   8 +-
 gcc/cp/tree.cc                                     |  10 +-
 gcc/cp/typeck.cc                                   |  21 +-
 gcc/cp/typeck2.cc                                  |  33 +-
 gcc/doc/invoke.texi                                |   7 +
 gcc/gimple-fold.cc                                 |   1 +
 gcc/match.pd                                       |   6 +-
 gcc/reg-stack.cc                                   |   3 +-
 gcc/testsuite/ChangeLog                            | 100 +++
 gcc/testsuite/g++.dg/cpp0x/initlist-array17.C      |  37 +
 gcc/testsuite/g++.dg/cpp1y/auto-fn65.C             |  10 +
 gcc/testsuite/g++.dg/cpp1z/noexcept-type26.C       |  12 +
 gcc/testsuite/g++.dg/cpp2a/explicit19.C            |  12 +
 gcc/testsuite/g++.dg/ext/integer-pack6.C           |  13 +
 gcc/testsuite/g++.dg/ext/pr106877.C                |  13 +
 gcc/testsuite/g++.dg/template/evaluated1.C         |  17 +
 gcc/testsuite/g++.dg/template/evaluated1a.C        |  16 +
 gcc/testsuite/g++.dg/template/evaluated1b.C        |  17 +
 gcc/testsuite/g++.dg/template/evaluated1c.C        |  17 +
 gcc/testsuite/g++.target/powerpc/pr105485.C        |   9 +
 gcc/testsuite/gcc.c-torture/compile/pr106878.c     |  15 +
 gcc/testsuite/gcc.target/aarch64/acle/ls64_asm_2.c |   9 +
 gcc/testsuite/gcc.target/aarch64/ldp_stp_20.c      |   7 +
 gcc/testsuite/gcc.target/aarch64/ldp_stp_21.c      |   7 +
 gcc/testsuite/gcc.target/aarch64/ldp_stp_22.c      |  13 +
 gcc/testsuite/gcc.target/aarch64/ldp_stp_23.c      |  16 +
 gcc/testsuite/gcc.target/aarch64/ldp_stp_24.c      |  16 +
 gcc/testsuite/gcc.target/aarch64/movv16qi_1.c      |  21 +
 gcc/testsuite/gcc.target/aarch64/movv16qi_2.c      |  27 +
 gcc/testsuite/gcc.target/aarch64/movv16qi_3.c      |  30 +
 gcc/testsuite/gcc.target/aarch64/movv2di_1.c       | 103 +++
 gcc/testsuite/gcc.target/aarch64/movv2x16qi_1.c    |  40 +
 gcc/testsuite/gcc.target/aarch64/movv2x8qi_1.c     |  38 +
 gcc/testsuite/gcc.target/aarch64/movv3x16qi_1.c    |  44 +
 gcc/testsuite/gcc.target/aarch64/movv3x8qi_1.c     |  41 +
 gcc/testsuite/gcc.target/aarch64/movv4x16qi_1.c    |  44 +
 gcc/testsuite/gcc.target/aarch64/movv4x8qi_1.c     |  42 +
 gcc/testsuite/gcc.target/aarch64/movv8qi_1.c       |  15 +
 gcc/testsuite/gcc.target/aarch64/movv8qi_2.c       |  27 +
 gcc/testsuite/gcc.target/aarch64/movv8qi_3.c       |  30 +
 gcc/testsuite/gcc.target/aarch64/vect_unary_2.c    |   5 +
 gcc/testsuite/gcc.target/i386/pr106905.c           |  14 +
 gcc/testsuite/gcc.target/ia64/pr106905.c           |  20 +
 gcc/testsuite/gcc.target/powerpc/pr104482.c        |  16 +
 .../gcc.target/s390/ifcvt-one-insn-bool.c          |   2 +-
 .../gcc.target/s390/ifcvt-one-insn-char.c          |   2 +-
 .../gcc.target/s390/ifcvt-two-insns-bool.c         |   2 +-
 .../gcc.target/s390/ifcvt-two-insns-int.c          |   2 +-
 .../gcc.target/s390/ifcvt-two-insns-long.c         |  13 +-
 .../gcc.target/s390/vector/vperm-rev-z14.c         |   2 +-
 .../gcc.target/s390/vector/vperm-rev-z15.c         |   6 +-
 gcc/testsuite/gfortran.dg/pr106934.f90             |   7 +
 gcc/testsuite/lib/g++.exp                          |  10 +-
 gcc/testsuite/lib/gcc.exp                          |  21 +-
 gcc/testsuite/lib/wrapper.exp                      |   7 +-
 gcc/tree-cfg.cc                                    |  20 +-
 gcc/tree-ssa-reassoc.cc                            |  16 +-
 gcc/tree-ssa-uninit.cc                             |   8 +-
 gcc/tree-ssa.cc                                    |   6 +
 gcc/tree-vect-loop.cc                              |   6 +-
 libgomp/ChangeLog                                  |  36 +
 libgomp/env.c                                      |   6 +-
 libgomp/libgomp.texi                               |   6 +-
 libstdc++-v3/ChangeLog                             |  78 ++
 libstdc++-v3/include/debug/safe_iterator.h         |   2 +-
 libstdc++-v3/include/std/ranges                    | 928 ++++++++++++++++++++-
 .../testsuite/std/ranges/adaptors/chunk/1.cc       |  80 ++
 libstdc++-v3/testsuite/std/ranges/adaptors/join.cc |  30 +
 .../testsuite/std/ranges/adaptors/slide/1.cc       | 105 +++
 92 files changed, 3551 insertions(+), 335 deletions(-)

             reply	other threads:[~2022-09-14 18:58 UTC|newest]

Thread overview: 68+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-14 18:58 Gaius Mulley [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-12-14 12:30 Gaius Mulley
2022-12-07 19:51 Gaius Mulley
2022-12-01  0:32 Gaius Mulley
2022-11-18 12:25 Gaius Mulley
2022-11-15 23:00 Gaius Mulley
2022-11-02 23:24 Gaius Mulley
2022-10-22  1:58 Gaius Mulley
2022-10-12 12:57 Gaius Mulley
2022-10-04 11:47 Gaius Mulley
2022-09-26 11:40 Gaius Mulley
2022-09-20 15:20 Gaius Mulley
2022-09-12 20:46 Gaius Mulley
2022-09-08 15:03 Gaius Mulley
2022-09-02 15:27 Gaius Mulley
2022-08-29 13:42 Gaius Mulley
2022-08-25 22:53 Gaius Mulley
2022-08-12  8:40 Gaius Mulley
2022-08-08 12:01 Gaius Mulley
2022-07-29 16:23 Gaius Mulley
2022-07-26  0:28 Gaius Mulley
2022-07-11 23:17 Gaius Mulley
2022-07-06 20:03 Gaius Mulley
2022-05-30 13:25 Gaius Mulley
2022-05-23 22:02 Gaius Mulley
2022-05-20  1:41 Gaius Mulley
2022-05-15 22:44 Gaius Mulley
2022-05-12  9:02 Gaius Mulley
2022-05-10 11:05 Gaius Mulley
2022-05-06 12:28 Gaius Mulley
2022-05-05 19:37 Gaius Mulley
2022-05-03 12:08 Gaius Mulley
2022-04-29 20:01 Gaius Mulley
2022-04-29 15:22 Gaius Mulley
2022-04-28 15:14 Gaius Mulley
2022-04-27 11:17 Gaius Mulley
2022-04-26 17:23 Gaius Mulley
2022-04-25 19:40 Gaius Mulley
2022-04-22  8:09 Gaius Mulley
2022-04-20 11:35 Gaius Mulley
2022-04-01 19:20 Gaius Mulley
2022-03-24 23:10 Gaius Mulley
2022-03-16 20:33 Gaius Mulley
2022-03-02 18:47 Gaius Mulley
2022-02-14 17:00 Gaius Mulley
2022-02-05 13:34 Gaius Mulley
2022-01-29 11:11 Gaius Mulley
2022-01-25 18:58 Gaius Mulley
2022-01-21 20:48 Gaius Mulley
2022-01-20 12:42 Gaius Mulley
2022-01-18 13:54 Gaius Mulley
2022-01-14  0:26 Gaius Mulley
2022-01-06 21:41 Gaius Mulley
2021-12-19  1:19 Gaius Mulley
2021-12-09 21:59 Gaius Mulley
2021-11-27 13:22 Gaius Mulley
2021-11-19 18:30 Gaius Mulley
2021-11-07 15:22 Gaius Mulley
2021-10-27  8:45 Gaius Mulley
2021-10-19 22:57 Gaius Mulley
2021-10-08 14:03 Gaius Mulley
2021-09-16 12:03 Gaius Mulley
2021-09-14 11:39 Gaius Mulley
2021-09-02 15:49 Gaius Mulley
2021-08-27  0:43 Gaius Mulley
2021-08-18 14:24 Gaius Mulley
2021-08-10 13:57 Gaius Mulley
2021-07-28 18:59 Gaius Mulley

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=20220914185839.0F83638515C0@sourceware.org \
    --to=gaius@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).