public inbox for gcc-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: Tue,  4 Oct 2022 11:47:17 +0000 (GMT)	[thread overview]
Message-ID: <20221004114717.075E93856DC6@sourceware.org> (raw)

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

commit f2c218d06786b1345cf5810f6e972fca88fa72b6
Merge: 8239b43c4be e886ebd1796
Author: Gaius Mulley <gaiusmod2@gmail.com>
Date:   Tue Oct 4 11:55:51 2022 +0100

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

Diff:

 ChangeLog                                          |   11 +
 MAINTAINERS                                        |    3 +-
 configure                                          |   11 +
 configure.ac                                       |   11 +
 fixincludes/ChangeLog                              |   16 +
 fixincludes/fixincl.x                              |  154 +-
 fixincludes/inclhack.def                           |   96 +
 fixincludes/tests/base/bits/floatn.h               |   74 +
 gcc/ChangeLog                                      |  878 ++++++
 gcc/DATESTAMP                                      |    2 +-
 gcc/Makefile.in                                    |    1 +
 gcc/ada/ChangeLog                                  |  120 +
 gcc/ada/contracts.adb                              |   46 +-
 gcc/ada/einfo.ads                                  |   40 +-
 gcc/ada/exp_ch5.adb                                |   95 +-
 gcc/ada/sem_attr.adb                               |    8 +-
 gcc/ada/sem_util.adb                               |    5 +-
 gcc/basic-block.h                                  |    5 -
 gcc/builtins.def                                   |    5 +-
 gcc/c-family/ChangeLog                             |   86 +
 gcc/c-family/c-common.cc                           |   88 +-
 gcc/c-family/c-common.h                            |   33 +-
 gcc/c-family/c-cppbuiltin.cc                       |   14 +-
 gcc/c-family/c-format.cc                           |    3 +-
 gcc/c-family/c-lex.cc                              |   23 +-
 gcc/c-family/c-omp.cc                              |   46 +-
 gcc/c-family/c-pragma.cc                           |    5 +-
 gcc/c-family/c-pragma.h                            |    5 +-
 gcc/c/ChangeLog                                    |   23 +
 gcc/c/c-decl.cc                                    |   53 +-
 gcc/c/c-lang.h                                     |   10 +-
 gcc/c/c-parser.cc                                  |  363 ++-
 gcc/calls.cc                                       |    6 +-
 gcc/cfgcleanup.cc                                  |    2 +-
 gcc/cfgcleanup.h                                   |    1 +
 gcc/cfghooks.cc                                    |    1 -
 gcc/cfgrtl.cc                                      |   30 +-
 gcc/common.opt                                     |    5 +-
 gcc/common/config/aarch64/aarch64-common.cc        |  305 +-
 gcc/config.gcc                                     |   33 +-
 gcc/config/aarch64/aarch64-arches.def              |   32 +-
 gcc/config/aarch64/aarch64-builtins.cc             |    6 +-
 gcc/config/aarch64/aarch64-c.cc                    |    6 +-
 gcc/config/aarch64/aarch64-cores.def               |  130 +-
 gcc/config/aarch64/aarch64-feature-deps.h          |  121 +
 gcc/config/aarch64/aarch64-option-extensions.def   |  321 +-
 gcc/config/aarch64/aarch64-opts.h                  |    4 +
 gcc/config/aarch64/aarch64-protos.h                |   10 +-
 gcc/config/aarch64/aarch64-simd.md                 |   56 +-
 gcc/config/aarch64/aarch64-sve-builtins.cc         |   34 +-
 gcc/config/aarch64/aarch64-sve-builtins.h          |    9 +-
 gcc/config/aarch64/aarch64.cc                      |   98 +-
 gcc/config/aarch64/aarch64.h                       |  242 +-
 gcc/config/aarch64/aarch64.md                      |    8 +-
 gcc/config/aarch64/aarch64.opt                     |    5 +-
 gcc/config/aarch64/driver-aarch64.cc               |   32 +-
 gcc/config/aarch64/t-aarch64-vxworks               |    5 +
 gcc/config/arm/arm-c.cc                            |    2 +
 gcc/config/arm/arm.cc                              |    2 +
 gcc/config/arm/mve.md                              |    4 +-
 gcc/config/csky/csky.cc                            |   10 +-
 gcc/config/gcn/gcn-valu.md                         |    8 +-
 gcc/config/gcn/gcn.cc                              |    2 -
 gcc/config/h8300/h8300.md                          |    2 +
 gcc/config/h8300/testcompare.md                    |  267 ++
 gcc/config/i386/avx512fp16intrin.h                 |   11 +-
 gcc/config/i386/i386-builtins.cc                   |   15 +-
 gcc/config/i386/i386.cc                            |    3 +
 gcc/config/i386/predicates.md                      |   20 +-
 gcc/config/i386/sse.md                             |    4 +-
 gcc/config/i386/t-i386                             |    5 +
 gcc/config/ia64/ia64.cc                            |   27 +-
 gcc/config/loongarch/loongarch.cc                  |    2 +-
 gcc/config/loongarch/loongarch.md                  |   12 +-
 gcc/config/nvptx/gen-multilib-matches.sh           |   60 +
 gcc/config/nvptx/nvptx.cc                          |    4 +
 gcc/config/nvptx/nvptx.h                           |    8 +
 gcc/config/nvptx/nvptx.opt                         |    2 +-
 gcc/config/nvptx/t-nvptx                           |   31 +-
 gcc/config/or1k/or1k.cc                            |    2 +
 gcc/config/riscv/riscv-builtins.cc                 |    2 +
 gcc/config/riscv/riscv-protos.h                    |    1 +
 gcc/config/riscv/riscv-vector-builtins.cc          |  279 ++
 gcc/config/riscv/riscv-vector-builtins.def         |  199 ++
 gcc/config/riscv/riscv-vector-builtins.h           |   79 +
 gcc/config/riscv/riscv-vector-switch.def           |  164 ++
 gcc/config/riscv/riscv.cc                          |  101 +-
 gcc/config/riscv/riscv.opt                         |    6 +
 gcc/config/riscv/t-riscv                           |   10 +
 gcc/config/rs6000/rs6000-builtin.cc                |   17 +-
 gcc/config/rs6000/rs6000-c.cc                      |    1 +
 gcc/config/rs6000/rs6000-internal.h                |    4 +
 gcc/config/rs6000/rs6000-logue.cc                  |   32 +
 gcc/config/rs6000/rs6000.cc                        |   13 +-
 gcc/config/rs6000/rs6000.h                         |    4 +
 gcc/config/rs6000/vxworks.h                        |    7 +-
 gcc/config/s390/s390.cc                            |    3 +-
 gcc/config/t-vxworks                               |    4 +
 gcc/config/vx-common.h                             |    7 +-
 gcc/config/vxworks-driver.cc                       |   93 +
 gcc/config/vxworks.h                               |   24 +-
 gcc/configure                                      |   11 +-
 gcc/configure.ac                                   |   11 +-
 gcc/cp/ChangeLog                                   |  322 ++
 gcc/cp/call.cc                                     |  172 +-
 gcc/cp/class.cc                                    |   13 +-
 gcc/cp/constexpr.cc                                |   11 +-
 gcc/cp/constraint.cc                               |   25 +-
 gcc/cp/cp-gimplify.cc                              |   35 +-
 gcc/cp/cp-objcp-common.cc                          |   43 +-
 gcc/cp/cp-trait.def                                |  106 +
 gcc/cp/cp-tree.def                                 |    9 +-
 gcc/cp/cp-tree.h                                   |  103 +-
 gcc/cp/cxx-pretty-print.cc                         |  166 +-
 gcc/cp/cxx-pretty-print.h                          |    2 +-
 gcc/cp/decl.cc                                     |   45 +-
 gcc/cp/decl2.cc                                    |   41 +-
 gcc/cp/error.cc                                    |   24 +-
 gcc/cp/init.cc                                     |    6 +-
 gcc/cp/lambda.cc                                   |   89 +-
 gcc/cp/mangle.cc                                   |   74 +-
 gcc/cp/method.cc                                   |   24 +-
 gcc/cp/module.cc                                   |   81 +-
 gcc/cp/name-lookup.cc                              |    1 +
 gcc/cp/name-lookup.h                               |    1 +
 gcc/cp/parser.cc                                   |  749 +++--
 gcc/cp/pt.cc                                       |  124 +-
 gcc/cp/semantics.cc                                |  103 +-
 gcc/cp/tree.cc                                     |   24 +-
 gcc/cp/typeck.cc                                   |  189 +-
 gcc/cp/typeck2.cc                                  |   34 +-
 gcc/cppdefault.cc                                  |    3 +
 gcc/cselib.cc                                      |   20 +
 gcc/d/ChangeLog                                    |   12 +
 gcc/d/decl.cc                                      |    2 +-
 gcc/d/dmd/MERGE                                    |    2 +-
 gcc/d/dmd/aggregate.d                              |   13 +-
 gcc/d/dmd/aggregate.h                              |    2 +-
 gcc/d/dmd/apply.d                                  |   25 +-
 gcc/d/dmd/arrayop.d                                |   12 +-
 gcc/d/dmd/attrib.d                                 |    4 +-
 gcc/d/dmd/canthrow.d                               |    6 +-
 gcc/d/dmd/chkformat.d                              |  600 ++--
 gcc/d/dmd/clone.d                                  |    6 +-
 gcc/d/dmd/cparse.d                                 |   19 +-
 gcc/d/dmd/dcast.d                                  |    4 +-
 gcc/d/dmd/declaration.h                            |    4 +-
 gcc/d/dmd/dimport.d                                |    7 +-
 gcc/d/dmd/dinterpret.d                             |   12 +-
 gcc/d/dmd/dmangle.d                                |   17 +
 gcc/d/dmd/doc.d                                    |    4 +-
 gcc/d/dmd/dsymbol.d                                |    6 +
 gcc/d/dmd/dsymbol.h                                |    2 +-
 gcc/d/dmd/dsymbolsem.d                             |   48 +-
 gcc/d/dmd/dtemplate.d                              |   71 +-
 gcc/d/dmd/escape.d                                 |    5 +-
 gcc/d/dmd/expression.d                             |   20 +
 gcc/d/dmd/expression.h                             |   22 +-
 gcc/d/dmd/expressionsem.d                          |   92 +-
 gcc/d/dmd/func.d                                   |   19 +-
 gcc/d/dmd/iasmgcc.d                                |    8 +-
 gcc/d/dmd/id.d                                     |    2 +
 gcc/d/dmd/init.d                                   |    1 +
 gcc/d/dmd/init.h                                   |    1 +
 gcc/d/dmd/initsem.d                                |  553 ++--
 gcc/d/dmd/lexer.d                                  |    9 +-
 gcc/d/dmd/module.h                                 |    2 +-
 gcc/d/dmd/mtype.d                                  |  649 ++--
 gcc/d/dmd/mtype.h                                  |    4 +-
 gcc/d/dmd/opover.d                                 |    9 +-
 gcc/d/dmd/parse.d                                  |  102 +-
 gcc/d/dmd/root/object.h                            |    2 +-
 gcc/d/dmd/semantic3.d                              |   40 +-
 gcc/d/dmd/transitivevisitor.d                      |   73 +-
 gcc/d/dmd/typesem.d                                |   18 +-
 gcc/d/expr.cc                                      |   33 +-
 gcc/d/runtime.def                                  |    5 +-
 gcc/doc/install.texi                               |   40 +-
 gcc/doc/invoke.texi                                |   31 +-
 gcc/doc/md.texi                                    |   15 +-
 gcc/doc/sourcebuild.texi                           |    3 +
 gcc/doc/tm.texi                                    |    2 +-
 gcc/dwarf2out.cc                                   |    6 +-
 gcc/final.cc                                       |   26 +-
 gcc/fortran/ChangeLog                              |   26 +
 gcc/fortran/openmp.cc                              |   70 +-
 gcc/fortran/simplify.cc                            |   13 +-
 gcc/fortran/trans-expr.cc                          |   48 +-
 gcc/gcc.cc                                         |   27 +
 gcc/gimple-pretty-print.cc                         |    2 -
 gcc/gimple-range-gori.cc                           |  188 +-
 gcc/gimple-range-gori.h                            |   17 +-
 gcc/gimple-range-op.cc                             |   41 +-
 gcc/gimple-range-op.h                              |    6 +-
 gcc/gimple-streamer-in.cc                          |    1 -
 gcc/gimple-streamer-out.cc                         |    1 -
 gcc/gimplify.cc                                    |  179 +-
 gcc/go/gofrontend/MERGE                            |    2 +-
 gcc/input.cc                                       |   36 +-
 gcc/input.h                                        |    4 +
 gcc/internal-fn.cc                                 |   18 +-
 gcc/ipa-cp.cc                                      |    4 +-
 gcc/ipa-prop.cc                                    |    4 +-
 gcc/lto-streamer-in.cc                             |   19 +-
 gcc/lto-streamer-out.cc                            |    7 +
 gcc/lto-streamer.h                                 |    3 +
 gcc/po/ChangeLog                                   |    4 +
 gcc/po/sv.po                                       |   36 +-
 gcc/print-rtl.cc                                   |    4 +
 gcc/range-op.cc                                    |  170 +-
 gcc/rtl.h                                          |    1 +
 gcc/target.def                                     |    2 +-
 gcc/testsuite/ChangeLog                            |  463 +++
 .../c-c++-common/goacc/struct-component-kind-1.c   |   72 +
 gcc/testsuite/c-c++-common/gomp/assume-1.c         |   29 +
 gcc/testsuite/c-c++-common/gomp/assume-2.c         |   46 +
 gcc/testsuite/c-c++-common/gomp/assume-3.c         |   27 +
 gcc/testsuite/c-c++-common/gomp/assumes-1.c        |   26 +
 gcc/testsuite/c-c++-common/gomp/assumes-2.c        |   23 +
 gcc/testsuite/c-c++-common/gomp/assumes-3.c        |   15 +
 gcc/testsuite/c-c++-common/gomp/assumes-4.c        |    6 +
 gcc/testsuite/c-c++-common/gomp/begin-assumes-1.c  |   46 +
 gcc/testsuite/c-c++-common/gomp/begin-assumes-2.c  |   63 +
 gcc/testsuite/c-c++-common/gomp/begin-assumes-3.c  |    2 +
 gcc/testsuite/c-c++-common/gomp/begin-assumes-4.c  |    2 +
 .../c-c++-common/gomp/begin-declare-target-1.c     |   25 +
 .../c-c++-common/gomp/begin-declare-target-2.c     |   18 +
 .../c-c++-common/gomp/begin-declare-target-3.c     |   19 +
 .../c-c++-common/gomp/begin-declare-target-4.c     |    2 +
 gcc/testsuite/c-c++-common/gomp/declare-target-4.c |    6 -
 gcc/testsuite/c-c++-common/gomp/declare-target-6.c |    2 +
 gcc/testsuite/c-c++-common/gomp/declare-target-7.c |    8 +
 .../patchable_function_entry-default.c             |    3 +
 gcc/testsuite/c-c++-common/pr69543-3.c             |    8 +-
 gcc/testsuite/c-c++-common/pr69543-4.c             |    8 +-
 gcc/testsuite/c-c++-common/pr91669.c               |   28 +
 gcc/testsuite/c-c++-common/pragma-diag-16.c        |   63 +
 gcc/testsuite/c-c++-common/torture/attr-noinit-1.c |    3 +-
 gcc/testsuite/c-c++-common/torture/attr-noinit-2.c |    3 +-
 gcc/testsuite/c-c++-common/torture/attr-noinit-3.c |    3 +-
 .../c-c++-common/torture/attr-persistent-1.c       |    3 +-
 .../c-c++-common/torture/attr-persistent-3.c       |    3 +-
 gcc/testsuite/c-c++-common/ubsan/pr85213.c         |    7 +-
 gcc/testsuite/g++.dg/conversion/pr41426.C          |   10 +-
 gcc/testsuite/g++.dg/cpp0x/alias-decl-59.C         |    4 +-
 gcc/testsuite/g++.dg/cpp0x/elision_weak.C          |    4 +-
 gcc/testsuite/g++.dg/cpp0x/move-return3.C          |    3 +-
 gcc/testsuite/g++.dg/cpp1y/constexpr-local4.C      |    4 +-
 gcc/testsuite/g++.dg/cpp1y/decltype-auto2.C        |    2 +-
 gcc/testsuite/g++.dg/cpp1y/decltype-auto6.C        |   19 +
 gcc/testsuite/g++.dg/cpp1y/lambda-generic-89419.C  |    6 +-
 gcc/testsuite/g++.dg/cpp1z/constexpr-lambda13.C    |    2 +-
 gcc/testsuite/g++.dg/cpp23/decltype1.C             |  113 +
 gcc/testsuite/g++.dg/cpp23/decltype2.C             |   49 +
 gcc/testsuite/g++.dg/cpp23/elision1.C              |  114 +
 gcc/testsuite/g++.dg/cpp23/elision2.C              |   46 +
 gcc/testsuite/g++.dg/cpp23/elision3.C              |   16 +
 gcc/testsuite/g++.dg/cpp23/elision4.C              |   38 +
 gcc/testsuite/g++.dg/cpp23/elision5.C              |   53 +
 gcc/testsuite/g++.dg/cpp23/elision6.C              |   20 +
 gcc/testsuite/g++.dg/cpp23/elision7.C              |   72 +
 gcc/testsuite/g++.dg/cpp23/ext-floating.h          |   30 +
 gcc/testsuite/g++.dg/cpp23/ext-floating1.C         |  447 +++
 gcc/testsuite/g++.dg/cpp23/ext-floating10.C        |   13 +
 gcc/testsuite/g++.dg/cpp23/ext-floating11.C        |   79 +
 gcc/testsuite/g++.dg/cpp23/ext-floating2.C         |  157 +
 gcc/testsuite/g++.dg/cpp23/ext-floating3.C         |  134 +
 gcc/testsuite/g++.dg/cpp23/ext-floating4.C         |  126 +
 gcc/testsuite/g++.dg/cpp23/ext-floating5.C         |   13 +
 gcc/testsuite/g++.dg/cpp23/ext-floating6.C         |   30 +
 gcc/testsuite/g++.dg/cpp23/ext-floating7.C         |  119 +
 gcc/testsuite/g++.dg/cpp23/ext-floating8.C         |   13 +
 gcc/testsuite/g++.dg/cpp23/ext-floating9.C         |   13 +
 gcc/testsuite/g++.dg/cpp23/feat-cxx2b.C            |   16 +-
 gcc/testsuite/g++.dg/cpp23/static-operator-call1.C |   41 +
 gcc/testsuite/g++.dg/cpp23/static-operator-call2.C |   22 +
 gcc/testsuite/g++.dg/cpp23/static-operator-call3.C |   10 +
 gcc/testsuite/g++.dg/cpp2a/char8_t3.C              |   37 +
 gcc/testsuite/g++.dg/cpp2a/char8_t4.C              |   17 +
 gcc/testsuite/g++.dg/cpp2a/concepts-traits3.C      |    8 +-
 gcc/testsuite/g++.dg/cpp2a/cond-triv3.C            |   44 +
 gcc/testsuite/g++.dg/cpp2a/consteval24.C           |    2 +-
 gcc/testsuite/g++.dg/cpp2a/consteval7.C            |    2 +-
 gcc/testsuite/g++.dg/cpp2a/constinit3.C            |    2 +-
 gcc/testsuite/g++.dg/cpp2a/feat-cxx2a.C            |    4 +-
 gcc/testsuite/g++.dg/cpp2a/inline-asm3.C           |    2 +-
 .../g++.dg/diagnostic/conflicting-specifiers-1.C   |    2 +-
 .../g++.dg/ext/char8_t-feature-test-macro-2.C      |    4 +-
 gcc/testsuite/g++.dg/ext/char8_t-init-2.C          |    4 +-
 gcc/testsuite/g++.dg/ext/cond4.C                   |   17 +-
 gcc/testsuite/g++.dg/ext/has-builtin-1.C           |    9 +
 gcc/testsuite/g++.dg/ext/is_convertible3.C         |    9 +
 gcc/testsuite/g++.dg/ext/is_convertible4.C         |   33 +
 gcc/testsuite/g++.dg/ext/is_nothrow_convertible3.C |    9 +
 gcc/testsuite/g++.dg/ext/is_nothrow_convertible4.C |   33 +
 gcc/testsuite/g++.dg/ext/remove_cv.C               |   32 +
 gcc/testsuite/g++.dg/ext/remove_cvref.C            |   32 +
 gcc/testsuite/g++.dg/ext/remove_reference.C        |   32 +
 gcc/testsuite/g++.dg/ext/stmtexpr24.C              |   27 +
 gcc/testsuite/g++.dg/ext/underlying_type13.C       |    7 +
 gcc/testsuite/g++.dg/ext/underlying_type14.C       |    8 +
 gcc/testsuite/g++.dg/ext/underlying_type7.C        |    2 +-
 gcc/testsuite/g++.dg/fstack-protector-strong.C     |    2 +-
 gcc/testsuite/g++.dg/goacc/pr107028-1.C            |   14 +
 gcc/testsuite/g++.dg/goacc/pr107028-2.C            |   27 +
 gcc/testsuite/g++.dg/gomp/attrs-1.C                |   15 +-
 gcc/testsuite/g++.dg/gomp/attrs-15.C               |   41 +
 gcc/testsuite/g++.dg/gomp/attrs-16.C               |   26 +
 gcc/testsuite/g++.dg/gomp/attrs-17.C               |   17 +
 gcc/testsuite/g++.dg/gomp/attrs-18.C               |   41 +
 gcc/testsuite/g++.dg/gomp/attrs-2.C                |   15 +-
 gcc/testsuite/g++.dg/gomp/attrs-9.C                |   35 +
 gcc/testsuite/g++.dg/gomp/pr56217.C                |    4 +-
 gcc/testsuite/g++.dg/modules/100616_a.H            |    5 +
 gcc/testsuite/g++.dg/modules/100616_b.C            |    7 +
 gcc/testsuite/g++.dg/modules/100616_c.C            |    7 +
 gcc/testsuite/g++.dg/modules/100616_d.C            |   10 +
 gcc/testsuite/g++.dg/modules/ben-1.map             |    2 +-
 gcc/testsuite/g++.dg/modules/ben-1_a.C             |    2 +-
 gcc/testsuite/g++.dg/modules/partial-2.cc          |   17 +
 gcc/testsuite/g++.dg/modules/partial-2.h           |   38 +
 gcc/testsuite/g++.dg/modules/partial-2_a.C         |   39 +-
 gcc/testsuite/g++.dg/modules/partial-2_b.C         |   18 +-
 gcc/testsuite/g++.dg/modules/partial-2_c.H         |    5 +
 gcc/testsuite/g++.dg/modules/partial-2_d.C         |    8 +
 gcc/testsuite/g++.dg/modules/pr102576_a.H          |    5 +
 gcc/testsuite/g++.dg/modules/pr102576_b.C          |    9 +
 gcc/testsuite/g++.dg/other/mult-stor1.C            |    2 +-
 gcc/testsuite/g++.dg/parse/crash39.C               |    2 +-
 gcc/testsuite/g++.dg/parse/typedef8.C              |   10 +-
 gcc/testsuite/g++.dg/pr58245-1.C                   |   10 +
 gcc/testsuite/g++.dg/template/error30.C            |    2 +-
 gcc/testsuite/g++.dg/torture/pr107029.C            |   19 +
 gcc/testsuite/g++.dg/tree-ssa/cond-temp1.C         |   16 +
 gcc/testsuite/g++.dg/uninit-pr105646.C             |   17 +
 gcc/testsuite/g++.dg/warn/Wno-return-local-addr.C  |    2 +-
 gcc/testsuite/g++.dg/warn/Wreturn-local-addr.C     |    2 +-
 gcc/testsuite/g++.old-deja/g++.brendan/crash55.C   |    3 +-
 gcc/testsuite/g++.old-deja/g++.jason/operator.C    |    2 +-
 gcc/testsuite/g++.old-deja/g++.jason/temporary2.C  |    2 +-
 gcc/testsuite/g++.old-deja/g++.mike/p2846b.C       |    2 +-
 gcc/testsuite/g++.target/aarch64/pr107080.C        |   19 +
 gcc/testsuite/g++.target/arm/pr107080.C            |   19 +
 gcc/testsuite/g++.target/i386/float16-1.C          |    4 +-
 gcc/testsuite/gcc.dg/c11-float-7.c                 |   24 +
 gcc/testsuite/gcc.dg/c2x-attr-noreturn-1.c         |   56 +
 gcc/testsuite/gcc.dg/c2x-attr-noreturn-2.c         |   72 +
 gcc/testsuite/gcc.dg/c2x-attr-noreturn-3.c         |   11 +
 gcc/testsuite/gcc.dg/c2x-float-12.c                |   19 +
 gcc/testsuite/gcc.dg/c2x-has-c-attribute-2.c       |   16 +
 gcc/testsuite/gcc.dg/cpp/pragma-diagnostic-2.c     |    7 +-
 gcc/testsuite/gcc.dg/infinite-loop.c               |   26 +
 gcc/testsuite/gcc.dg/pr102892-1.c                  |    2 +-
 gcc/testsuite/gcc.dg/pr104992.c                    |    3 +-
 gcc/testsuite/gcc.dg/pr107109.c                    |   21 +
 gcc/testsuite/gcc.dg/pr25521.c                     |   10 +
 .../gcc.dg/tree-prof/cold_partition_label.c        |    4 +-
 gcc/testsuite/gcc.dg/tree-prof/section-attr-1.c    |    4 +-
 gcc/testsuite/gcc.dg/tree-prof/section-attr-2.c    |    4 +-
 gcc/testsuite/gcc.dg/tree-prof/section-attr-3.c    |    4 +-
 gcc/testsuite/gcc.dg/tree-ssa/popcount6.c          |   12 +
 gcc/testsuite/gcc.dg/tree-ssa/popcount6b.c         |    6 +
 gcc/testsuite/gcc.dg/tree-ssa/pr107009.c           |   15 +
 gcc/testsuite/gcc.dg/tree-ssa/pr107130.c           |   19 +
 gcc/testsuite/gcc.dg/tree-ssa/pr79095.c            |    6 +-
 .../gcc.target/aarch64/advsimd-intrinsics/vld1x2.c |    2 +-
 .../gcc.target/aarch64/advsimd-intrinsics/vld1x3.c |    2 +-
 .../gcc.target/aarch64/advsimd-intrinsics/vld1x4.c |    2 +-
 .../gcc.target/aarch64/advsimd-intrinsics/vst1x2.c |    2 +-
 .../gcc.target/aarch64/advsimd-intrinsics/vst1x3.c |    2 +-
 .../gcc.target/aarch64/advsimd-intrinsics/vst1x4.c |    2 +-
 gcc/testsuite/gcc.target/aarch64/cpunative/info_15 |    2 +-
 gcc/testsuite/gcc.target/aarch64/cpunative/info_16 |    2 +-
 gcc/testsuite/gcc.target/aarch64/cpunative/info_17 |    2 +-
 gcc/testsuite/gcc.target/aarch64/cpunative/info_8  |    2 +-
 gcc/testsuite/gcc.target/aarch64/cpunative/info_9  |    2 +-
 .../gcc.target/aarch64/cpunative/native_cpu_0.c    |    2 +-
 .../gcc.target/aarch64/cpunative/native_cpu_10.c   |    2 +-
 .../gcc.target/aarch64/cpunative/native_cpu_13.c   |    2 +-
 .../gcc.target/aarch64/cpunative/native_cpu_16.c   |    2 +-
 .../gcc.target/aarch64/cpunative/native_cpu_17.c   |    2 +-
 .../gcc.target/aarch64/cpunative/native_cpu_2.c    |    2 +-
 .../gcc.target/aarch64/cpunative/native_cpu_6.c    |    2 +-
 .../gcc.target/aarch64/cpunative/native_cpu_7.c    |    2 +-
 gcc/testsuite/gcc.target/aarch64/options_set_2.c   |    2 +-
 gcc/testsuite/gcc.target/aarch64/options_set_3.c   |    2 +-
 gcc/testsuite/gcc.target/aarch64/options_set_4.c   |    4 +-
 gcc/testsuite/gcc.target/aarch64/options_set_6.c   |    5 +-
 .../gcc.target/aarch64/pragma_cpp_predefs_4.c      |   47 +
 gcc/testsuite/gcc.target/aarch64/target_attr_15.c  |    2 +-
 gcc/testsuite/gcc.target/arm/attr-crypto.c         |    8 +
 gcc/testsuite/gcc.target/arm/cmse/cmse-15.c        |    2 +
 .../arm/mve/intrinsics/vrev64q_m_s16-clobber.c     |   17 +
 .../gcc.target/arm/mve/mve_load_memory_modes.c     |   58 +-
 .../gcc.target/arm/mve/mve_store_memory_modes.c    |   58 +-
 .../gcc.target/i386/keylocker-encodekey128.c       |    1 -
 .../gcc.target/i386/keylocker-encodekey256.c       |    1 -
 gcc/testsuite/gcc.target/i386/pr107055.c           |    4 +
 gcc/testsuite/gcc.target/powerpc/pr99888-1.c       |   43 +
 gcc/testsuite/gcc.target/powerpc/pr99888-2.c       |   43 +
 gcc/testsuite/gcc.target/powerpc/pr99888-3.c       |   11 +
 gcc/testsuite/gcc.target/powerpc/pr99888-4.c       |   13 +
 gcc/testsuite/gcc.target/powerpc/pr99888-5.c       |   13 +
 gcc/testsuite/gcc.target/powerpc/pr99888-6.c       |   14 +
 gcc/testsuite/gcc.target/riscv/ret-1.c             |   41 +
 gcc/testsuite/gcc.target/riscv/rvv/base/abi-1.c    |   63 +
 gcc/testsuite/gcc.target/riscv/rvv/base/abi-2.c    |   63 +
 gcc/testsuite/gcc.target/riscv/rvv/base/abi-3.c    |   63 +
 gcc/testsuite/gcc.target/riscv/rvv/base/abi-4.c    |   63 +
 gcc/testsuite/gcc.target/riscv/rvv/base/abi-5.c    |   63 +
 gcc/testsuite/gcc.target/riscv/rvv/base/abi-6.c    |   63 +
 gcc/testsuite/gcc.target/riscv/rvv/base/abi-7.c    |   63 +
 gcc/testsuite/gcc.target/riscv/rvv/rvv.exp         |   47 +
 gcc/testsuite/gdc.test/compilable/commontype.d     |   20 +-
 .../gdc.test/compilable/imports/cimports2a.i       |    4 +
 .../gdc.test/compilable/imports/cimports2b.i       |    4 +
 .../gdc.test/compilable/imports/format23327.d      |    7 +
 .../compilable/imports/format23327/write.d         |    0
 gcc/testsuite/gdc.test/compilable/segfaultgolf.d   |   50 +
 .../gdc.test/compilable/statictemplatethis.d       |   45 +
 gcc/testsuite/gdc.test/compilable/test13123.d      |   38 +
 gcc/testsuite/gdc.test/compilable/test21243.d      |   21 +
 gcc/testsuite/gdc.test/compilable/test21956.d      |   16 +
 gcc/testsuite/gdc.test/compilable/test22674.d      |   10 +
 gcc/testsuite/gdc.test/compilable/test23173.d      |    6 +
 gcc/testsuite/gdc.test/compilable/test23258.d      |   21 +
 gcc/testsuite/gdc.test/compilable/test23306.d      |    7 +
 gcc/testsuite/gdc.test/compilable/test23327.d      |    3 +
 gcc/testsuite/gdc.test/compilable/vararg.d         |   20 +
 .../gdc.test/fail_compilation/diag10169.d          |    2 +-
 .../gdc.test/fail_compilation/diag10783.d          |    2 +-
 .../gdc.test/fail_compilation/diag13528.d          |    6 +-
 .../gdc.test/fail_compilation/diag14145.d          |    2 +-
 .../gdc.test/fail_compilation/diag15713.d          |    2 +-
 .../gdc.test/fail_compilation/diag23355.d          |   16 +
 gcc/testsuite/gdc.test/fail_compilation/diag3438.d |    5 +-
 .../gdc.test/fail_compilation/diag3438b.d          |    9 -
 gcc/testsuite/gdc.test/fail_compilation/diag8894.d |    8 +-
 gcc/testsuite/gdc.test/fail_compilation/dip22a.d   |    8 +-
 gcc/testsuite/gdc.test/fail_compilation/e15876_1.d |   15 +-
 gcc/testsuite/gdc.test/fail_compilation/e15876_3.d |   30 +-
 gcc/testsuite/gdc.test/fail_compilation/e15876_4.d |   26 +-
 .../gdc.test/fail_compilation/fail10968.d          |   31 +-
 gcc/testsuite/gdc.test/fail_compilation/fail121.d  |    4 +-
 .../gdc.test/fail_compilation/fail13123.d          |   21 +
 .../gdc.test/fail_compilation/fail17646.d          |    5 +-
 .../gdc.test/fail_compilation/fail18892.d          |    4 +-
 .../gdc.test/fail_compilation/fail18970.d          |    4 +-
 .../gdc.test/fail_compilation/fail18979.d          |    2 +-
 .../gdc.test/fail_compilation/fail19103.d          |    4 +-
 .../gdc.test/fail_compilation/fail19687.d          |    2 +-
 .../gdc.test/fail_compilation/fail19913.d          |    2 +-
 .../gdc.test/fail_compilation/fail21243.d          |   19 +
 .../gdc.test/fail_compilation/fail23109.d          |    4 +-
 gcc/testsuite/gdc.test/fail_compilation/fail7372.d |   13 +
 .../gdc.test/fail_compilation/faildottypeinfo.d    |    2 +-
 .../gdc.test/fail_compilation/failoffset.d         |    2 +-
 gcc/testsuite/gdc.test/fail_compilation/ice10938.d |    2 +-
 gcc/testsuite/gdc.test/fail_compilation/ice12174.d |    2 +-
 gcc/testsuite/gdc.test/fail_compilation/ice15855.d |   24 +-
 gcc/testsuite/gdc.test/fail_compilation/ice18469.d |    2 +-
 gcc/testsuite/gdc.test/fail_compilation/ice19755.d |    2 +-
 .../gdc.test/fail_compilation/imports/fail7372.d   |    9 +
 .../fail_compilation/misc_parser_err_cov1.d        |    1 -
 .../gdc.test/fail_compilation/mixinprop.d          |   13 +
 .../gdc.test/fail_compilation/test15785.d          |    2 +-
 .../gdc.test/fail_compilation/test15897.d          |    2 +-
 .../gdc.test/fail_compilation/test16188.d          |    2 +-
 .../gdc.test/fail_compilation/test17380spec.d      |    2 +-
 .../gdc.test/fail_compilation/test21096.d          |    6 +-
 .../gdc.test/fail_compilation/test22680.d          |   17 +
 gcc/testsuite/gdc.test/runnable/newaa.d            |   23 +
 gcc/testsuite/gdc.test/runnable/test23234.d        |   22 +
 gcc/testsuite/gdc.test/runnable/testassign.d       |   16 +
 gcc/testsuite/gfortran.dg/PR100029.f90             |   22 +
 gcc/testsuite/gfortran.dg/PR100040.f90             |   36 +
 .../gfortran.dg/goacc/mapping-tests-5.f90          |   15 +
 gcc/testsuite/gfortran.dg/gomp/is_device_ptr-1.f90 |    8 +-
 gcc/testsuite/gfortran.dg/gomp/is_device_ptr-2.f90 |    2 +-
 gcc/testsuite/gfortran.dg/gomp/is_device_ptr-3.f90 |    3 +-
 gcc/testsuite/gfortran.dg/ieee/fma_1.f90           |    4 -
 gcc/testsuite/gfortran.dg/ieee/modes_1.f90         |    6 +-
 gcc/testsuite/gfortran.dg/pr107054.f90             |   13 +
 gcc/testsuite/lib/gcc-defs.exp                     |    2 +-
 gcc/testsuite/lib/target-supports.exp              |   67 +
 gcc/tree-cfg.cc                                    |   51 +-
 gcc/tree-core.h                                    |    4 +
 gcc/tree-data-ref.cc                               |    8 +-
 gcc/tree-pretty-print.cc                           |    6 +
 gcc/tree-ssa-dom.cc                                |  175 +-
 gcc/tree-ssa-dse.cc                                |    2 +-
 gcc/tree-ssa-reassoc.cc                            |   21 +-
 gcc/tree-ssa-uninit.cc                             |   22 +-
 gcc/tree-vect-loop-manip.cc                        |   10 +
 gcc/tree-vect-loop.cc                              |   82 +-
 gcc/tree-vectorizer.h                              |    3 +
 gcc/tree.cc                                        |   11 +-
 gcc/tree.h                                         |    4 +
 gcc/value-range-storage.cc                         |    6 +-
 gcc/value-range.cc                                 |  284 +-
 gcc/value-range.h                                  |   34 +-
 gcc/value-relation.cc                              |   55 -
 gcc/value-relation.h                               |   59 +
 gcc/var-tracking.cc                                |   17 +
 gcc/varasm.cc                                      |    3 -
 include/ChangeLog                                  |   13 +
 include/demangle.h                                 |   14 +
 include/dwarf2.h                                   |   10 +
 libcpp/ChangeLog                                   |   32 +
 libcpp/expr.cc                                     |    1 -
 libcpp/include/line-map.h                          |   10 +-
 libcpp/lex.cc                                      |    7 +-
 libcpp/line-map.cc                                 |   38 +-
 libgcc/ChangeLog                                   |   22 +
 libgcc/config/gthr-vxworks.h                       |    5 +-
 libgcc/config/t-vxworks                            |   36 +-
 libgcc/config/vxcrtstuff.c                         |   24 +-
 libgcc/unwind-dw2-fde.c                            |    4 +-
 libgo/go/runtime/ffi.go                            |   14 +-
 libgo/go/runtime/os_linux.go                       |   12 +-
 libgo/runtime/go-signal.c                          |   18 +
 libgomp/ChangeLog                                  |   10 +
 libgomp/libgomp.texi                               |    5 +-
 .../testsuite/libgomp.fortran/is_device_ptr-2.f90  |  159 +
 libiberty/ChangeLog                                |   22 +
 libiberty/cp-demangle.c                            |  100 +-
 libiberty/cp-demangle.h                            |    2 +-
 libiberty/testsuite/demangle-expected              |    8 +-
 libitm/ChangeLog                                   |    8 +
 libitm/config/loongarch/asm.h                      |   54 +
 libitm/config/loongarch/sjlj.S                     |  127 +
 libitm/config/loongarch/target.h                   |   50 +
 libitm/configure.tgt                               |    2 +
 libphobos/ChangeLog                                |   11 +
 libphobos/libdruntime/MERGE                        |    2 +-
 libphobos/libdruntime/Makefile.am                  |   10 +-
 libphobos/libdruntime/Makefile.in                  |   21 +-
 libphobos/libdruntime/__builtins.di                |    2 +-
 libphobos/libdruntime/core/demangle.d              |  250 +-
 .../libdruntime/core/internal/array/arrayassign.d  |  148 +
 libphobos/libdruntime/core/internal/dassert.d      |    2 +-
 libphobos/libdruntime/core/internal/utf.d          |   21 +-
 libphobos/libdruntime/core/simd.d                  |    2 +-
 libphobos/libdruntime/core/stdc/fenv.d             |    2 +-
 libphobos/libdruntime/core/stdc/math.d             |   11 +-
 .../libdruntime/core/sys/darwin/mach/loader.d      |    2 +-
 libphobos/libdruntime/core/sys/linux/fcntl.d       |    2 +-
 libphobos/libdruntime/core/sys/posix/dlfcn.d       |    4 +-
 libphobos/libdruntime/core/sys/posix/mqueue.d      |    4 +-
 libphobos/libdruntime/core/sys/posix/setjmp.d      |   16 +
 libphobos/libdruntime/core/sys/posix/stdlib.d      |   20 +-
 libphobos/libdruntime/core/sys/posix/sys/types.d   |   12 +
 .../libdruntime/core/sys/windows/stacktrace.d      |    3 +-
 libphobos/libdruntime/core/time.d                  |    2 +-
 libphobos/libdruntime/object.d                     |    3 +-
 libphobos/libdruntime/rt/arrayassign.d             |   60 -
 libphobos/libdruntime/rt/lifetime.d                |   60 -
 libphobos/src/MERGE                                |    2 +-
 libphobos/src/Makefile.am                          |    8 +-
 libphobos/src/Makefile.in                          |   14 +-
 libphobos/src/index.dd                             |    4 -
 libphobos/src/std/algorithm/comparison.d           |   20 +-
 libphobos/src/std/algorithm/iteration.d            |   17 +
 libphobos/src/std/algorithm/searching.d            |   76 +-
 libphobos/src/std/algorithm/sorting.d              |    4 +-
 libphobos/src/std/compiler.d                       |    2 +-
 libphobos/src/std/concurrency.d                    |    7 +-
 libphobos/src/std/container/array.d                |   31 +-
 libphobos/src/std/container/dlist.d                |    2 +-
 libphobos/src/std/conv.d                           |   15 +-
 libphobos/src/std/datetime/stopwatch.d             |    2 +-
 libphobos/src/std/datetime/timezone.d              |    3 +-
 libphobos/src/std/digest/crc.d                     |    8 +-
 libphobos/src/std/digest/digest.d                  |    3 -
 .../allocator/building_blocks/affix_allocator.d    |    4 +-
 .../allocator/building_blocks/aligned_block_list.d |   10 +-
 .../allocator/building_blocks/allocator_list.d     |   20 +-
 .../allocator/building_blocks/fallback_allocator.d |   14 +-
 .../allocator/building_blocks/free_list.d          |    4 +-
 .../allocator/building_blocks/free_tree.d          |    4 +-
 .../allocator/building_blocks/quantizer.d          |    8 +-
 .../allocator/building_blocks/region.d             | 1111 ++++---
 .../allocator/building_blocks/scoped_allocator.d   |    6 +-
 .../allocator/building_blocks/segregator.d         |    8 +-
 .../allocator/building_blocks/stats_collector.d    |    8 +-
 libphobos/src/std/experimental/allocator/package.d |   14 +-
 libphobos/src/std/file.d                           |    2 +-
 libphobos/src/std/format/package.d                 |    2 +-
 libphobos/src/std/internal/math/gammafunction.d    |    2 +-
 libphobos/src/std/logger/core.d                    |   21 +-
 libphobos/src/std/net/curl.d                       |    8 +-
 libphobos/src/std/numeric.d                        |    4 +-
 libphobos/src/std/path.d                           |   29 +-
 libphobos/src/std/range/primitives.d               |   13 +-
 libphobos/src/std/socket.d                         |    4 +-
 libphobos/src/std/stdio.d                          |    5 +-
 libphobos/src/std/sumtype.d                        |   47 -
 libphobos/src/std/typecons.d                       |   40 +
 libphobos/src/std/uni/package.d                    |    2 +-
 libphobos/src/std/utf.d                            |    2 +-
 libphobos/src/std/xml.d                            | 3113 --------------------
 libsanitizer/ChangeLog                             |    6 +
 .../sanitizer_procmaps_solaris.cpp                 |    2 +
 libstdc++-v3/ChangeLog                             |  799 +++++
 libstdc++-v3/acinclude.m4                          |    2 +-
 libstdc++-v3/configure                             |   27 +-
 libstdc++-v3/configure.ac                          |    9 +
 libstdc++-v3/doc/html/index.html                   |    2 +-
 libstdc++-v3/doc/html/manual/api.html              |    5 +
 libstdc++-v3/doc/html/manual/appendix.html         |    2 +-
 libstdc++-v3/doc/html/manual/appendix_porting.html |    2 +-
 libstdc++-v3/doc/html/manual/bugs.html             |    6 +
 libstdc++-v3/doc/html/manual/index.html            |    2 +-
 libstdc++-v3/doc/html/manual/status.html           |    9 +-
 libstdc++-v3/doc/html/manual/using_macros.html     |    5 +-
 libstdc++-v3/doc/xml/manual/evolution.xml          |   13 +
 libstdc++-v3/doc/xml/manual/intro.xml              |    9 +
 libstdc++-v3/doc/xml/manual/status_cxx2020.xml     |   15 +-
 libstdc++-v3/doc/xml/manual/using.xml              |    5 +-
 libstdc++-v3/include/Makefile.am                   |  303 +-
 libstdc++-v3/include/Makefile.in                   |  657 ++---
 libstdc++-v3/include/bits/algorithmfwd.h           |    4 +
 libstdc++-v3/include/bits/concept_check.h          |    2 +-
 libstdc++-v3/include/bits/invoke.h                 |   30 +-
 libstdc++-v3/include/bits/ptr_traits.h             |   20 +-
 libstdc++-v3/include/bits/ranges_algo.h            |    2 +
 libstdc++-v3/include/bits/requires_hosted.h        |   37 +
 libstdc++-v3/include/bits/std_function.h           |   25 +-
 libstdc++-v3/include/bits/stl_algo.h               |    2 +-
 libstdc++-v3/include/bits/unique_ptr.h             |    5 +-
 libstdc++-v3/include/c_global/cmath                |    2 +
 libstdc++-v3/include/experimental/algorithm        |    2 +
 libstdc++-v3/include/experimental/any              |    2 +
 libstdc++-v3/include/experimental/array            |    2 +
 libstdc++-v3/include/experimental/buffer           |    2 +
 libstdc++-v3/include/experimental/chrono           |    2 +
 libstdc++-v3/include/experimental/deque            |    2 +
 libstdc++-v3/include/experimental/executor         |    2 +
 libstdc++-v3/include/experimental/filesystem       |    2 +
 libstdc++-v3/include/experimental/forward_list     |    2 +
 libstdc++-v3/include/experimental/functional       |    2 +
 libstdc++-v3/include/experimental/internet         |    4 +-
 libstdc++-v3/include/experimental/io_context       |    2 +
 libstdc++-v3/include/experimental/iterator         |    2 +
 libstdc++-v3/include/experimental/list             |    2 +
 libstdc++-v3/include/experimental/map              |    2 +
 libstdc++-v3/include/experimental/memory           |    2 +
 libstdc++-v3/include/experimental/memory_resource  |    2 +
 libstdc++-v3/include/experimental/net              |    2 +
 libstdc++-v3/include/experimental/netfwd           |    2 +
 libstdc++-v3/include/experimental/numeric          |    2 +
 libstdc++-v3/include/experimental/optional         |    2 +
 libstdc++-v3/include/experimental/propagate_const  |    2 +
 libstdc++-v3/include/experimental/random           |    2 +
 libstdc++-v3/include/experimental/ratio            |    2 +
 libstdc++-v3/include/experimental/regex            |    2 +
 libstdc++-v3/include/experimental/scope            |    2 +
 libstdc++-v3/include/experimental/set              |    2 +
 libstdc++-v3/include/experimental/simd             |    2 +
 libstdc++-v3/include/experimental/socket           |    2 +
 libstdc++-v3/include/experimental/source_location  |    2 +
 libstdc++-v3/include/experimental/string           |    2 +
 libstdc++-v3/include/experimental/string_view      |    2 +
 libstdc++-v3/include/experimental/system_error     |    2 +
 libstdc++-v3/include/experimental/timer            |    2 +
 libstdc++-v3/include/experimental/tuple            |    2 +
 libstdc++-v3/include/experimental/unordered_map    |    2 +
 libstdc++-v3/include/experimental/unordered_set    |    2 +
 libstdc++-v3/include/experimental/utility          |    2 +
 libstdc++-v3/include/experimental/vector           |    2 +
 libstdc++-v3/include/ext/algorithm                 |    2 +
 libstdc++-v3/include/ext/bitmap_allocator.h        |    2 +
 libstdc++-v3/include/ext/cmath                     |    2 +
 libstdc++-v3/include/ext/codecvt_specializations.h |    2 +
 libstdc++-v3/include/ext/debug_allocator.h         |    2 +
 libstdc++-v3/include/ext/enc_filebuf.h             |    2 +
 libstdc++-v3/include/ext/extptr_allocator.h        |    2 +
 libstdc++-v3/include/ext/functional                |    2 +
 libstdc++-v3/include/ext/malloc_allocator.h        |    2 +
 libstdc++-v3/include/ext/memory                    |    2 +
 libstdc++-v3/include/ext/mt_allocator.h            |    2 +
 libstdc++-v3/include/ext/new_allocator.h           |    2 +
 libstdc++-v3/include/ext/numeric                   |    2 +
 libstdc++-v3/include/ext/pod_char_traits.h         |    2 +
 libstdc++-v3/include/ext/pointer.h                 |    7 +-
 libstdc++-v3/include/ext/pool_allocator.h          |    2 +
 libstdc++-v3/include/ext/random                    |    2 +
 libstdc++-v3/include/ext/random.tcc                |    2 +
 libstdc++-v3/include/ext/rb_tree                   |    2 +
 libstdc++-v3/include/ext/rc_string_base.h          |    2 +
 libstdc++-v3/include/ext/rope                      |    2 +
 libstdc++-v3/include/ext/ropeimpl.h                |    2 +
 libstdc++-v3/include/ext/slist                     |    2 +
 libstdc++-v3/include/ext/sso_string_base.h         |    2 +
 libstdc++-v3/include/ext/stdio_filebuf.h           |    2 +
 libstdc++-v3/include/ext/stdio_sync_filebuf.h      |    2 +
 libstdc++-v3/include/ext/string_conversions.h      |    2 +
 libstdc++-v3/include/ext/throw_allocator.h         |    2 +
 libstdc++-v3/include/ext/vstring.h                 |    2 +
 libstdc++-v3/include/ext/vstring.tcc               |    2 +
 libstdc++-v3/include/ext/vstring_fwd.h             |    2 +
 libstdc++-v3/include/ext/vstring_util.h            |    2 +
 libstdc++-v3/include/precompiled/extc++.h          |   17 +-
 libstdc++-v3/include/precompiled/stdc++.h          |   81 +-
 libstdc++-v3/include/std/algorithm                 |    4 +-
 libstdc++-v3/include/std/barrier                   |    2 +
 libstdc++-v3/include/std/bitset                    |  183 +-
 libstdc++-v3/include/std/charconv                  |    4 +-
 libstdc++-v3/include/std/chrono                    |    2 +
 libstdc++-v3/include/std/condition_variable        |    2 +
 libstdc++-v3/include/std/deque                     |    2 +
 libstdc++-v3/include/std/execution                 |    2 +
 libstdc++-v3/include/std/filesystem                |    2 +
 libstdc++-v3/include/std/forward_list              |    2 +
 libstdc++-v3/include/std/fstream                   |    2 +
 libstdc++-v3/include/std/functional                |   35 +-
 libstdc++-v3/include/std/future                    |    6 +-
 libstdc++-v3/include/std/iomanip                   |    2 +
 libstdc++-v3/include/std/ios                       |    2 +
 libstdc++-v3/include/std/iosfwd                    |    2 +
 libstdc++-v3/include/std/iostream                  |   18 +-
 libstdc++-v3/include/std/istream                   |    2 +
 libstdc++-v3/include/std/iterator                  |    4 +
 libstdc++-v3/include/std/latch                     |    2 +
 libstdc++-v3/include/std/limits                    |   10 +-
 libstdc++-v3/include/std/list                      |    2 +
 libstdc++-v3/include/std/locale                    |    2 +
 libstdc++-v3/include/std/map                       |    2 +
 libstdc++-v3/include/std/memory                    |    2 +-
 libstdc++-v3/include/std/memory_resource           |    2 +
 libstdc++-v3/include/std/mutex                     |    2 +
 libstdc++-v3/include/std/numeric                   |    2 +-
 libstdc++-v3/include/std/ostream                   |    2 +
 libstdc++-v3/include/std/queue                     |    2 +
 libstdc++-v3/include/std/random                    |    2 +
 libstdc++-v3/include/std/regex                     |    2 +
 libstdc++-v3/include/std/semaphore                 |    2 +
 libstdc++-v3/include/std/set                       |    2 +
 libstdc++-v3/include/std/shared_mutex              |    2 +
 libstdc++-v3/include/std/spanstream                |    2 +
 libstdc++-v3/include/std/sstream                   |    2 +
 libstdc++-v3/include/std/stack                     |    2 +
 libstdc++-v3/include/std/stacktrace                |    2 +
 libstdc++-v3/include/std/stop_token                |    2 +
 libstdc++-v3/include/std/streambuf                 |    2 +
 libstdc++-v3/include/std/string                    |    2 +
 libstdc++-v3/include/std/syncstream                |    2 +
 libstdc++-v3/include/std/system_error              |    2 +
 libstdc++-v3/include/std/thread                    |    2 +
 libstdc++-v3/include/std/type_traits               |   59 +-
 libstdc++-v3/include/std/unordered_map             |    2 +
 libstdc++-v3/include/std/unordered_set             |    2 +
 libstdc++-v3/include/std/valarray                  |    2 +
 libstdc++-v3/include/std/vector                    |    2 +
 libstdc++-v3/include/std/version                   |  100 +-
 libstdc++-v3/include/tr1/array                     |    2 +
 libstdc++-v3/include/tr1/ccomplex                  |    2 +
 libstdc++-v3/include/tr1/cctype                    |    2 +
 libstdc++-v3/include/tr1/cfenv                     |    2 +
 libstdc++-v3/include/tr1/cfloat                    |    2 +
 libstdc++-v3/include/tr1/cinttypes                 |    2 +
 libstdc++-v3/include/tr1/climits                   |    2 +
 libstdc++-v3/include/tr1/cmath                     |    2 +
 libstdc++-v3/include/tr1/complex                   |    2 +
 libstdc++-v3/include/tr1/complex.h                 |    2 +
 libstdc++-v3/include/tr1/cstdarg                   |    2 +
 libstdc++-v3/include/tr1/cstdbool                  |    2 +
 libstdc++-v3/include/tr1/cstdint                   |    2 +
 libstdc++-v3/include/tr1/cstdio                    |    2 +
 libstdc++-v3/include/tr1/cstdlib                   |    2 +
 libstdc++-v3/include/tr1/ctgmath                   |    2 +
 libstdc++-v3/include/tr1/ctime                     |    2 +
 libstdc++-v3/include/tr1/ctype.h                   |    2 +
 libstdc++-v3/include/tr1/cwchar                    |    2 +
 libstdc++-v3/include/tr1/cwctype                   |    2 +
 libstdc++-v3/include/tr1/fenv.h                    |    2 +
 libstdc++-v3/include/tr1/float.h                   |    2 +
 libstdc++-v3/include/tr1/functional                |    2 +
 libstdc++-v3/include/tr1/inttypes.h                |    2 +
 libstdc++-v3/include/tr1/limits.h                  |    2 +
 libstdc++-v3/include/tr1/math.h                    |    2 +
 libstdc++-v3/include/tr1/memory                    |    2 +
 libstdc++-v3/include/tr1/random                    |    2 +
 libstdc++-v3/include/tr1/regex                     |    2 +
 libstdc++-v3/include/tr1/stdarg.h                  |    2 +
 libstdc++-v3/include/tr1/stdbool.h                 |    2 +
 libstdc++-v3/include/tr1/stdint.h                  |    2 +
 libstdc++-v3/include/tr1/stdio.h                   |    2 +
 libstdc++-v3/include/tr1/stdlib.h                  |    2 +
 libstdc++-v3/include/tr1/tgmath.h                  |    2 +
 libstdc++-v3/include/tr1/tuple                     |    2 +
 libstdc++-v3/include/tr1/type_traits               |    2 +
 libstdc++-v3/include/tr1/unordered_map             |    2 +
 libstdc++-v3/include/tr1/unordered_set             |    2 +
 libstdc++-v3/include/tr1/utility                   |    2 +
 libstdc++-v3/include/tr1/wchar.h                   |    2 +
 libstdc++-v3/include/tr1/wctype.h                  |    2 +
 libstdc++-v3/python/libstdcxx/v6/printers.py       |   25 +-
 .../testsuite/17_intro/headers/c++1998/stdc++.cc   |    2 +
 .../17_intro/headers/c++1998/stdc++_assert_neg.cc  |    1 +
 .../testsuite/17_intro/tag_type_explicit_ctor.cc   |   32 +-
 .../17_intro/using_namespace_std_exp_neg.cc        |   53 +-
 .../17_intro/using_namespace_std_tr1_neg.cc        |   53 +-
 .../18_support/aligned_alloc/aligned_alloc.cc      |    1 +
 .../18_support/headers/cstdlib/functions_std.cc    |    2 +
 libstdc++-v3/testsuite/18_support/new_nothrow.cc   |    1 +
 libstdc++-v3/testsuite/20_util/allocator/105975.cc |    1 +
 libstdc++-v3/testsuite/20_util/allocator/14176.cc  |    2 +
 libstdc++-v3/testsuite/20_util/allocator/64135.cc  |    1 +
 libstdc++-v3/testsuite/20_util/allocator/89510.cc  |    1 +
 .../testsuite/20_util/allocator/lwg3190.cc         |    1 +
 .../testsuite/20_util/allocator/overaligned.cc     |    1 +
 .../testsuite/20_util/allocator/rebind_c++20.cc    |    1 +
 .../20_util/allocator/requirements/constexpr.cc    |    5 +-
 .../requirements/explicit_instantiation/1.cc       |    1 +
 .../20_util/allocator/requirements/typedefs.cc     |    1 +
 .../allocator/requirements/typedefs_c++20.cc       |    5 +-
 libstdc++-v3/testsuite/20_util/allocator/void.cc   |    1 +
 .../testsuite/20_util/allocator_traits/header-2.cc |    5 +-
 .../testsuite/20_util/allocator_traits/header.cc   |    5 +-
 .../allocator_traits/members/92878_92947.cc        |    6 +-
 .../20_util/allocator_traits/members/pointers.cc   |    1 +
 .../allocator_traits/members/rebind_alloc.cc       |    2 +
 .../requirements/explicit_instantiation.cc         |    2 +
 .../allocator_traits/requirements/typedefs.cc      |    1 +
 .../bad_function_call/cons_virtual_derivation.cc   |    2 +
 libstdc++-v3/testsuite/20_util/bind/42593.cc       |    2 +
 libstdc++-v3/testsuite/20_util/bind/cv_quals.cc    |   25 +-
 libstdc++-v3/testsuite/20_util/bind/cv_quals_2.cc  |   12 +-
 .../testsuite/20_util/bind/dangling_ref.cc         |    9 +
 libstdc++-v3/testsuite/20_util/bind/ref_neg.cc     |    2 +-
 libstdc++-v3/testsuite/20_util/bitset/107037.cc    |    7 +
 .../testsuite/20_util/bitset/access/dr396.cc       |    2 +
 .../testsuite/20_util/bitset/access/to_string.cc   |    2 +
 .../testsuite/20_util/bitset/access/to_ulong.cc    |   13 +-
 .../testsuite/20_util/bitset/cons/16020.cc         |    2 +
 .../20_util/bitset/cons/constexpr_c++23.cc         |    2 +
 .../testsuite/20_util/bitset/cons/dr1325-2.cc      |    1 +
 .../testsuite/20_util/bitset/cons/dr396.cc         |    2 +
 .../20_util/bitset/debug/invalidation/1.cc         |    2 +
 libstdc++-v3/testsuite/20_util/bitset/ext/15361.cc |    2 +
 .../testsuite/20_util/bitset/ext/constexpr.cc      |    2 +
 .../testsuite/20_util/bitset/operations/13838.cc   |    2 +
 .../testsuite/20_util/bitset/operations/96303.cc   |    2 +
 libstdc++-v3/testsuite/20_util/bitset/version.cc   |    1 +
 .../20_util/enable_shared_from_this/56383.cc       |    1 +
 .../20_util/enable_shared_from_this/89303.cc       |    1 +
 .../enable_shared_from_this/members/assign.cc      |    1 +
 .../enable_shared_from_this/members/const.cc       |    1 +
 .../enable_shared_from_this/members/reinit.cc      |    1 +
 .../enable_shared_from_this/members/unique_ptr.cc  |    1 +
 .../members/weak_from_this.cc                      |    1 +
 .../requirements/explicit_instantiation.cc         |    1 +
 libstdc++-v3/testsuite/20_util/forward/1.cc        |    1 +
 libstdc++-v3/testsuite/20_util/forward/1_neg.cc    |    1 +
 libstdc++-v3/testsuite/20_util/function/1.cc       |    2 +
 libstdc++-v3/testsuite/20_util/function/10.cc      |    1 +
 libstdc++-v3/testsuite/20_util/function/2.cc       |    2 +
 libstdc++-v3/testsuite/20_util/function/3.cc       |    2 +
 libstdc++-v3/testsuite/20_util/function/4.cc       |    2 +
 libstdc++-v3/testsuite/20_util/function/43397.cc   |    2 +
 libstdc++-v3/testsuite/20_util/function/48541.cc   |    2 +
 libstdc++-v3/testsuite/20_util/function/5.cc       |    2 +
 libstdc++-v3/testsuite/20_util/function/58569.cc   |    2 +
 libstdc++-v3/testsuite/20_util/function/6.cc       |    2 +
 libstdc++-v3/testsuite/20_util/function/60594.cc   |    1 +
 libstdc++-v3/testsuite/20_util/function/65760.cc   |    1 +
 libstdc++-v3/testsuite/20_util/function/69222.cc   |    1 +
 libstdc++-v3/testsuite/20_util/function/7.cc       |    2 +
 libstdc++-v3/testsuite/20_util/function/77322.cc   |    1 +
 libstdc++-v3/testsuite/20_util/function/8.cc       |    2 +
 libstdc++-v3/testsuite/20_util/function/9.cc       |    2 +
 libstdc++-v3/testsuite/20_util/function/91456.cc   |    1 +
 .../testsuite/20_util/function/assign/move.cc      |    1 +
 .../20_util/function/assign/move_target.cc         |    1 +
 .../testsuite/20_util/function/cmp/cmp_neg.cc      |    1 +
 .../testsuite/20_util/function/cons/55320.cc       |    1 +
 .../testsuite/20_util/function/cons/57465.cc       |    1 +
 .../testsuite/20_util/function/cons/70692.cc       |   14 +
 .../testsuite/20_util/function/cons/72820.cc       |    1 +
 .../testsuite/20_util/function/cons/addressof.cc   |    1 +
 .../testsuite/20_util/function/cons/callable.cc    |    1 +
 .../testsuite/20_util/function/cons/deduction.cc   |    1 +
 .../20_util/function/cons/deduction_c++23.cc       |   24 +
 .../testsuite/20_util/function/cons/lwg2774.cc     |    2 +
 .../testsuite/20_util/function/cons/move.cc        |    1 +
 .../testsuite/20_util/function/cons/move_target.cc |    1 +
 .../testsuite/20_util/function/cons/noexcept.cc    |    2 +
 .../20_util/function/cons/non_copyconstructible.cc |    1 +
 .../testsuite/20_util/function/cons/refqual.cc     |    1 +
 .../20_util/function/invoke/forwarding.cc          |    1 +
 .../testsuite/20_util/function/invoke/move_only.cc |    1 +
 .../20_util/function/null_pointer_comparisons.cc   |    1 +
 .../requirements/explicit_instantiation.cc         |    1 +
 .../testsuite/20_util/function/target_no_rtti.cc   |    1 +
 .../testsuite/20_util/function_objects/83607.cc    |    1 +
 .../function_objects/invoke/dangling_ref.cc        |   12 +
 .../20_util/function_objects/mem_fn/adl.cc         |    1 +
 .../testsuite/20_util/headers/bitset/synopsis.cc   |    2 +
 .../20_util/headers/cstdlib/functions_std.cc       |    1 +
 .../20_util/headers/functional/types_std_c++0x.cc  |    1 +
 .../20_util/headers/memory/types_std_c++0x.cc      |    1 +
 .../20_util/is_convertible/requirements/access.cc  |   18 +
 .../testsuite/20_util/is_function/35637.cc         |    1 +
 .../testsuite/20_util/is_invocable/dangling_ref.cc |    6 +
 .../make_unsigned/requirements/typedefs_neg.cc     |    4 +-
 libstdc++-v3/testsuite/20_util/move/1.cc           |    1 +
 .../testsuite/20_util/move_only_function/call.cc   |    1 +
 .../testsuite/20_util/move_only_function/cons.cc   |    1 +
 .../testsuite/20_util/move_only_function/move.cc   |    1 +
 .../20_util/move_only_function/version.cc          |    1 +
 libstdc++-v3/testsuite/20_util/owner_less/cmp.cc   |    1 +
 .../testsuite/20_util/owner_less/noexcept.cc       |    1 +
 libstdc++-v3/testsuite/20_util/owner_less/void.cc  |    1 +
 libstdc++-v3/testsuite/20_util/pointer_safety/1.cc |    1 +
 .../testsuite/20_util/pointer_traits/lwg3545.cc    |   17 +
 .../pointer_traits/requirements/typedefs.cc        |    2 +
 .../testsuite/20_util/scoped_allocator/65279.cc    |    2 +
 .../20_util/scoped_allocator/69293_neg.cc          |    2 +
 .../20_util/scoped_allocator/construct_pair.cc     |    1 +
 .../testsuite/20_util/scoped_allocator/dr2586.cc   |    2 +
 .../requirements/explicit_instantiation.cc         |    2 +
 .../testsuite/20_util/shared_ptr/assign/assign.cc  |    1 +
 .../20_util/shared_ptr/assign/auto_ptr.cc          |    1 +
 .../20_util/shared_ptr/assign/auto_ptr_neg.cc      |    1 +
 .../20_util/shared_ptr/assign/auto_ptr_rvalue.cc   |    1 +
 .../testsuite/20_util/shared_ptr/assign/dr541.cc   |    1 +
 .../testsuite/20_util/shared_ptr/assign/move.cc    |    1 +
 .../testsuite/20_util/shared_ptr/assign/sfinae.cc  |    1 +
 .../20_util/shared_ptr/assign/shared_ptr.cc        |    1 +
 .../20_util/shared_ptr/assign/shared_ptr_neg.cc    |    1 +
 .../shared_ptr/assign/unique_ptr_lvalue_neg.cc     |    1 +
 .../20_util/shared_ptr/assign/unique_ptr_rvalue.cc |    1 +
 .../testsuite/20_util/shared_ptr/atomic/1.cc       |    1 +
 .../testsuite/20_util/shared_ptr/atomic/2.cc       |    1 +
 .../testsuite/20_util/shared_ptr/casts/1.cc        |    1 +
 .../20_util/shared_ptr/casts/reinterpret.cc        |    1 +
 .../testsuite/20_util/shared_ptr/casts/rval.cc     |    1 +
 .../20_util/shared_ptr/comparison/42925.cc         |    1 +
 .../20_util/shared_ptr/comparison/86537.cc         |    1 +
 .../testsuite/20_util/shared_ptr/comparison/cmp.cc |    1 +
 .../20_util/shared_ptr/comparison/cmp_c++20.cc     |    1 +
 .../20_util/shared_ptr/comparison/dr1401.cc        |    1 +
 .../20_util/shared_ptr/comparison/less.cc          |    1 +
 .../testsuite/20_util/shared_ptr/cons/39405.cc     |    1 +
 .../testsuite/20_util/shared_ptr/cons/43820_neg.cc |    1 +
 .../testsuite/20_util/shared_ptr/cons/46910.cc     |    1 +
 .../testsuite/20_util/shared_ptr/cons/51365.cc     |    1 +
 .../testsuite/20_util/shared_ptr/cons/52924.cc     |    1 +
 .../testsuite/20_util/shared_ptr/cons/55123.cc     |    1 +
 .../testsuite/20_util/shared_ptr/cons/58659.cc     |    1 +
 .../testsuite/20_util/shared_ptr/cons/58839.cc     |    1 +
 .../testsuite/20_util/shared_ptr/cons/61036.cc     |    1 +
 .../testsuite/20_util/shared_ptr/cons/79467.cc     |    1 +
 .../testsuite/20_util/shared_ptr/cons/80229.cc     |    1 +
 .../20_util/shared_ptr/cons/alias-rval.cc          |    1 +
 .../testsuite/20_util/shared_ptr/cons/alias.cc     |    1 +
 .../testsuite/20_util/shared_ptr/cons/array.cc     |    1 +
 .../testsuite/20_util/shared_ptr/cons/auto_ptr.cc  |    1 +
 .../20_util/shared_ptr/cons/auto_ptr_neg.cc        |    1 +
 .../testsuite/20_util/shared_ptr/cons/copy.cc      |    1 +
 .../testsuite/20_util/shared_ptr/cons/deduction.cc |    1 +
 .../testsuite/20_util/shared_ptr/cons/default.cc   |    1 +
 .../testsuite/20_util/shared_ptr/cons/lwg2802.cc   |    1 +
 .../testsuite/20_util/shared_ptr/cons/lwg3548.cc   |    1 +
 .../testsuite/20_util/shared_ptr/cons/move.cc      |    1 +
 .../shared_ptr/cons/noexcept_move_construct.cc     |    1 +
 .../testsuite/20_util/shared_ptr/cons/nullptr.cc   |    1 +
 .../testsuite/20_util/shared_ptr/cons/pointer.cc   |    1 +
 .../20_util/shared_ptr/cons/unique_ptr.cc          |    1 +
 .../20_util/shared_ptr/cons/unique_ptr_array.cc    |    1 +
 .../20_util/shared_ptr/cons/unique_ptr_deleter.cc  |    1 +
 .../shared_ptr/cons/unique_ptr_deleter_ref_1.cc    |    1 +
 .../shared_ptr/cons/unique_ptr_deleter_ref_2.cc    |    1 +
 .../testsuite/20_util/shared_ptr/cons/void_neg.cc  |    1 +
 .../testsuite/20_util/shared_ptr/cons/weak_ptr.cc  |    1 +
 .../testsuite/20_util/shared_ptr/creation/36949.cc |    1 +
 .../20_util/shared_ptr/creation/58594-no-rtti.cc   |    1 +
 .../testsuite/20_util/shared_ptr/creation/58594.cc |    1 +
 .../testsuite/20_util/shared_ptr/creation/87278.cc |    1 +
 .../20_util/shared_ptr/creation/92878_92947.cc     |    1 +
 .../testsuite/20_util/shared_ptr/creation/99006.cc |    1 +
 .../testsuite/20_util/shared_ptr/creation/dr402.cc |    1 +
 .../testsuite/20_util/shared_ptr/creation/dr925.cc |    1 +
 .../testsuite/20_util/shared_ptr/creation/make.cc  |    1 +
 .../20_util/shared_ptr/creation/no_rtti.cc         |    1 +
 .../20_util/shared_ptr/creation/overwrite.cc       |    1 +
 .../20_util/shared_ptr/creation/private.cc         |    1 +
 .../shared_ptr/creation/single_allocation.cc       |    1 +
 .../creation/single_allocation_no_rtti.cc          |    1 +
 .../20_util/shared_ptr/creation/version.cc         |    1 +
 .../testsuite/20_util/shared_ptr/dest/dest.cc      |    1 +
 .../testsuite/20_util/shared_ptr/hash/1.cc         |    1 +
 .../testsuite/20_util/shared_ptr/misc/24595.cc     |    1 +
 .../testsuite/20_util/shared_ptr/misc/42019.cc     |    1 +
 .../20_util/shared_ptr/misc/get_deleter.cc         |    1 +
 .../testsuite/20_util/shared_ptr/misc/swap.cc      |    1 +
 .../20_util/shared_ptr/modifiers/reset.cc          |    1 +
 .../20_util/shared_ptr/modifiers/reset_neg.cc      |    1 +
 .../20_util/shared_ptr/modifiers/reset_sfinae.cc   |    1 +
 .../testsuite/20_util/shared_ptr/modifiers/swap.cc |    1 +
 .../20_util/shared_ptr/modifiers/swap_neg.cc       |    1 +
 .../20_util/shared_ptr/observers/array.cc          |    1 +
 .../20_util/shared_ptr/observers/bool_conv.cc      |    1 +
 .../testsuite/20_util/shared_ptr/observers/get.cc  |    1 +
 .../20_util/shared_ptr/observers/owner_before.cc   |    1 +
 .../20_util/shared_ptr/observers/unique.cc         |    1 +
 .../20_util/shared_ptr/observers/use_count.cc      |    1 +
 .../requirements/explicit_instantiation/1.cc       |    1 +
 .../requirements/explicit_instantiation/2.cc       |    1 +
 .../20_util/shared_ptr/requirements/weak_type.cc   |    1 +
 .../specialized_algorithms/construct_at/95788.cc   |    2 +
 libstdc++-v3/testsuite/20_util/temporary_buffer.cc |    2 +
 libstdc++-v3/testsuite/20_util/tuple/48476.cc      |    1 +
 libstdc++-v3/testsuite/20_util/tuple/cons/90700.cc |    2 +
 libstdc++-v3/testsuite/20_util/tuple/cons/96803.cc |    2 +
 .../20_util/tuple/cons/allocator_with_any.cc       |    2 +
 .../testsuite/20_util/tuple/cons/allocators.cc     |    2 +
 .../tuple/cons/constexpr_allocator_arg_t.cc        |    2 +
 .../testsuite/20_util/tuple/cons/deduction.cc      |    2 +
 .../20_util/tuple/cons/explicit_construct.cc       |    2 +
 libstdc++-v3/testsuite/20_util/tuple/p2321r2.cc    |    2 +
 .../20_util/unique_ptr/creation/92878_92947.cc     |    1 +
 .../testsuite/20_util/unique_ptr/creation/array.cc |    1 +
 .../20_util/unique_ptr/creation/array_neg.cc       |    1 +
 .../20_util/unique_ptr/creation/constexpr.cc       |    1 +
 .../20_util/unique_ptr/creation/for_overwrite.cc   |    1 +
 .../unique_ptr/creation/for_overwrite__neg.cc      |    1 +
 .../20_util/unique_ptr/creation/single.cc          |    1 +
 .../testsuite/20_util/uses_allocator/69293_neg.cc  |    2 +
 .../20_util/uses_allocator/92878_92947.cc          |    1 +
 .../uses_allocator/uninitialized_construct.cc      |    2 +
 .../20_util/weak_ptr/comparison/cmp_neg.cc         |    1 +
 .../testsuite/20_util/weak_ptr/cons/deduction.cc   |    1 +
 .../weak_ptr/cons/noexcept_move_construct.cc       |    1 +
 libstdc++-v3/testsuite/20_util/weak_ptr/lock/1.cc  |    1 +
 .../20_util/weak_ptr/observers/owner_before.cc     |    1 +
 .../requirements/explicit_instantiation/1.cc       |    1 +
 .../requirements/explicit_instantiation/2.cc       |    1 +
 .../testsuite/21_strings/basic_string/version.cc   |    1 +
 .../operations/contains/char/2.cc                  |    1 +
 .../testsuite/21_strings/c_strings/char/69626.cc   |    1 +
 .../21_strings/char_traits/requirements/version.cc |    1 +
 .../23_containers/vector/requirements/version.cc   |    1 +
 .../requirements/base_classes.cc                   |    2 +
 .../requirements/base_classes.cc                   |    2 +
 .../insert_iterator/requirements/base_classes.cc   |    2 +
 .../istream_iterator/requirements/base_classes.cc  |    2 +
 .../24_iterators/istreambuf_iterator/92285.cc      |    2 +
 .../istreambuf_iterator/cons/sentinel.cc           |    1 +
 .../requirements/base_classes.cc                   |    2 +
 .../istreambuf_iterator/requirements/dr445.cc      |    1 +
 .../ostream_iterator/requirements/base_classes.cc  |    2 +
 .../requirements/base_classes.cc                   |    2 +
 .../testsuite/25_algorithms/constexpr_macro.cc     |    1 +
 .../testsuite/25_algorithms/equal/constrained.cc   |    1 +
 .../25_algorithms/headers/cstdlib/functions_std.cc |    1 +
 .../testsuite/25_algorithms/inplace_merge/1.cc     |    3 +
 .../lexicographical_compare/constrained.cc         |    1 +
 .../testsuite/25_algorithms/make_heap/movable.cc   |    1 +
 libstdc++-v3/testsuite/25_algorithms/move/93872.cc |    1 +
 .../testsuite/25_algorithms/pstl/feature_test-4.cc |    1 +
 .../testsuite/25_algorithms/random_shuffle/1.cc    |    1 +
 .../25_algorithms/random_shuffle/moveable.cc       |    1 +
 .../requirements/explicit_instantiation/2.cc       |    1 +
 libstdc++-v3/testsuite/25_algorithms/sort/35588.cc |    3 +
 .../testsuite/25_algorithms/stable_partition/1.cc  |    3 +
 .../25_algorithms/stable_partition/constrained.cc  |    3 +
 .../25_algorithms/stable_partition/mem_check.cc    |    3 +
 .../25_algorithms/stable_partition/moveable.cc     |    3 +
 .../requirements/explicit_instantiation/2.cc       |    1 +
 .../requirements/explicit_instantiation/pod.cc     |    3 +
 .../testsuite/25_algorithms/stable_sort/1.cc       |    3 +
 libstdc++-v3/testsuite/26_numerics/complex/2.cc    |    1 +
 .../testsuite/26_numerics/headers/cstdlib/13943.cc |    2 +
 .../testsuite/26_numerics/headers/cstdlib/2190.cc  |    3 +
 .../testsuite/26_numerics/headers/cstdlib/60401.cc |    1 +
 .../26_numerics/headers/cstdlib/dr2192.cc          |    2 +
 .../26_numerics/headers/cstdlib/dr2192_neg.cc      |    3 +
 .../26_numerics/headers/cstdlib/dr2735.cc          |    1 +
 .../26_numerics/headers/cstdlib/functions_std.cc   |    3 +
 .../26_numerics/headers/cstdlib/macros.cc          |    3 +
 .../26_numerics/headers/cstdlib/types_std.cc       |    3 +
 .../26_numerics/headers/cstdlib/types_std_c++0x.cc |    3 +
 libstdc++-v3/testsuite/26_numerics/lerp/version.cc |    1 +
 .../testsuite/26_numerics/midpoint/version.cc      |    1 +
 .../27_io/basic_ostream/inserters_other/char/6.cc  |    2 +-
 .../basic_ostream/inserters_other/wchar_t/6.cc     |    2 +-
 libstdc++-v3/testsuite/27_io/basic_syncbuf/2.cc    |    1 +
 libstdc++-v3/testsuite/27_io/basic_syncstream/2.cc |    1 +
 libstdc++-v3/testsuite/27_io/fpos/14320-1.cc       |    1 +
 libstdc++-v3/testsuite/27_io/fpos/14320-2.cc       |    2 +
 libstdc++-v3/testsuite/27_io/fpos/14320-3.cc       |    2 +
 libstdc++-v3/testsuite/27_io/fpos/14320-4.cc       |    2 +
 libstdc++-v3/testsuite/27_io/spanstream/version.cc |    1 +
 .../testsuite/29_atomics/atomic/lwg3220.cc         |    4 +
 .../testsuite/29_atomics/atomic/operators/51811.cc |    3 +
 .../testsuite/29_atomics/atomic/wait_notify/1.cc   |    1 +
 .../29_atomics/atomic/wait_notify/102994.cc        |    1 +
 .../testsuite/29_atomics/atomic/wait_notify/2.cc   |    1 +
 .../29_atomics/headers/stdatomic.h/version.cc      |    3 +
 libstdc++-v3/testsuite/30_threads/barrier/2.cc     |    1 +
 .../condition_variable_any/stop_token/2.cc         |    1 +
 .../testsuite/30_threads/jthread/version.cc        |    1 +
 libstdc++-v3/testsuite/30_threads/latch/2.cc       |    1 +
 .../30_threads/packaged_task/cons/dangling_ref.cc  |   11 +
 .../packaged_task/cons/deduction_c++23.cc          |   23 +
 libstdc++-v3/testsuite/30_threads/semaphore/2.cc   |    1 +
 libstdc++-v3/testsuite/30_threads/stop_token/2.cc  |    1 +
 libstdc++-v3/testsuite/abi/pr42230.cc              |    1 +
 libstdc++-v3/testsuite/ext/shared_ptr/1.cc         |    1 +
 libstdc++-v3/testsuite/lib/libstdc++.exp           |   14 +-
 libstdc++-v3/testsuite/lib/prune.exp               |    4 +
 libstdc++-v3/testsuite/libstdc++-abi/abi.exp       |    2 +-
 .../testsuite/libstdc++-prettyprinters/80276.cc    |    5 +-
 .../testsuite/libstdc++-prettyprinters/cxx17.cc    |    3 -
 .../libstdc++-prettyprinters/libfundts.cc          |    7 +-
 .../testsuite/libstdc++-prettyprinters/simple.cc   |    5 +-
 .../testsuite/libstdc++-prettyprinters/simple11.cc |    5 +-
 .../testsuite/libstdc++-prettyprinters/whatis.cc   |    4 -
 .../testsuite/libstdc++-xmethods/shared_ptr.cc     |    1 +
 .../testsuite/std/ranges/adaptors/100577.cc        |   11 +-
 .../std/ranges/adaptors/lazy_split_neg.cc          |    1 +
 .../testsuite/std/ranges/adaptors/p1739.cc         |    2 +
 .../testsuite/std/ranges/iota/lwg3292_neg.cc       |    1 +
 libstdc++-v3/testsuite/std/ranges/p2325.cc         |    1 +
 1126 files changed, 19495 insertions(+), 8793 deletions(-)

             reply	other threads:[~2022-10-04 11:47 UTC|newest]

Thread overview: 74+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-04 11:47 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-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-14 18:31 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-06-10 11:26 Gaius Mulley
2022-06-06 10:49 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-31  8:55 Gaius Mulley
2021-12-25 12:50 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-22 20:08 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=20221004114717.075E93856DC6@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).