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: Fri, 21 Jan 2022 20:48:50 +0000 (GMT)	[thread overview]
Message-ID: <20220121204850.68C7B385840D@sourceware.org> (raw)

https://gcc.gnu.org/g:027bcf0b7f593170482992477b7d8c7204ddb786

commit 027bcf0b7f593170482992477b7d8c7204ddb786
Merge: 2525979b7b8 2e01fde49ea
Author: Gaius Mulley <gaius.mulley@southwales.ac.uk>
Date:   Fri Jan 21 20:38:21 2022 +0000

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

Diff:

 ChangeLog                                          |   4 +
 MAINTAINERS                                        |   2 +-
 gcc/ChangeLog                                      | 110 +++++++++++++
 gcc/DATESTAMP                                      |   2 +-
 gcc/analyzer/ChangeLog                             |  24 +++
 gcc/analyzer/constraint-manager.cc                 | 172 +++++++++++++++++++--
 gcc/analyzer/constraint-manager.h                  |  15 +-
 gcc/analyzer/region-model.cc                       |   5 +-
 gcc/common/config/s390/s390-common.cc              |  14 +-
 gcc/config/arm/arm-opts.h                          |   6 +
 gcc/config/arm/arm-protos.h                        |   2 +
 gcc/config/arm/arm.cc                              |  55 +++++++
 gcc/config/arm/arm.md                              |  71 ++++++++-
 gcc/config/arm/arm.opt                             |  22 +++
 gcc/config/i386/gnu-user-common.h                  |   5 +-
 gcc/config/i386/gnu.h                              |   5 +-
 gcc/config/i386/i386.cc                            |   2 +-
 gcc/config/riscv/riscv-c.cc                        |   3 +
 gcc/config/rs6000/rs6000-overload.def              |   4 +
 gcc/config/rs6000/rs6000.cc                        |   2 +-
 gcc/configure                                      |  18 +++
 gcc/configure.ac                                   |  16 ++
 gcc/cp/ChangeLog                                   |  32 ++++
 gcc/cp/class.cc                                    |   4 +-
 gcc/cp/decl.cc                                     |  20 ++-
 gcc/cp/init.cc                                     |   2 +-
 gcc/cp/pt.cc                                       |  60 ++++---
 gcc/cp/semantics.cc                                |  33 ++--
 gcc/cp/tree.cc                                     |  22 ++-
 gcc/doc/generic.texi                               |   9 ++
 gcc/doc/invoke.texi                                |  11 ++
 gcc/fortran/ChangeLog                              |  12 ++
 gcc/fortran/dump-parse-tree.cc                     |   4 +-
 gcc/fortran/gfortran.h                             |   3 +
 gcc/fortran/openmp.cc                              |   6 +-
 gcc/fortran/trans-decl.cc                          |   3 +
 gcc/fortran/trans-openmp.cc                        |   2 +-
 gcc/gimple-fold.cc                                 |   4 +-
 gcc/gimple-range-path.cc                           |  48 +++++-
 gcc/gimple-range-path.h                            |   3 +-
 gcc/gimple-ssa-warn-access.cc                      |   5 +-
 gcc/go/gofrontend/MERGE                            |   2 +-
 gcc/ira.cc                                         |  14 +-
 gcc/ira.h                                          |   7 +
 gcc/lra-assigns.cc                                 |   2 +-
 gcc/lra-constraints.cc                             | 148 +++++++++++-------
 gcc/lra-int.h                                      |   8 +-
 gcc/lra-remat.cc                                   |   2 +-
 gcc/lra.cc                                         |  18 ++-
 gcc/lra.h                                          |   2 -
 gcc/optabs.cc                                      |   8 +-
 gcc/testsuite/ChangeLog                            |  90 +++++++++++
 gcc/testsuite/g++.dg/abi/no_unique_address2.C      |  27 ++++
 gcc/testsuite/g++.dg/cpp0x/noexcept72.C            |  21 +++
 gcc/testsuite/g++.dg/cpp0x/noexcept73.C            |  13 ++
 gcc/testsuite/g++.dg/cpp1y/noexcept2.C             |  20 +++
 gcc/testsuite/g++.dg/cpp1z/class-deduction101.C    |  17 ++
 gcc/testsuite/g++.dg/cpp1z/class-deduction101a.C   |  22 +++
 gcc/testsuite/g++.dg/cpp1z/class-deduction101b.C   |  22 +++
 gcc/testsuite/g++.dg/cpp1z/class-deduction102.C    |  25 +++
 gcc/testsuite/g++.dg/cpp1z/class-deduction102a.C   |  27 ++++
 gcc/testsuite/g++.dg/cpp1z/class-deduction102b.C   |  30 ++++
 gcc/testsuite/g++.dg/cpp1z/class-deduction103.C    |  22 +++
 gcc/testsuite/g++.dg/cpp2a/desig20.C               |  20 +++
 gcc/testsuite/g++.dg/cpp2a/nontype-class51.C       |  26 ++++
 gcc/testsuite/g++.dg/init/new50.C                  |   9 ++
 gcc/testsuite/g++.dg/other/pr88187.C               |   2 +-
 gcc/testsuite/g++.dg/template/explicit-args6.C     |   2 +
 gcc/testsuite/g++.target/arm/pr103676.C            |  32 ++++
 gcc/testsuite/gcc.dg/analyzer/pr94362-1.c          |  60 +++++++
 gcc/testsuite/gcc.dg/analyzer/pr94362-2.c          |  42 +++++
 gcc/testsuite/gcc.dg/analyzer/torture/pr103685.c   |  33 ++++
 gcc/testsuite/gcc.dg/asan/pr99673.c                |  27 ++++
 gcc/testsuite/gcc.dg/loop-unswitch-6.c             |  32 ++++
 gcc/testsuite/gcc.dg/pr102478.c                    |  29 ++++
 gcc/testsuite/gcc.dg/pr103721-2.c                  |  28 ++++
 gcc/testsuite/gcc.dg/pr103721.c                    |  25 +++
 gcc/testsuite/gcc.dg/torture/pr100786.c            |   9 ++
 gcc/testsuite/gcc.dg/vect/pr104152.c               |  40 +++++
 gcc/testsuite/gcc.target/aarch64/cpymem-q-reg_1.c  |   4 +-
 gcc/testsuite/gcc.target/aarch64/spellcheck_1.c    |   2 +-
 gcc/testsuite/gcc.target/aarch64/spellcheck_2.c    |   2 +-
 gcc/testsuite/gcc.target/aarch64/spellcheck_3.c    |   2 +-
 gcc/testsuite/gcc.target/aarch64/spellcheck_7.c    |   2 +-
 gcc/testsuite/gcc.target/arm/stack-protector-7.c   |  12 ++
 gcc/testsuite/gcc.target/arm/stack-protector-8.c   |   7 +
 gcc/testsuite/gcc.target/mips/fix-r4000-2.c        |   4 +-
 gcc/testsuite/gcc.target/mips/fix-r4000-3.c        |   6 +-
 gcc/testsuite/gcc.target/mips/fix-r4000-7.c        |   4 +-
 gcc/testsuite/gcc.target/mips/fix-r4000-8.c        |   6 +-
 gcc/testsuite/gcc.target/powerpc/builtins-4.c      |  34 ++--
 gcc/testsuite/gcc.target/riscv/pr104140.c          |  11 ++
 .../gfortran.dg/gomp/affinity-clause-3.f90         |   2 +-
 gcc/testsuite/gfortran.dg/gomp/pr102621.f90        |  12 ++
 gcc/testsuite/gfortran.dg/gomp/pr103695.f90        |  18 +++
 gcc/tree-ssa-loop-unswitch.cc                      |  50 ++++--
 gcc/tree-ssa-math-opts.cc                          |   4 +
 gcc/tree-ssa-threadbackward.cc                     |   4 +
 gcc/tree-vect-slp.cc                               |  20 ++-
 gcc/tree.def                                       |  14 +-
 gcc/value-relation.cc                              |  45 ++++--
 gcc/value-relation.h                               |   3 +
 libgo/go/runtime/panic32.go                        |   4 +-
 .../libgomp.oacc-c-c++-common/loop-gwv-1.c         |  25 ++-
 .../libgomp.oacc-c-c++-common/loop-gwv-2.c         |  34 +++-
 .../libgomp.oacc-c-c++-common/loop-red-gwv-1.c     |  22 ++-
 .../libgomp.oacc-c-c++-common/loop-red-v-1.c       |  11 +-
 .../libgomp.oacc-c-c++-common/loop-red-v-2.c       |  11 +-
 .../libgomp.oacc-c-c++-common/loop-red-w-1.c       |  13 +-
 .../libgomp.oacc-c-c++-common/loop-red-w-2.c       |  13 +-
 .../libgomp.oacc-c-c++-common/loop-red-wv-1.c      |  19 ++-
 .../testsuite/libgomp.oacc-c-c++-common/loop-v-1.c |  13 +-
 .../testsuite/libgomp.oacc-c-c++-common/loop-w-1.c |  13 +-
 .../libgomp.oacc-c-c++-common/loop-wv-1.c          |  19 ++-
 .../libgomp.oacc-c-c++-common/routine-gwv-1.c      |  21 ++-
 .../libgomp.oacc-c-c++-common/routine-v-1.c        |  13 +-
 .../libgomp.oacc-c-c++-common/routine-w-1.c        |  13 +-
 .../libgomp.oacc-c-c++-common/routine-wv-1.c       |  19 ++-
 libstdc++-v3/ChangeLog                             |  13 ++
 libstdc++-v3/include/bits/alloc_traits.h           |   2 +-
 libstdc++-v3/include/bits/allocator.h              |   2 +-
 libstdc++-v3/include/bits/basic_string.h           |   2 +-
 libstdc++-v3/include/bits/chrono.h                 |   4 +-
 libstdc++-v3/include/bits/move.h                   |   2 +-
 libstdc++-v3/include/bits/node_handle.h            |   2 +-
 libstdc++-v3/include/bits/range_access.h           |   2 +-
 libstdc++-v3/include/bits/shared_ptr.h             |   2 +-
 libstdc++-v3/include/bits/shared_ptr_atomic.h      |   4 +-
 libstdc++-v3/include/bits/stl_algo.h               |   4 +-
 libstdc++-v3/include/bits/stl_algobase.h           |   2 +-
 libstdc++-v3/include/bits/stl_function.h           |   2 +-
 libstdc++-v3/include/bits/stl_iterator.h           |   2 +-
 libstdc++-v3/include/bits/stl_map.h                |   2 +-
 libstdc++-v3/include/bits/stl_tree.h               |   2 +-
 libstdc++-v3/include/bits/unique_ptr.h             |   2 +-
 libstdc++-v3/include/bits/unordered_map.h          |   2 +-
 libstdc++-v3/include/c_global/cmath                |   2 +-
 libstdc++-v3/include/c_global/cstddef              |   2 +-
 libstdc++-v3/include/std/atomic                    |   2 +-
 libstdc++-v3/include/std/complex                   |   2 +-
 libstdc++-v3/include/std/filesystem                |   2 +-
 libstdc++-v3/include/std/functional                |   4 +-
 libstdc++-v3/include/std/iomanip                   |   2 +-
 libstdc++-v3/include/std/mutex                     |   2 +-
 libstdc++-v3/include/std/numeric                   |   6 +-
 libstdc++-v3/include/std/tuple                     |   4 +-
 libstdc++-v3/include/std/type_traits               |  22 +--
 libstdc++-v3/include/std/version                   | 102 ++++++------
 libstdc++-v3/libsupc++/new                         |   2 +-
 libstdc++-v3/scripts/testsuite_flags.in            |  12 +-
 libstdc++-v3/src/c++11/cxx11-ios_failure.cc        |   4 +
 libstdc++-v3/src/c++11/future.cc                   |   4 +
 libstdc++-v3/src/c++11/system_error.cc             |   4 +
 libstdc++-v3/src/c++17/memory_resource.cc          |   4 +
 .../20_util/shared_ptr/atomic/atomic_shared_ptr.cc |   3 +
 .../testsuite/20_util/shared_ptr/cons/array.cc     |   2 +-
 .../testsuite/20_util/weak_ptr/atomic_weak_ptr.cc  |   3 +
 157 files changed, 2167 insertions(+), 412 deletions(-)


             reply	other threads:[~2022-01-21 20:48 UTC|newest]

Thread overview: 68+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-21 20:48 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-14 18:58 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-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=20220121204850.68C7B385840D@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).