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: Thu, 20 Jan 2022 12:42:43 +0000 (GMT)	[thread overview]
Message-ID: <20220120124243.CC0D73857822@sourceware.org> (raw)

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

commit c4d5b401d1854d206b07bad132e49063d6fafcd6
Merge: 6d7456f8419 9b42782366b
Author: Gaius Mulley <gaius.mulley@southwales.ac.uk>
Date:   Thu Jan 20 12:42:15 2022 +0000

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

Diff:

 ChangeLog                                          |   4 +
 contrib/ChangeLog                                  |  10 +
 contrib/check_GNU_style_lib.py                     |   2 +-
 contrib/gcc-git-customization.sh                   |   1 +
 contrib/git-backport.py                            |  47 +-
 contrib/git-fix-changelog.py                       |  92 ++++
 gcc/ChangeLog                                      | 553 +++++++++++++++++++++
 gcc/DATESTAMP                                      |   2 +-
 gcc/ada/ChangeLog                                  |  96 ++++
 gcc/ada/Makefile.rtl                               |   5 +
 gcc/ada/gcc-interface/Makefile.in                  |   7 +
 gcc/analyzer/ChangeLog                             |  16 +
 gcc/analyzer/region-model-manager.cc               |  22 +-
 gcc/attribs.cc                                     |   2 +-
 gcc/bitmap.cc                                      |   2 +-
 gcc/c-family/ChangeLog                             |  18 +
 gcc/c-family/c-common.cc                           |  10 +-
 gcc/c-family/c-common.h                            |   6 +-
 gcc/c-family/c-format.cc                           |   2 +-
 gcc/c-family/c-indentation.cc                      |   2 +-
 gcc/c-family/c-pretty-print.cc                     |   2 +-
 gcc/cgraph.cc                                      |   4 +-
 gcc/cgraph.h                                       |   4 +-
 gcc/cgraphunit.cc                                  |   2 +-
 gcc/collect2.cc                                    |   2 +-
 gcc/common/config/riscv/riscv-common.cc            |  18 +-
 gcc/config/aarch64/aarch64-builtins.cc             |   2 +-
 gcc/config/arc/arc.md                              |   2 +-
 gcc/config/arm/arm-cpus.in                         |   9 +-
 gcc/config/arm/arm.cc                              |   9 +
 gcc/config/arm/arm.opt                             |  10 +
 gcc/config/arm/crypto.md                           | 227 +++++++--
 gcc/config/arm/unspecs.md                          |   1 +
 gcc/config/avr/avr.cc                              |   2 +-
 gcc/config/bfin/bfin.cc                            |   8 +-
 gcc/config/bpf/coreout.cc                          |  28 +-
 gcc/config/bpf/coreout.h                           |   1 -
 gcc/config/cris/cris.h                             |   2 +-
 gcc/config/frv/frv.cc                              |   6 +-
 gcc/config/i386/sse.md                             |  22 +-
 gcc/config/ia64/ia64-c.cc                          |   2 +-
 gcc/config/iq2000/iq2000.cc                        |   8 +-
 gcc/config/m32c/m32c-pragma.cc                     |  12 +-
 gcc/config/m68k/m68k.cc                            |   2 +-
 gcc/config/mips/mips.cc                            |   6 +-
 gcc/config/mmix/mmix.cc                            |   8 +-
 gcc/config/msp430/driver-msp430.cc                 |   6 +-
 gcc/config/msp430/msp430.cc                        |  30 +-
 gcc/config/nds32/nds32-intrinsic.cc                |   6 +-
 gcc/config/nds32/nds32-intrinsic.md                |  28 +-
 gcc/config/nds32/nds32-isr.cc                      |   2 +-
 gcc/config/nds32/nds32.cc                          |  14 +-
 gcc/config/nvptx/nvptx.cc                          |   8 +-
 gcc/config/nvptx/nvptx.md                          |   6 +-
 gcc/config/riscv/riscv.cc                          |   4 +-
 gcc/config/rs6000/aix73.h                          |   2 +-
 gcc/config/rs6000/rs6000-call.cc                   |   8 +-
 gcc/config/rs6000/rs6000.cc                        |  34 +-
 gcc/config/rs6000/rtems.h                          |   2 +-
 gcc/config/rx/rx.cc                                |   4 +-
 gcc/config/s390/s390-c.cc                          |   9 +-
 gcc/config/s390/s390.cc                            |  36 +-
 gcc/config/sh/sh.cc                                |   6 +-
 gcc/config/stormy16/stormy16.cc                    |   6 +-
 gcc/config/v850/v850-c.cc                          |  22 +-
 gcc/config/vms/vms-c.cc                            |   8 +-
 gcc/config/xtensa/xtensa.cc                        |   6 +-
 gcc/configure                                      |   4 +-
 gcc/configure.ac                                   |   4 +-
 gcc/convert.cc                                     |   2 +-
 gcc/cp/ChangeLog                                   |  40 ++
 gcc/cp/constexpr.cc                                |   6 +-
 gcc/cp/cp-lang.cc                                  |   4 +-
 gcc/cp/cp-tree.h                                   |   4 +-
 gcc/cp/error.cc                                    |  18 +-
 gcc/cp/parser.cc                                   |  12 +-
 gcc/cp/pt.cc                                       |  16 +-
 gcc/cp/tree.cc                                     |   2 +-
 gcc/dbgcnt.cc                                      |   2 +-
 gcc/diagnostic-show-locus.cc                       |   2 +-
 gcc/diagnostic.cc                                  |   2 +-
 gcc/doc/invoke.texi                                |  14 +
 gcc/dumpfile.cc                                    |   2 +-
 gcc/dwarf2out.cc                                   |   7 +-
 gcc/dwarf2out.h                                    |   2 +-
 gcc/edit-context.cc                                |   2 +-
 gcc/emit-rtl.cc                                    |  16 +-
 gcc/et-forest.cc                                   |   2 +-
 gcc/expmed.cc                                      |   8 +-
 gcc/expr.cc                                        |  10 +-
 gcc/fibonacci_heap.cc                              |   2 +-
 gcc/fold-const.cc                                  |  11 +-
 gcc/fortran/ChangeLog                              |   6 +
 gcc/fortran/array.cc                               |   3 +
 gcc/function-tests.cc                              |   2 +-
 gcc/gcse.cc                                        |   2 +-
 gcc/gcse.h                                         |   2 +-
 gcc/ggc-tests.cc                                   |   2 +-
 gcc/gimple-ssa-store-merging.cc                    |   2 +-
 gcc/gimple-ssa-warn-access.cc                      |   9 +-
 gcc/gimple.cc                                      |   2 +-
 gcc/gimplify.cc                                    |   1 +
 gcc/hash-map-tests.cc                              |   2 +-
 gcc/hash-set-tests.cc                              |   2 +-
 gcc/ifcvt.cc                                       | 543 +++++++++++++++-----
 gcc/input.cc                                       |   2 +-
 gcc/ipa-cp.cc                                      |   2 +-
 gcc/ipa-fnsummary.cc                               |   2 +-
 gcc/ipa-fnsummary.h                                |   2 +-
 gcc/ipa-inline.cc                                  |   7 +-
 gcc/ipa-modref-tree.cc                             |   2 +-
 gcc/ipa-modref-tree.h                              |   2 -
 gcc/ipa-modref.cc                                  |   2 +-
 gcc/ipa-modref.h                                   |   2 +-
 gcc/ipa-prop.h                                     |   2 +-
 gcc/ipa-reference.cc                               |   2 +-
 gcc/ipa-reference.h                                |   2 +-
 gcc/ipa-split.cc                                   |   4 +-
 gcc/ira-costs.cc                                   |   2 +-
 gcc/ira.h                                          |   2 +-
 gcc/match.pd                                       |  15 +-
 gcc/opt-suggestions.cc                             |   2 +-
 gcc/optabs-tree.cc                                 |  21 +-
 gcc/optabs.cc                                      | 140 ++++--
 gcc/optabs.h                                       |   4 +-
 gcc/opts.cc                                        |   2 +-
 gcc/params.opt                                     |   4 +
 gcc/passes.def                                     |   5 +-
 gcc/predict.cc                                     |   2 +-
 gcc/pretty-print.cc                                |   2 +-
 gcc/read-rtl-function.cc                           |   2 +-
 gcc/rtl-tests.cc                                   |   2 +-
 gcc/rtl.cc                                         |  13 +
 gcc/rtl.h                                          |  11 +-
 gcc/sbitmap.cc                                     |   2 +-
 gcc/selftest-run-tests.cc                          |  74 +--
 gcc/selftest.cc                                    |   2 +-
 gcc/selftest.h                                     |  74 +--
 gcc/simplify-rtx.cc                                |   2 +-
 gcc/spellcheck-tree.cc                             |   2 +-
 gcc/spellcheck.cc                                  |   2 +-
 gcc/sreal.cc                                       |   2 +-
 gcc/testsuite/ChangeLog                            | 204 ++++++++
 gcc/testsuite/g++.dg/cpp1z/nontype-auto20.C        |   5 +
 gcc/testsuite/g++.dg/cpp2a/consteval27.C           |  18 +
 gcc/testsuite/g++.dg/eh/new2.C                     |  10 +
 .../ext/{boolcomplex-1.c => boolcomplex-1.C}       |   0
 gcc/testsuite/g++.dg/gcov/pr16855-priority.C       |   6 +-
 gcc/testsuite/g++.dg/gcov/pr16855.C                |   4 +-
 gcc/testsuite/g++.dg/opt/pr103989.C                |  30 ++
 gcc/testsuite/g++.dg/opt/{pr47639.c => pr47639.C}  |   2 +-
 gcc/testsuite/g++.dg/parse/no-typename1.C          |   2 +-
 gcc/testsuite/g++.dg/{pr83979.c => pr83979.C}      |   0
 gcc/testsuite/g++.dg/template/nested7.C            |  12 +
 gcc/testsuite/g++.dg/tm/{asm-1.c => asm-1.C}       |   0
 .../g++.dg/vect/{pr71483.c => pr71483.cc}          |   0
 gcc/testsuite/g++.dg/warn/Wdangling-pointer-3.C    |  39 ++
 gcc/testsuite/g++.dg/warn/pr104025.C               |  20 +
 gcc/testsuite/gcc.dg/Wuse-after-free.c             |  41 ++
 gcc/testsuite/gcc.dg/analyzer/pr104062.c           |  13 +
 gcc/testsuite/gcc.dg/analyzer/pr104089.c           |   9 +
 gcc/testsuite/gcc.dg/debug/dwarf2/pr103874.c       |  12 +
 gcc/testsuite/gcc.dg/ifcvt-4.c                     |   2 +-
 gcc/testsuite/gcc.dg/torture/pr57147-2.c           |   6 +
 gcc/testsuite/gcc.dg/tree-ssa/evrp-trans2.c        |   8 +
 gcc/testsuite/gcc.dg/tree-ssa/pr89074.c            |  12 +
 gcc/testsuite/gcc.dg/vect/bb-slp-17.c              |   5 +-
 gcc/testsuite/gcc.dg/vect/pr104112-1.c             |  18 +
 gcc/testsuite/gcc.dg/vect/pr104112-2.c             |  11 +
 gcc/testsuite/gcc.dg/vect/slp-perm-9.c             |   4 +-
 gcc/testsuite/gcc.dg/vect/tsvc/tsvc.h              |   4 +-
 .../gcc.target/arm/crypto-vaese-erratum1.c         |  28 ++
 gcc/testsuite/gcc.target/bpf/core-section-1.c      |   2 +-
 .../gcc.target/i386/mask-pack-prefer128.c          |   8 +
 .../gcc.target/i386/mask-pack-prefer256.c          |   8 +
 gcc/testsuite/gcc.target/i386/pr103771.c           |  18 +
 gcc/testsuite/gcc.target/i386/pr104104.c           |  10 +
 .../gcc.target/powerpc/bfp/scalar-extract-exp-5.c  |   2 +-
 .../gcc.target/powerpc/bfp/scalar-extract-sig-5.c  |   2 +-
 .../gcc.target/powerpc/bfp/scalar-insert-exp-11.c  |   2 +-
 gcc/testsuite/gcc.target/powerpc/pr104015-1.c      |  28 ++
 gcc/testsuite/gcc.target/powerpc/pr104015-2.c      |  29 ++
 gcc/testsuite/gcc.target/powerpc/sldoi_to_mov.c    |   3 +-
 .../gcc.target/s390/ifcvt-two-insns-bool.c         |  39 ++
 .../gcc.target/s390/ifcvt-two-insns-int.c          |  39 ++
 .../gcc.target/s390/ifcvt-two-insns-long.c         |  39 ++
 gcc/testsuite/gfortran.dg/pr102520.f90             |   6 +-
 gcc/testsuite/gfortran.dg/pr102860.f90             |  10 +
 gcc/testsuite/gfortran.dg/pr103692.f90             |  23 +
 gcc/testsuite/lib/g++-dg.exp                       |   2 +-
 gcc/testsuite/lib/gcov.exp                         |   5 +-
 gcc/toplev.cc                                      |  20 +-
 gcc/tree-cfg.cc                                    |   2 +-
 gcc/tree-vect-generic.cc                           |   5 +-
 gcc/tree-vect-loop.cc                              | 120 ++++-
 gcc/tree-vect-stmts.cc                             |  11 +-
 gcc/tree-vectorizer.h                              |  25 +-
 gcc/tree.cc                                        |   2 +-
 gcc/typed-splay-tree.cc                            |   2 +-
 gcc/value-relation.cc                              |  15 +-
 gcc/value-relation.h                               |   1 +
 gcc/varasm.cc                                      |   2 +-
 gcc/vec-perm-indices.cc                            |   2 +-
 gcc/vec.cc                                         |   2 +-
 libcpp/ChangeLog                                   |   7 +
 libgomp/ChangeLog                                  |  53 ++
 libgomp/config/gcn/icv-device.c                    |   2 +-
 .../testsuite/libgomp.oacc-c++/privatized-ref-2.C  |   6 +-
 .../testsuite/libgomp.oacc-c++/privatized-ref-3.C  |   6 +-
 .../libgomp.oacc-c-c++-common/acc_prof-kernels-1.c |   4 +-
 .../libgomp.oacc-c-c++-common/kernels-loop-2.c     |   4 +-
 .../libgomp.oacc-c-c++-common/parallel-dims.c      |  14 +-
 .../testsuite/libgomp.oacc-c-c++-common/pr85486.c  |   2 +-
 .../libgomp.oacc-c-c++-common/pr95270-1.c          |   4 +-
 .../libgomp.oacc-c-c++-common/routine-nohost-2.c   |   2 +-
 .../libgomp.oacc-c-c++-common/struct-copyout-1.c   |   2 +-
 .../libgomp.oacc-c-c++-common/struct-copyout-2.c   |   2 +-
 .../libgomp.oacc-c-c++-common/vector-length-64-1.c |   2 +-
 .../libgomp.oacc-fortran/attach-descriptor-1.f90   |   2 +-
 .../libgomp.oacc-fortran/derivedtypes-arrays-1.f90 |   2 +-
 .../libgomp.oacc-fortran/kernels-loop-2.f95        |   4 +-
 .../libgomp.oacc-fortran/parallel-dims.f90         |   4 +-
 .../libgomp.oacc-fortran/privatized-ref-1.f95      |   6 +-
 libstdc++-v3/ChangeLog                             | 133 +++++
 libstdc++-v3/acinclude.m4                          |  44 ++
 libstdc++-v3/config.h.in                           |   8 +
 libstdc++-v3/configure                             |  80 ++-
 libstdc++-v3/configure.ac                          |   2 +-
 libstdc++-v3/doc/html/manual/api.html              |  10 +
 libstdc++-v3/doc/html/manual/status.html           |   4 +-
 libstdc++-v3/doc/xml/manual/evolution.xml          |  14 +
 libstdc++-v3/doc/xml/manual/status_cxx2017.xml     |   3 +-
 libstdc++-v3/include/Makefile.am                   |   1 +
 libstdc++-v3/include/Makefile.in                   |   1 +
 libstdc++-v3/include/bits/basic_string.h           |   4 +-
 libstdc++-v3/include/bits/cow_string.h             |   4 +-
 libstdc++-v3/include/bits/shared_ptr_atomic.h      |   4 +
 libstdc++-v3/include/bits/stl_function.h           |   4 +-
 libstdc++-v3/include/bits/stl_iterator.h           |   4 +-
 libstdc++-v3/include/bits/stl_pair.h               |  99 ++--
 libstdc++-v3/include/bits/stl_tempbuf.h            |   2 +-
 libstdc++-v3/include/c_compatibility/stdatomic.h   | 124 +++++
 libstdc++-v3/include/c_compatibility/uchar.h       |   8 +
 libstdc++-v3/include/c_global/cuchar               |  33 +-
 libstdc++-v3/include/c_std/cuchar                  |  35 ++
 libstdc++-v3/include/experimental/bits/simd.h      |  26 +-
 libstdc++-v3/include/std/string_view               |   3 +-
 libstdc++-v3/scripts/testsuite_flags.in            |   3 +-
 libstdc++-v3/src/Makefile.am                       |  12 +-
 libstdc++-v3/src/Makefile.in                       |   9 +-
 libstdc++-v3/src/libbacktrace/Makefile.am          |  56 ++-
 libstdc++-v3/src/libbacktrace/Makefile.in          | 128 +++--
 libstdc++-v3/testsuite/20_util/pair/cons/99957.cc  |  12 +-
 .../21_strings/basic_string/cons/char/nullptr.cc   |  26 +-
 .../basic_string_view/cons/char/nonnull.cc         |   3 +-
 .../basic_string_view/cons/wchar_t/nonnull.cc      |   3 +-
 .../headers/cuchar/functions_std_cxx20.cc          |  12 +
 .../headers/cuchar/functions_std_fchar8_t.cc       |  12 +
 .../29_atomics/headers/stdatomic.h/c_compat.cc     | 131 +++++
 259 files changed, 4053 insertions(+), 880 deletions(-)


             reply	other threads:[~2022-01-20 12:42 UTC|newest]

Thread overview: 68+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-20 12:42 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-21 20:48 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=20220120124243.CC0D73857822@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).