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: Sat, 29 Jan 2022 11:11:29 +0000 (GMT)	[thread overview]
Message-ID: <20220129111129.C307D3858405@sourceware.org> (raw)

https://gcc.gnu.org/g:7cbd60d58fe026c3e44df373885f530fd28268a5

commit 7cbd60d58fe026c3e44df373885f530fd28268a5
Merge: 5f6e0d8f3a0 3f0fcda37f5
Author: Gaius Mulley <gaius.mulley@southwales.ac.uk>
Date:   Sat Jan 29 11:10:52 2022 +0000

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

Diff:

 ChangeLog                                          |  10 ++
 contrib/ChangeLog                                  |  13 ++
 contrib/gcc-git-customization.sh                   |   4 +-
 contrib/git-descr.sh                               |  37 +++++
 contrib/git-undescr.sh                             |  13 ++
 gcc/ChangeLog                                      | 131 ++++++++++++++++
 gcc/DATESTAMP                                      |   2 +-
 gcc/ada/exp_ch4.adb                                |   6 +-
 gcc/analyzer/ChangeLog                             |  74 +++++++++
 gcc/analyzer/checker-path.cc                       |  41 +++++
 gcc/analyzer/checker-path.h                        |  21 +++
 gcc/analyzer/constraint-manager.cc                 |  95 +++++++++--
 gcc/analyzer/diagnostic-manager.cc                 |  74 ++++++++-
 gcc/analyzer/diagnostic-manager.h                  |   3 +-
 gcc/analyzer/pending-diagnostic.cc                 |  32 ++++
 gcc/analyzer/pending-diagnostic.h                  |  24 +++
 gcc/analyzer/region-model-manager.cc               |   4 +-
 gcc/analyzer/region-model.cc                       |  54 ++++++-
 gcc/analyzer/region-model.h                        |   3 +
 gcc/analyzer/region.h                              |   1 +
 gcc/builtins.cc                                    |   3 +
 gcc/cfganal.cc                                     |  28 ++--
 gcc/cfganal.h                                      |   1 +
 gcc/cfgrtl.cc                                      |  27 +++-
 gcc/config/riscv/riscv.md                          |   2 +
 gcc/config/rs6000/bmi2intrin.h                     |   7 +-
 gcc/config/rs6000/bmiintrin.h                      |   4 +-
 gcc/config/rs6000/emmintrin.h                      |   2 +-
 gcc/config/rs6000/host-darwin.cc                   |   4 +-
 gcc/config/rs6000/rs6000.cc                        |   7 +-
 gcc/config/rs6000/smmintrin.h                      |   3 +-
 gcc/cp/ChangeLog                                   |  77 +++++++++
 gcc/cp/call.cc                                     |  43 +++--
 gcc/cp/constexpr.cc                                |   7 +
 gcc/cp/decl.cc                                     |  26 ++-
 gcc/cp/decl2.cc                                    |  18 +--
 gcc/cp/optimize.cc                                 |   1 +
 gcc/cp/parser.cc                                   |  40 +++--
 gcc/cp/pt.cc                                       |  37 ++++-
 gcc/cp/semantics.cc                                |   5 +-
 gcc/cp/tree.cc                                     |   5 +-
 gcc/d/decl.cc                                      |   2 +-
 gcc/diagnostic.cc                                  |  22 ++-
 gcc/diagnostic.h                                   |   3 +
 gcc/dwarf2out.cc                                   |  68 +++++++-
 gcc/fortran/ChangeLog                              |  31 ++++
 gcc/fortran/check.cc                               |   8 +-
 gcc/fortran/expr.cc                                |   3 +-
 gcc/fortran/target-memory.cc                       |   7 +-
 gcc/fortran/trans-array.cc                         |  74 ++++++---
 gcc/fortran/trans-intrinsic.cc                     |  53 ++++---
 gcc/gimple-fold.cc                                 |  26 ++-
 gcc/gimple-fold.h                                  |   2 +-
 gcc/gimple-ssa-warn-access.cc                      |  16 +-
 gcc/gimplify.cc                                    |   5 +-
 gcc/graph.cc                                       |  15 +-
 gcc/ipa-modref-tree.cc                             |  10 +-
 gcc/ipa-modref-tree.h                              |   9 +-
 gcc/ipa-sra.cc                                     |   4 +-
 gcc/opts.cc                                        |   4 +
 gcc/pointer-query.cc                               |  44 ++++--
 gcc/pointer-query.h                                |   2 +-
 gcc/testsuite/ChangeLog                            | 174 +++++++++++++++++++++
 gcc/testsuite/c-c++-common/gomp/pr103642.c         |  34 ++++
 gcc/testsuite/g++.dg/cpp0x/alias-decl-void1.C      |  18 +++
 gcc/testsuite/g++.dg/cpp0x/constexpr-104226.C      |  15 ++
 .../g++.dg/cpp0x/lambda/lambda-variadic13.C        |   2 +-
 .../g++.dg/cpp0x/lambda/lambda-variadic14.C        |   2 +-
 .../g++.dg/cpp0x/lambda/lambda-variadic14a.C       |   9 ++
 .../g++.dg/cpp0x/lambda/lambda-variadic15.C        |  14 ++
 .../g++.dg/cpp0x/lambda/lambda-variadic16.C        |  13 ++
 gcc/testsuite/g++.dg/cpp0x/nsdmi-template21.C      |   8 +
 gcc/testsuite/g++.dg/cpp0x/nsdmi-template21a.C     |  10 ++
 gcc/testsuite/g++.dg/cpp1z/class-deduction-new1.C  |  16 ++
 gcc/testsuite/g++.dg/cpp1z/class-deduction104.C    |  17 ++
 gcc/testsuite/g++.dg/cpp1z/class-deduction105.C    |  17 ++
 gcc/testsuite/g++.dg/cpp23/auto-array2.C           |  11 ++
 gcc/testsuite/g++.dg/cpp2a/concepts-class4.C       |  11 ++
 .../g++.dg/cpp2a/concepts-partial-spec10.C         |  17 ++
 .../g++.dg/cpp2a/concepts-partial-spec11.C         |  19 +++
 gcc/testsuite/g++.dg/cpp2a/concepts-var-templ2.C   |  13 ++
 gcc/testsuite/g++.dg/cpp2a/consteval-memfn1.C      |  27 ++++
 gcc/testsuite/g++.dg/cpp2a/consteval-memfn2.C      |  34 ++++
 gcc/testsuite/g++.dg/cpp2a/consteval28.C           |  10 ++
 gcc/testsuite/g++.dg/init/assign2.C                |   6 +
 gcc/testsuite/g++.dg/lto/alignas1_0.C              |   7 +
 gcc/testsuite/g++.dg/parse/template-keyword2.C     |   8 +
 gcc/testsuite/g++.dg/warn/Wuse-after-free2.C       |  10 ++
 gcc/testsuite/g++.dg/warn/Wuse-after-free3.C       |  16 ++
 gcc/testsuite/gcc.c-torture/execute/pr104196.c     |  19 +++
 gcc/testsuite/gcc.dg/analyzer/data-model-1.c       |  12 +-
 gcc/testsuite/gcc.dg/analyzer/malloc-1.c           |   4 +-
 .../gcc.dg/analyzer/memset-CVE-2017-18549-1.c      |   2 +-
 gcc/testsuite/gcc.dg/analyzer/pr101547.c           |   2 +-
 gcc/testsuite/gcc.dg/analyzer/pr101875.c           |   2 +-
 gcc/testsuite/gcc.dg/analyzer/pr101962.c           |   2 +-
 gcc/testsuite/gcc.dg/analyzer/pr104224.c           | 106 +++++++++++++
 gcc/testsuite/gcc.dg/analyzer/pr94047.c            |   2 +-
 gcc/testsuite/gcc.dg/analyzer/symbolic-1.c         |   2 +-
 gcc/testsuite/gcc.dg/analyzer/uninit-1.c           |  10 +-
 gcc/testsuite/gcc.dg/analyzer/uninit-4.c           |   2 +-
 gcc/testsuite/gcc.dg/analyzer/uninit-alloca.c      |   7 +
 gcc/testsuite/gcc.dg/analyzer/uninit-pr94713.c     |   2 +-
 gcc/testsuite/gcc.dg/analyzer/uninit-pr94714.c     |   2 +-
 gcc/testsuite/gcc.dg/analyzer/zlib-3.c             |   2 +-
 gcc/testsuite/gcc.dg/tree-ssa/inline-13.c          |  27 ++++
 gcc/testsuite/gcc.dg/tree-ssa/modref-7.c           |   2 +-
 gcc/testsuite/gcc.dg/tree-ssa/modref-8.c           |   4 +-
 .../gcc.target/aarch64/branch-protection-attr.c    |   2 +-
 gcc/testsuite/gcc.target/i386/pr104188.c           |   3 +-
 gcc/testsuite/gcc.target/powerpc/pr103702.c        |  24 +++
 gcc/testsuite/gcc.target/powerpc/pr104239-1.c      |  10 ++
 gcc/testsuite/gcc.target/powerpc/pr104239-2.c      |  10 ++
 gcc/testsuite/gcc.target/powerpc/pr104239-3.c      |   8 +
 gcc/testsuite/gfortran.dg/argument_checking_26.f90 |  14 ++
 .../gfortran.dg/coarray_collectives_18.f90         |  37 +++++
 gcc/testsuite/gfortran.dg/ieee/signaling_1.f90     |   2 +-
 gcc/testsuite/gfortran.dg/ieee/signaling_2.f90     |   2 +-
 gcc/testsuite/gfortran.dg/ieee/signaling_3.f90     |   2 +-
 gcc/testsuite/gfortran.dg/pr84784.f90              |  27 ++++
 gcc/testsuite/gfortran.dg/transfer_check_6.f90     |  11 ++
 gcc/testsuite/gfortran.dg/transfer_simplify_14.f90 |  27 ++++
 gcc/testsuite/gnat.dg/generic_comp.adb             |  39 +++++
 gcc/timevar.def                                    |   1 +
 gcc/tree-cfg.cc                                    |   4 -
 gcc/tree-ssa-reassoc.cc                            |  89 ++++++++++-
 gcc/tree-vect-stmts.cc                             |   4 +-
 gcc/tree.cc                                        |   2 +-
 gcc/tree.h                                         |   2 +-
 gcc/varasm.cc                                      |   2 +-
 libgcc/ChangeLog                                   |   5 +
 libgfortran/ChangeLog                              |  21 +++
 libgfortran/ieee/issignaling_fallback.h            |  18 +--
 libgomp/ChangeLog                                  |   4 +
 libgomp/libgomp.texi                               |   7 +-
 libstdc++-v3/ChangeLog                             |  58 +++++++
 libstdc++-v3/acinclude.m4                          |  12 ++
 libstdc++-v3/config.h.in                           |   3 +
 libstdc++-v3/configure                             |  55 +++++++
 libstdc++-v3/include/bits/deque.tcc                |   3 +
 libstdc++-v3/include/bits/istream.tcc              |  62 ++++----
 libstdc++-v3/include/bits/ranges_base.h            |  15 +-
 libstdc++-v3/include/bits/shared_ptr_base.h        |   3 +
 libstdc++-v3/src/c++17/fs_dir.cc                   |  13 +-
 libstdc++-v3/src/c++17/fs_ops.cc                   |  16 +-
 libstdc++-v3/src/filesystem/dir-common.h           |  48 ++++--
 libstdc++-v3/src/filesystem/dir.cc                 |  17 +-
 libstdc++-v3/src/filesystem/ops.cc                 |  10 +-
 .../testsuite/23_containers/deque/100516.cc        |  14 ++
 .../range_operations/advance_overflow.cc           |  37 +++++
 150 files changed, 2547 insertions(+), 342 deletions(-)


             reply	other threads:[~2022-01-29 11:11 UTC|newest]

Thread overview: 68+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-29 11:11 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-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=20220129111129.C307D3858405@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).