public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/rust/master] Merge commit 'ce7a757fd9ecb99c4f54cfde5cf5ef9a9e7819fc' into HEAD
@ 2024-05-07 16:19 Thomas Schwinge
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Schwinge @ 2024-05-07 16:19 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:333fe5b0f141b3cf2fa1890e72fbc0d2551742cc

commit 333fe5b0f141b3cf2fa1890e72fbc0d2551742cc
Merge: 20bb2dac9e47 ce7a757fd9ec
Author: Thomas Schwinge <tschwinge@baylibre.com>
Date:   Mon Mar 11 00:58:39 2024 +0100

    Merge commit 'ce7a757fd9ecb99c4f54cfde5cf5ef9a9e7819fc' into HEAD

Diff:

 gcc/configure    | 45 ++++++++++++++++++++++++++++++++++-----------
 gcc/configure.ac | 38 ++++++++++++++++++++++++++++++--------
 2 files changed, 64 insertions(+), 19 deletions(-)

diff --cc gcc/configure
index 53a32373a188,161592735490..ee0a12a5378c
--- a/gcc/configure
+++ b/gcc/configure
@@@ -19900,7 -19909,7 +19923,7 @@@ els
    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
    lt_status=$lt_dlunknown
    cat > conftest.$ac_ext <<_LT_EOF
- #line 19903 "configure"
 -#line 19912 "configure"
++#line 19926 "configure"
  #include "confdefs.h"
  
  #if HAVE_DLFCN_H
@@@ -20006,7 -20015,7 +20029,7 @@@ els
    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
    lt_status=$lt_dlunknown
    cat > conftest.$ac_ext <<_LT_EOF
- #line 20009 "configure"
 -#line 20018 "configure"
++#line 20032 "configure"
  #include "confdefs.h"
  
  #if HAVE_DLFCN_H

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gcc/devel/rust/master] Merge commit 'ce7a757fd9ecb99c4f54cfde5cf5ef9a9e7819fc^' into HEAD
@ 2024-05-07 16:19 Thomas Schwinge
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Schwinge @ 2024-05-07 16:19 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:20bb2dac9e47ac35252f5166f22856f73cd40d5f

commit 20bb2dac9e47ac35252f5166f22856f73cd40d5f
Merge: a88f4804345d 094091958654
Author: Thomas Schwinge <tschwinge@baylibre.com>
Date:   Mon Mar 11 00:57:51 2024 +0100

    Merge commit 'ce7a757fd9ecb99c4f54cfde5cf5ef9a9e7819fc^' into HEAD

Diff:

 ChangeLog                                          |   19 +
 MAINTAINERS                                        |    2 +
 Makefile.in                                        |    1 +
 Makefile.tpl                                       |    1 +
 config-ml.in                                       |   10 -
 config/ChangeLog                                   |    7 +
 config/mt-loongarch-elf                            |    1 +
 config/mt-loongarch-gnu                            |    2 +
 config/mt-loongarch-mlib                           |    1 +
 configure                                          |    6 +
 configure.ac                                       |    6 +
 contrib/ChangeLog                                  |   11 +
 contrib/gcc_update                                 |    2 +-
 gcc/ChangeLog                                      |  872 ++++
 gcc/DATESTAMP                                      |    2 +-
 gcc/ada/ChangeLog                                  |  165 +
 gcc/ada/accessibility.adb                          |   92 +-
 gcc/ada/accessibility.ads                          |    9 -
 gcc/ada/atree.adb                                  |  210 +-
 gcc/ada/bindgen.adb                                |   10 +-
 .../building_executable_programs_with_gnat.rst     |   22 -
 gcc/ada/einfo-utils.adb                            |    6 +-
 gcc/ada/einfo-utils.ads                            |    6 +-
 gcc/ada/exp_aggr.adb                               |   21 +-
 gcc/ada/exp_ch6.adb                                |   20 +-
 gcc/ada/exp_ch9.adb                                |   38 +-
 gcc/ada/exp_util.adb                               |  268 +-
 gcc/ada/exp_util.ads                               |   17 +
 gcc/ada/frontend.adb                               |    2 -
 gcc/ada/gcc-interface/utils.cc                     |    2 +-
 gcc/ada/gen_il-gen-gen_entities.adb                |   27 +
 gcc/ada/gen_il-types.ads                           |    1 +
 gcc/ada/inline.adb                                 |    1 +
 gcc/ada/sem.adb                                    |    1 -
 gcc/ada/sem.ads                                    |    3 +-
 gcc/ada/sem_aggr.adb                               |    5 +-
 gcc/ada/sem_ch6.adb                                |   30 +-
 gcc/ada/sem_ch8.adb                                |    5 +-
 gcc/ada/sem_ch8.ads                                |    5 +-
 gcc/ada/sem_res.adb                                |    3 +
 gcc/ada/sem_util.adb                               |   21 +-
 gcc/ada/sem_util.ads                               |    3 +-
 gcc/analyzer/ChangeLog                             |   77 +
 gcc/analyzer/analyzer.cc                           |    2 +
 gcc/analyzer/analyzer.h                            |    1 +
 gcc/analyzer/checker-event.h                       |    4 +
 gcc/analyzer/checker-path.h                        |   17 +-
 gcc/analyzer/diagnostic-manager.cc                 |   91 +-
 gcc/analyzer/diagnostic-manager.h                  |   53 +-
 gcc/analyzer/engine.cc                             |   44 +-
 gcc/analyzer/exploded-graph.h                      |    9 +-
 gcc/analyzer/feasible-graph.cc                     |    7 +-
 gcc/analyzer/feasible-graph.h                      |    9 +-
 gcc/analyzer/infinite-recursion.cc                 |    6 +-
 gcc/analyzer/region-model.cc                       |   46 +-
 gcc/analyzer/region-model.h                        |   10 +-
 gcc/c/ChangeLog                                    |   33 +
 gcc/c/c-decl.cc                                    |   26 +
 gcc/c/c-parser.cc                                  |  135 +-
 gcc/c/c-tree.h                                     |    1 +
 gcc/c/c-typeck.cc                                  |  282 +-
 gcc/config.gcc                                     |    9 +-
 gcc/config/aarch64/aarch64-cores.def               |    6 +-
 gcc/config/aarch64/aarch64-sve.md                  |   15 +-
 gcc/config/aarch64/aarch64-tune.md                 |    2 +-
 gcc/config/aarch64/aarch64.cc                      |  605 +--
 gcc/config/aarch64/aarch64.h                       |   44 +-
 gcc/config/aarch64/aarch64.md                      |    2 +-
 gcc/config/aarch64/predicates.md                   |    4 -
 gcc/config/i386/i386.cc                            |    4 +-
 gcc/config/loongarch/loongarch-def.c               |    4 +-
 gcc/config/loongarch/loongarch-driver.h            |   42 +
 gcc/config/loongarch/loongarch.h                   |   50 -
 gcc/config/loongarch/loongarch.md                  |   20 +-
 gcc/config/loongarch/t-linux                       |   66 +-
 gcc/config/loongarch/t-loongarch                   |    2 +-
 gcc/config/loongarch/t-multilib                    |   68 +
 gcc/config/nvptx/nvptx.h                           |    5 +
 gcc/config/riscv/autovec-opt.md                    |  313 +-
 gcc/config/riscv/autovec-vls.md                    |  313 --
 gcc/config/riscv/autovec.md                        |  326 +-
 gcc/config/riscv/bitmanip.md                       |    2 +-
 gcc/config/riscv/crypto.md                         |  161 +-
 gcc/config/riscv/predicates.md                     |    6 +-
 gcc/config/riscv/riscv-builtins.cc                 |   14 +-
 gcc/config/riscv/riscv-cmo.def                     |   16 +-
 gcc/config/riscv/riscv-ftypes.def                  |   23 +-
 gcc/config/riscv/riscv-protos.h                    |   25 +-
 gcc/config/riscv/riscv-scalar-crypto.def           |   96 +-
 gcc/config/riscv/riscv-selftests.cc                |    4 +-
 gcc/config/riscv/riscv-string.cc                   |  594 +++
 gcc/config/riscv/riscv-v.cc                        |  153 +-
 gcc/config/riscv/riscv-vector-builtins-bases.cc    |  125 +-
 gcc/config/riscv/riscv-vector-builtins-bases.h     |    1 +
 .../riscv/riscv-vector-builtins-functions.def      |    1 +
 gcc/config/riscv/riscv-vector-builtins-shapes.cc   |   50 +
 gcc/config/riscv/riscv-vector-builtins-shapes.h    |    1 +
 gcc/config/riscv/riscv-vector-builtins.cc          |   12 +
 gcc/config/riscv/riscv-vector-costs.cc             |  509 +++
 gcc/config/riscv/riscv-vector-costs.h              |   21 +
 gcc/config/riscv/riscv-vsetvl.cc                   |   43 +-
 gcc/config/riscv/riscv-vsetvl.def                  |    4 +-
 gcc/config/riscv/riscv.cc                          |   89 +-
 gcc/config/riscv/riscv.md                          |   82 +-
 gcc/config/riscv/riscv.opt                         |   16 +
 gcc/config/riscv/t-riscv                           |    9 +-
 gcc/config/riscv/thead.md                          |   16 +-
 gcc/config/riscv/vector-iterators.md               |  260 +-
 gcc/config/riscv/vector.md                         |  711 ++--
 gcc/config/riscv/zc.md                             |  102 +-
 gcc/config/riscv/zicond.md                         |    8 +-
 gcc/config/rs6000/vsx.md                           |   17 +-
 gcc/config/s390/s390-builtins.def                  |   80 +-
 gcc/config/s390/s390.cc                            |    6 +-
 gcc/config/xtensa/predicates.md                    |    2 +-
 gcc/config/xtensa/xtensa.cc                        |   84 +-
 gcc/config/xtensa/xtensa.h                         |    1 +
 gcc/config/xtensa/xtensa.md                        |  132 +
 gcc/cp/ChangeLog                                   |   11 +
 gcc/cp/class.cc                                    |    2 +-
 gcc/cp/pt.cc                                       |   31 +-
 gcc/cp/typeck2.cc                                  |    1 -
 gcc/dbgcnt.def                                     |    1 +
 gcc/diagnostic-event-id.h                          |    5 +
 gcc/diagnostic-format-sarif.cc                     |   86 +-
 gcc/diagnostic-path.h                              |   55 +-
 gcc/diagnostic-show-locus.cc                       |   16 +-
 gcc/diagnostic.cc                                  |   78 +-
 gcc/diagnostic.h                                   |    3 +-
 gcc/doc/gm2.texi                                   |    7 +
 gcc/doc/gty.texi                                   |    7 +
 gcc/doc/invoke.texi                                |   29 +-
 gcc/doc/sourcebuild.texi                           |   13 +-
 gcc/dwarf2cfi.cc                                   |    9 +
 gcc/dwarf2out.h                                    |    1 +
 gcc/emit-rtl.cc                                    |   24 +
 gcc/fold-const.cc                                  |    7 +-
 gcc/fortran/ChangeLog                              |   26 +
 gcc/fortran/gfortran.h                             |   22 +-
 gcc/fortran/parse.cc                               |    3 -
 gcc/fortran/symbol.cc                              |   59 +-
 gcc/fortran/trans-array.cc                         |   69 +-
 gcc/genmatch.cc                                    |    2 +
 gcc/ggc-common.cc                                  |   23 +-
 gcc/ggc.h                                          |    2 +
 gcc/gimple-range-fold.cc                           |  123 +-
 gcc/gimplify.cc                                    |   40 +
 gcc/go/gofrontend/MERGE                            |    2 +-
 gcc/ira-costs.cc                                   |   11 +-
 gcc/m2/ChangeLog                                   |  136 +
 gcc/m2/Make-lang.in                                |   19 +-
 gcc/m2/gm2-compiler/M2CaseList.def                 |   15 +-
 gcc/m2/gm2-compiler/M2CaseList.mod                 |  641 ++-
 gcc/m2/gm2-compiler/M2Error.mod                    |    3 +-
 gcc/m2/gm2-compiler/M2GCCDeclare.mod               |   13 +-
 gcc/m2/gm2-compiler/M2Options.def                  |   13 +-
 gcc/m2/gm2-compiler/M2Options.mod                  |   14 +-
 gcc/m2/gm2-compiler/M2Quads.def                    |  115 +-
 gcc/m2/gm2-compiler/M2Quads.mod                    |  144 +-
 gcc/m2/gm2-compiler/M2Range.mod                    |   37 +-
 gcc/m2/gm2-compiler/M2SymInit.mod                  |  117 +-
 gcc/m2/gm2-compiler/P3Build.bnf                    |    2 +
 gcc/m2/gm2-compiler/PCSymBuild.mod                 |   34 +-
 gcc/m2/gm2-compiler/SymbolTable.def                |    9 +-
 gcc/m2/gm2-compiler/SymbolTable.mod                |   41 +-
 gcc/m2/gm2-gcc/m2expr.cc                           |   20 +
 gcc/m2/gm2-gcc/m2expr.def                          |   15 +-
 gcc/m2/gm2-gcc/m2expr.h                            |    3 +
 gcc/m2/gm2-gcc/m2options.h                         |    2 +-
 gcc/m2/gm2-lang.cc                                 |    3 +
 gcc/m2/gm2-libs-iso/TextIO.mod                     |    2 +-
 gcc/m2/lang.opt                                    |    4 +
 gcc/match.pd                                       |  126 +-
 gcc/rtl.h                                          |    2 +
 gcc/rust/ChangeLog                                 |   13 +
 gcc/shrink-wrap.cc                                 |   22 +-
 gcc/shrink-wrap.h                                  |    1 +
 gcc/testsuite/ChangeLog                            | 1057 +++++
 gcc/testsuite/c-c++-common/analyzer/volatile-1.c   |   18 +
 gcc/testsuite/c-c++-common/gomp/allocate-11.c      |   40 +
 gcc/testsuite/c-c++-common/gomp/allocate-12.c      |   49 +
 gcc/testsuite/c-c++-common/gomp/allocate-14.c      |   26 +
 gcc/testsuite/c-c++-common/gomp/allocate-15.c      |   28 +
 gcc/testsuite/c-c++-common/gomp/allocate-16.c      |   38 +
 gcc/testsuite/c-c++-common/gomp/allocate-5.c       |   60 +-
 gcc/testsuite/c-c++-common/gomp/allocate-9.c       |  108 +
 gcc/testsuite/c-c++-common/gomp/directive-1.c      |    2 +-
 gcc/testsuite/g++.dg/eh/no-exceptions1.C           |   19 +
 gcc/testsuite/g++.dg/ext/integer-pack7.C           |   38 +
 gcc/testsuite/g++.dg/template/nontype12.C          |    3 +-
 gcc/testsuite/g++.dg/warn/Wstringop-overflow-4.C   |    4 +-
 .../nvptx-nrv1.C => g++.target/nvptx/abi-nrv1.C}   |    2 +-
 .../nvptx/abi-ptrmem1.C}                           |    6 +-
 gcc/testsuite/g++.target/nvptx/nvptx.exp           |   56 +
 gcc/testsuite/g++.target/powerpc/altivec-19.C      |   10 +
 gcc/testsuite/gcc.c-torture/compile/pr111414-1.c   |   13 +
 gcc/testsuite/gcc.c-torture/execute/minmaxcmp-1.c  |   51 +
 gcc/testsuite/gcc.c-torture/execute/pr107881-1.c   |  115 +
 gcc/testsuite/gcc.c-torture/execute/pr111431-1.c   |   39 +
 gcc/testsuite/gcc.dg/Wstringop-overflow-47.c       |    6 +-
 gcc/testsuite/gcc.dg/binop-andeq1.c                |   12 +
 gcc/testsuite/gcc.dg/binop-andeq2.c                |   14 +
 gcc/testsuite/gcc.dg/binop-notand1a.c              |    4 +-
 gcc/testsuite/gcc.dg/binop-notand4a.c              |    4 +-
 gcc/testsuite/gcc.dg/binop-notand7.c               |   12 +
 gcc/testsuite/gcc.dg/binop-notand7a.c              |   12 +
 gcc/testsuite/gcc.dg/bitint-37.c                   |   11 +
 ...nostic-test-paths-multithreaded-inline-events.c |   72 +
 .../diagnostic-test-paths-multithreaded-sarif.c    |   35 +
 ...stic-test-paths-multithreaded-separate-events.c |   18 +
 .../gcc.dg/plugin/diagnostic_plugin_test_paths.c   |   94 +-
 gcc/testsuite/gcc.dg/plugin/plugin.exp             |    3 +
 gcc/testsuite/gcc.dg/pr111303.c                    |   11 +
 gcc/testsuite/gcc.dg/pr111407.c                    |   21 +
 gcc/testsuite/gcc.dg/pr21643.c                     |    6 +-
 gcc/testsuite/gcc.dg/pr96708-negative.c            |    4 +-
 gcc/testsuite/gcc.dg/pr96708-positive.c            |    1 +
 gcc/testsuite/gcc.dg/rtl/aarch64/pr111411.c        |   57 +
 gcc/testsuite/gcc.dg/torture/pr111387.c            |   34 +
 gcc/testsuite/gcc.dg/tree-ssa/20040204-1.c         |    6 +-
 gcc/testsuite/gcc.dg/tree-ssa/bool-13.c            |   15 +-
 gcc/testsuite/gcc.dg/tree-ssa/cmpbit-5.c           |   51 +
 gcc/testsuite/gcc.dg/tree-ssa/cmpeq-4.c            |   51 +
 gcc/testsuite/gcc.dg/tree-ssa/cmpxor-1.c           |   51 +
 gcc/testsuite/gcc.dg/tree-ssa/evrp10.c             |    2 +-
 gcc/testsuite/gcc.dg/tree-ssa/evrp6.c              |    5 +-
 gcc/testsuite/gcc.dg/tree-ssa/forwprop-31.c        |    3 +-
 gcc/testsuite/gcc.dg/tree-ssa/minmax-26.c          |   22 +
 gcc/testsuite/gcc.dg/tree-ssa/minmaxcmp-2.c        |   30 +
 gcc/testsuite/gcc.dg/tree-ssa/neg-cast-3.c         |    4 +-
 gcc/testsuite/gcc.dg/tree-ssa/phi-opt-35.c         |   13 +
 gcc/testsuite/gcc.dg/tree-ssa/phi_on_compare-4.c   |    4 +-
 gcc/testsuite/gcc.dg/tree-ssa/pr111294.c           |   32 +
 gcc/testsuite/gcc.dg/tree-ssa/pr111303.c           |   15 +
 gcc/testsuite/gcc.dg/tree-ssa/pr59597.c            |    8 +-
 gcc/testsuite/gcc.dg/tree-ssa/pr61839_2.c          |    4 +-
 gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-18.c        |    6 +-
 gcc/testsuite/gcc.dg/uninit-pr111397.c             |   15 +
 gcc/testsuite/gcc.dg/uninit-pred-9_b.c             |    2 +-
 .../costmodel/riscv/rvv/dynamic-lmul-mixed-1.c     |   50 +
 .../vect/costmodel/riscv/rvv/dynamic-lmul1-1.c     |   91 +
 .../vect/costmodel/riscv/rvv/dynamic-lmul1-2.c     |   63 +
 .../vect/costmodel/riscv/rvv/dynamic-lmul1-3.c     |   91 +
 .../vect/costmodel/riscv/rvv/dynamic-lmul1-4.c     |  121 +
 .../vect/costmodel/riscv/rvv/dynamic-lmul1-5.c     |  149 +
 .../vect/costmodel/riscv/rvv/dynamic-lmul1-6.c     |  150 +
 .../vect/costmodel/riscv/rvv/dynamic-lmul1-7.c     |   48 +
 .../vect/costmodel/riscv/rvv/dynamic-lmul2-1.c     |   51 +
 .../vect/costmodel/riscv/rvv/dynamic-lmul2-2.c     |   51 +
 .../vect/costmodel/riscv/rvv/dynamic-lmul2-3.c     |   51 +
 .../vect/costmodel/riscv/rvv/dynamic-lmul2-4.c     |   49 +
 .../vect/costmodel/riscv/rvv/dynamic-lmul2-5.c     |   52 +
 .../vect/costmodel/riscv/rvv/dynamic-lmul2-6.c     |   54 +
 .../vect/costmodel/riscv/rvv/dynamic-lmul4-1.c     |   35 +
 .../vect/costmodel/riscv/rvv/dynamic-lmul4-2.c     |   35 +
 .../vect/costmodel/riscv/rvv/dynamic-lmul4-3.c     |   47 +
 .../vect/costmodel/riscv/rvv/dynamic-lmul4-4.c     |   47 +
 .../vect/costmodel/riscv/rvv/dynamic-lmul4-5.c     |   47 +
 .../vect/costmodel/riscv/rvv/dynamic-lmul4-6.c     |   27 +
 .../vect/costmodel/riscv/rvv/dynamic-lmul4-7.c     |   47 +
 .../vect/costmodel/riscv/rvv/dynamic-lmul4-8.c     |   36 +
 .../vect/costmodel/riscv/rvv/dynamic-lmul4-9.c     |   29 +
 .../vect/costmodel/riscv/rvv/dynamic-lmul8-1.c     |   18 +
 .../vect/costmodel/riscv/rvv/dynamic-lmul8-10.c    |   22 +
 .../vect/costmodel/riscv/rvv/dynamic-lmul8-2.c     |   18 +
 .../vect/costmodel/riscv/rvv/dynamic-lmul8-3.c     |   18 +
 .../vect/costmodel/riscv/rvv/dynamic-lmul8-4.c     |   19 +
 .../vect/costmodel/riscv/rvv/dynamic-lmul8-5.c     |   25 +
 .../vect/costmodel/riscv/rvv/dynamic-lmul8-6.c     |   23 +
 .../vect/costmodel/riscv/rvv/dynamic-lmul8-7.c     |   23 +
 .../vect/costmodel/riscv/rvv/dynamic-lmul8-8.c     |   19 +
 .../vect/costmodel/riscv/rvv/dynamic-lmul8-9.c     |   19 +
 .../costmodel/riscv/rvv/rvv-costmodel-vect.exp     |   52 +
 gcc/testsuite/gcc.dg/vect/slp-1.c                  |    4 +-
 gcc/testsuite/gcc.dg/vect/slp-16.c                 |    2 +-
 gcc/testsuite/gcc.dg/vect/slp-34-big-array.c       |    2 +-
 gcc/testsuite/gcc.dg/vect/slp-34.c                 |    2 +-
 gcc/testsuite/gcc.dg/vect/slp-35.c                 |    2 +-
 gcc/testsuite/gcc.dg/vect/vect-117.c               |    2 +-
 gcc/testsuite/gcc.target/aarch64/pr105928.c        |   43 +
 .../gcc.target/aarch64/stack-check-prologue-17.c   |   55 +
 .../gcc.target/aarch64/stack-check-prologue-18.c   |  100 +
 .../gcc.target/aarch64/stack-check-prologue-19.c   |  100 +
 .../gcc.target/aarch64/stack-check-prologue-20.c   |    3 +
 .../gcc.target/aarch64/stack-protector-8.c         |   95 +
 .../gcc.target/aarch64/stack-protector-9.c         |   33 +
 .../gcc.target/aarch64/sve/acle/general/ld1rq_1.c  |   33 +
 .../gcc.target/aarch64/sve/cost_model_15.c         |   13 +
 .../gcc.target/aarch64/sve/pcs/stack_clash_3.c     |    6 +-
 .../gcc.target/aarch64/vect-cse-codegen.c          |    3 +-
 gcc/testsuite/gcc.target/i386/pr111340.c           |    9 +
 gcc/testsuite/gcc.target/loongarch/cmov_ii.c       |   15 +
 gcc/testsuite/gcc.target/loongarch/pr111334.c      |   39 +
 gcc/testsuite/gcc.target/loongarch/strict-align.c  |   12 +
 .../loongarch/vector/lasx/lasx-builtin.c           | 4460 ++++++++++++++++++++
 .../loongarch/vector/lasx/lasx-xvabsd-1.c          |  485 +++
 .../loongarch/vector/lasx/lasx-xvabsd-2.c          |  650 +++
 .../gcc.target/loongarch/vector/lasx/lasx-xvadd.c  |  725 ++++
 .../gcc.target/loongarch/vector/lasx/lasx-xvadda.c |  785 ++++
 .../gcc.target/loongarch/vector/lasx/lasx-xvaddi.c |  427 ++
 .../loongarch/vector/lasx/lasx-xvaddwev-1.c        |  740 ++++
 .../loongarch/vector/lasx/lasx-xvaddwev-2.c        |  485 +++
 .../loongarch/vector/lasx/lasx-xvaddwev-3.c        |  515 +++
 .../loongarch/vector/lasx/lasx-xvaddwod-1.c        |  530 +++
 .../loongarch/vector/lasx/lasx-xvaddwod-2.c        |  560 +++
 .../loongarch/vector/lasx/lasx-xvaddwod-3.c        |  485 +++
 .../gcc.target/loongarch/vector/lasx/lasx-xvand.c  |  155 +
 .../gcc.target/loongarch/vector/lasx/lasx-xvandi.c |  196 +
 .../gcc.target/loongarch/vector/lasx/lasx-xvandn.c |  125 +
 .../loongarch/vector/lasx/lasx-xvavg-1.c           |  680 +++
 .../loongarch/vector/lasx/lasx-xvavg-2.c           |  560 +++
 .../loongarch/vector/lasx/lasx-xvavgr-1.c          |  770 ++++
 .../loongarch/vector/lasx/lasx-xvavgr-2.c          |  650 +++
 .../loongarch/vector/lasx/lasx-xvbitclr.c          |  635 +++
 .../loongarch/vector/lasx/lasx-xvbitclri.c         |  515 +++
 .../loongarch/vector/lasx/lasx-xvbitrev.c          |  650 +++
 .../loongarch/vector/lasx/lasx-xvbitrevi.c         |  317 ++
 .../loongarch/vector/lasx/lasx-xvbitsel.c          |  134 +
 .../loongarch/vector/lasx/lasx-xvbitseli.c         |  185 +
 .../loongarch/vector/lasx/lasx-xvbitset.c          |  620 +++
 .../loongarch/vector/lasx/lasx-xvbitseti.c         |  405 ++
 .../loongarch/vector/lasx/lasx-xvbsll_v.c          |  130 +
 .../loongarch/vector/lasx/lasx-xvbsrl_v.c          |   64 +
 .../gcc.target/loongarch/vector/lasx/lasx-xvclo.c  |  449 ++
 .../gcc.target/loongarch/vector/lasx/lasx-xvclz.c  |  504 +++
 .../loongarch/vector/lasx/lasx-xvdiv-1.c           |  485 +++
 .../loongarch/vector/lasx/lasx-xvdiv-2.c           |  500 +++
 .../loongarch/vector/lasx/lasx-xvext2xv-1.c        |  515 +++
 .../loongarch/vector/lasx/lasx-xvext2xv-2.c        |  669 +++
 .../loongarch/vector/lasx/lasx-xvexth-1.c          |  350 ++
 .../loongarch/vector/lasx/lasx-xvexth-2.c          |  592 +++
 .../loongarch/vector/lasx/lasx-xvextl-1.c          |   86 +
 .../loongarch/vector/lasx/lasx-xvextl-2.c          |  163 +
 .../loongarch/vector/lasx/lasx-xvextrins.c         |  515 +++
 .../loongarch/vector/lasx/lasx-xvfadd_d.c          |  545 +++
 .../loongarch/vector/lasx/lasx-xvfadd_s.c          |  911 ++++
 .../loongarch/vector/lasx/lasx-xvfclass_d.c        |  152 +
 .../loongarch/vector/lasx/lasx-xvfclass_s.c        |   95 +
 .../loongarch/vector/lasx/lasx-xvfcmp_caf_s.c      |  446 ++
 .../loongarch/vector/lasx/lasx-xvfcmp_ceq_s.c      |  977 +++++
 .../loongarch/vector/lasx/lasx-xvfcmp_cle_s.c      |  759 ++++
 .../loongarch/vector/lasx/lasx-xvfcmp_clt_s.c      |  675 +++
 .../loongarch/vector/lasx/lasx-xvfcmp_cne_s.c      |  872 ++++
 .../loongarch/vector/lasx/lasx-xvfcmp_cor_s.c      |  340 ++
 .../loongarch/vector/lasx/lasx-xvfcmp_cun_s.c      |  361 ++
 .../loongarch/vector/lasx/lasx-xvfcmp_saf_s.c      |  424 ++
 .../loongarch/vector/lasx/lasx-xvfcmp_seq_s.c      |  924 ++++
 .../loongarch/vector/lasx/lasx-xvfcmp_sle_s.c      |  627 +++
 .../loongarch/vector/lasx/lasx-xvfcmp_slt_s.c      | 1212 ++++++
 .../loongarch/vector/lasx/lasx-xvfcmp_sne_s.c      |  756 ++++
 .../loongarch/vector/lasx/lasx-xvfcmp_sor_s.c      |  438 ++
 .../loongarch/vector/lasx/lasx-xvfcmp_sun_s.c      |  363 ++
 .../gcc.target/loongarch/vector/lasx/lasx-xvfcvt.c |  528 +++
 .../loongarch/vector/lasx/lasx-xvfcvth.c           |  485 +++
 .../loongarch/vector/lasx/lasx-xvffint-1.c         |  375 ++
 .../loongarch/vector/lasx/lasx-xvffint-2.c         |  246 ++
 .../loongarch/vector/lasx/lasx-xvffinth.c          |  262 ++
 .../loongarch/vector/lasx/lasx-xvflogb_d.c         |   86 +
 .../loongarch/vector/lasx/lasx-xvflogb_s.c         |  115 +
 .../loongarch/vector/lasx/lasx-xvfmadd_d.c         |  382 ++
 .../loongarch/vector/lasx/lasx-xvfmadd_s.c         |  720 ++++
 .../loongarch/vector/lasx/lasx-xvfmax_d.c          |  230 +
 .../loongarch/vector/lasx/lasx-xvfmax_s.c          |  560 +++
 .../loongarch/vector/lasx/lasx-xvfmaxa_d.c         |  230 +
 .../loongarch/vector/lasx/lasx-xvfmaxa_s.c         |  506 +++
 .../loongarch/vector/lasx/lasx-xvfnmadd_d.c        |  324 ++
 .../loongarch/vector/lasx/lasx-xvfnmadd_s.c        |  895 ++++
 .../loongarch/vector/lasx/lasx-xvfrint_d.c         |  429 ++
 .../loongarch/vector/lasx/lasx-xvfrint_s.c         |  723 ++++
 .../loongarch/vector/lasx/lasx-xvfrstp.c           |  381 ++
 .../loongarch/vector/lasx/lasx-xvfrstpi.c          |  350 ++
 .../loongarch/vector/lasx/lasx-xvfsqrt_d.c         |  482 +++
 .../loongarch/vector/lasx/lasx-xvfsqrt_s.c         |  457 ++
 .../loongarch/vector/lasx/lasx-xvftint-1.c         |  471 +++
 .../loongarch/vector/lasx/lasx-xvftint-2.c         | 1565 +++++++
 .../loongarch/vector/lasx/lasx-xvftint-3.c         |  511 +++
 .../loongarch/vector/lasx/lasx-xvftintl.c          | 1580 +++++++
 .../loongarch/vector/lasx/lasx-xvhaddw-1.c         |  560 +++
 .../loongarch/vector/lasx/lasx-xvhaddw-2.c         |  650 +++
 .../loongarch/vector/lasx/lasx-xvhsubw-1.c         |  620 +++
 .../loongarch/vector/lasx/lasx-xvhsubw-2.c         |  545 +++
 .../gcc.target/loongarch/vector/lasx/lasx-xvilvh.c |  530 +++
 .../gcc.target/loongarch/vector/lasx/lasx-xvilvl.c |  620 +++
 .../loongarch/vector/lasx/lasx-xvinsgr2vr.c        |  272 ++
 .../loongarch/vector/lasx/lasx-xvinsve0.c          |  380 ++
 .../gcc.target/loongarch/vector/lasx/lasx-xvld.c   |   86 +
 .../gcc.target/loongarch/vector/lasx/lasx-xvldi.c  |   83 +
 .../loongarch/vector/lasx/lasx-xvldrepl.c          |   16 +
 .../gcc.target/loongarch/vector/lasx/lasx-xvmadd.c |  742 ++++
 .../loongarch/vector/lasx/lasx-xvmaddwev-1.c       |  856 ++++
 .../loongarch/vector/lasx/lasx-xvmaddwev-2.c       |  723 ++++
 .../loongarch/vector/lasx/lasx-xvmaddwev-3.c       |  940 +++++
 .../loongarch/vector/lasx/lasx-xvmaddwod-1.c       |  742 ++++
 .../loongarch/vector/lasx/lasx-xvmaddwod-2.c       |  799 ++++
 .../loongarch/vector/lasx/lasx-xvmaddwod-3.c       |  820 ++++
 .../loongarch/vector/lasx/lasx-xvmax-1.c           |  545 +++
 .../loongarch/vector/lasx/lasx-xvmax-2.c           |  560 +++
 .../loongarch/vector/lasx/lasx-xvmaxi-1.c          |  471 +++
 .../loongarch/vector/lasx/lasx-xvmaxi-2.c          |  504 +++
 .../loongarch/vector/lasx/lasx-xvmin-1.c           |  575 +++
 .../loongarch/vector/lasx/lasx-xvmin-2.c           |  680 +++
 .../loongarch/vector/lasx/lasx-xvmini-1.c          |  416 ++
 .../loongarch/vector/lasx/lasx-xvmini-2.c          |  284 ++
 .../loongarch/vector/lasx/lasx-xvmod-1.c           |  395 ++
 .../loongarch/vector/lasx/lasx-xvmod-2.c           |  410 ++
 .../loongarch/vector/lasx/lasx-xvmskgez.c          |   86 +
 .../loongarch/vector/lasx/lasx-xvmskltz.c          |  373 ++
 .../loongarch/vector/lasx/lasx-xvmsknz.c           |  163 +
 .../gcc.target/loongarch/vector/lasx/lasx-xvmsub.c |  647 +++
 .../loongarch/vector/lasx/lasx-xvmuh-1.c           |  650 +++
 .../loongarch/vector/lasx/lasx-xvmuh-2.c           |  635 +++
 .../gcc.target/loongarch/vector/lasx/lasx-xvmul.c  |  620 +++
 .../loongarch/vector/lasx/lasx-xvmulwev-1.c        |  590 +++
 .../loongarch/vector/lasx/lasx-xvmulwev-2.c        |  590 +++
 .../loongarch/vector/lasx/lasx-xvmulwev-3.c        |  605 +++
 .../loongarch/vector/lasx/lasx-xvmulwod-1.c        |  545 +++
 .../loongarch/vector/lasx/lasx-xvmulwod-2.c        |  470 +++
 .../loongarch/vector/lasx/lasx-xvmulwod-3.c        |  440 ++
 .../gcc.target/loongarch/vector/lasx/lasx-xvneg.c  |  526 +++
 .../gcc.target/loongarch/vector/lasx/lasx-xvnor.c  |  170 +
 .../gcc.target/loongarch/vector/lasx/lasx-xvnori.c |  152 +
 .../gcc.target/loongarch/vector/lasx/lasx-xvor.c   |  215 +
 .../gcc.target/loongarch/vector/lasx/lasx-xvori.c  |  141 +
 .../gcc.target/loongarch/vector/lasx/lasx-xvorn.c  |  245 ++
 .../loongarch/vector/lasx/lasx-xvpackev.c          |  501 +++
 .../loongarch/vector/lasx/lasx-xvpackod.c          |  575 +++
 .../gcc.target/loongarch/vector/lasx/lasx-xvpcnt.c |  526 +++
 .../loongarch/vector/lasx/lasx-xvpickev.c          |  515 +++
 .../loongarch/vector/lasx/lasx-xvpickod.c          |  530 +++
 .../loongarch/vector/lasx/lasx-xvpickve.c          |  130 +
 .../loongarch/vector/lasx/lasx-xvpickve2gr.c       |  388 ++
 .../gcc.target/loongarch/vector/lasx/lasx-xvprem.c |   20 +
 .../loongarch/vector/lasx/lasx-xvpremi.c           |   20 +
 .../loongarch/vector/lasx/lasx-xvreplgr2vr.c       |  380 ++
 .../loongarch/vector/lasx/lasx-xvreplve.c          |  536 +++
 .../loongarch/vector/lasx/lasx-xvreplve0.c         |  471 +++
 .../loongarch/vector/lasx/lasx-xvreplvei.c         |   20 +
 .../gcc.target/loongarch/vector/lasx/lasx-xvrotr.c |  530 +++
 .../loongarch/vector/lasx/lasx-xvrotri.c           |  394 ++
 .../loongarch/vector/lasx/lasx-xvsadd-1.c          |  650 +++
 .../loongarch/vector/lasx/lasx-xvsadd-2.c          |  350 ++
 .../loongarch/vector/lasx/lasx-xvsat-1.c           |  537 +++
 .../loongarch/vector/lasx/lasx-xvsat-2.c           |  427 ++
 .../gcc.target/loongarch/vector/lasx/lasx-xvseq.c  |  650 +++
 .../gcc.target/loongarch/vector/lasx/lasx-xvseqi.c |  449 ++
 .../loongarch/vector/lasx/lasx-xvshuf4i_b.c        |  430 ++
 .../loongarch/vector/lasx/lasx-xvshuf_b.c          |  761 ++++
 .../loongarch/vector/lasx/lasx-xvsigncov.c         |  665 +++
 .../loongarch/vector/lasx/lasx-xvsle-1.c           |  575 +++
 .../loongarch/vector/lasx/lasx-xvsle-2.c           |  590 +++
 .../loongarch/vector/lasx/lasx-xvslei-1.c          |  515 +++
 .../loongarch/vector/lasx/lasx-xvslei-2.c          |  438 ++
 .../gcc.target/loongarch/vector/lasx/lasx-xvsll.c  |  425 ++
 .../gcc.target/loongarch/vector/lasx/lasx-xvslli.c |  416 ++
 .../loongarch/vector/lasx/lasx-xvsllwil-1.c        |  339 ++
 .../loongarch/vector/lasx/lasx-xvsllwil-2.c        |  350 ++
 .../loongarch/vector/lasx/lasx-xvslt-1.c           |  455 ++
 .../loongarch/vector/lasx/lasx-xvslt-2.c           |  620 +++
 .../loongarch/vector/lasx/lasx-xvslti-1.c          |  548 +++
 .../loongarch/vector/lasx/lasx-xvslti-2.c          |  416 ++
 .../gcc.target/loongarch/vector/lasx/lasx-xvsra.c  |  545 +++
 .../gcc.target/loongarch/vector/lasx/lasx-xvsrai.c |  504 +++
 .../gcc.target/loongarch/vector/lasx/lasx-xvsran.c |  455 ++
 .../loongarch/vector/lasx/lasx-xvsrani.c           |  545 +++
 .../gcc.target/loongarch/vector/lasx/lasx-xvsrar.c |  725 ++++
 .../loongarch/vector/lasx/lasx-xvsrari.c           |  471 +++
 .../loongarch/vector/lasx/lasx-xvsrarn.c           |  500 +++
 .../loongarch/vector/lasx/lasx-xvsrarni.c          |  636 +++
 .../gcc.target/loongarch/vector/lasx/lasx-xvsrl.c  |  650 +++
 .../gcc.target/loongarch/vector/lasx/lasx-xvsrli.c |  405 ++
 .../gcc.target/loongarch/vector/lasx/lasx-xvsrln.c |  425 ++
 .../loongarch/vector/lasx/lasx-xvsrlni.c           |  680 +++
 .../gcc.target/loongarch/vector/lasx/lasx-xvsrlr.c |  515 +++
 .../loongarch/vector/lasx/lasx-xvsrlri.c           |  416 ++
 .../loongarch/vector/lasx/lasx-xvsrlrn.c           |  410 ++
 .../loongarch/vector/lasx/lasx-xvsrlrni.c          |  455 ++
 .../loongarch/vector/lasx/lasx-xvssran.c           |  905 ++++
 .../loongarch/vector/lasx/lasx-xvssrani.c          | 1235 ++++++
 .../loongarch/vector/lasx/lasx-xvssrarn.c          |  905 ++++
 .../loongarch/vector/lasx/lasx-xvssrarni.c         | 1160 +++++
 .../loongarch/vector/lasx/lasx-xvssrln.c           |  965 +++++
 .../loongarch/vector/lasx/lasx-xvssrlni.c          | 1130 +++++
 .../loongarch/vector/lasx/lasx-xvssrlrn.c          |  815 ++++
 .../loongarch/vector/lasx/lasx-xvssrlrni.c         | 1160 +++++
 .../loongarch/vector/lasx/lasx-xvssub-1.c          |  425 ++
 .../loongarch/vector/lasx/lasx-xvssub-2.c          |  695 +++
 .../gcc.target/loongarch/vector/lasx/lasx-xvst.c   |  102 +
 .../loongarch/vector/lasx/lasx-xvstelm.c           |   14 +
 .../gcc.target/loongarch/vector/lasx/lasx-xvsub.c  |  590 +++
 .../gcc.target/loongarch/vector/lasx/lasx-xvsubi.c |  482 +++
 .../loongarch/vector/lasx/lasx-xvsubwev-1.c        |  530 +++
 .../loongarch/vector/lasx/lasx-xvsubwev-2.c        |  440 ++
 .../loongarch/vector/lasx/lasx-xvsubwod-1.c        |  695 +++
 .../loongarch/vector/lasx/lasx-xvsubwod-2.c        |  620 +++
 .../gcc.target/loongarch/vector/lasx/lasx-xvxor.c  |  185 +
 .../gcc.target/loongarch/vector/lasx/lasx-xvxori.c |  163 +
 .../loongarch/vector/loongarch-vector.exp          |   42 +
 .../gcc.target/loongarch/vector/lsx/lsx-builtin.c  | 4328 +++++++++++++++++++
 .../gcc.target/loongarch/vector/lsx/lsx-vabsd-1.c  |  272 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vabsd-2.c  |  398 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vadd.c     |  416 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vadda.c    |  344 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vaddi.c    |  251 ++
 .../loongarch/vector/lsx/lsx-vaddwev-1.c           |  335 ++
 .../loongarch/vector/lsx/lsx-vaddwev-2.c           |  344 ++
 .../loongarch/vector/lsx/lsx-vaddwev-3.c           |  425 ++
 .../loongarch/vector/lsx/lsx-vaddwod-1.c           |  408 ++
 .../loongarch/vector/lsx/lsx-vaddwod-2.c           |  344 ++
 .../loongarch/vector/lsx/lsx-vaddwod-3.c           |  237 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vand.c     |  159 +
 .../gcc.target/loongarch/vector/lsx/lsx-vandi.c    |   67 +
 .../gcc.target/loongarch/vector/lsx/lsx-vandn.c    |  129 +
 .../gcc.target/loongarch/vector/lsx/lsx-vavg-1.c   |  398 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vavg-2.c   |  308 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vavgr-1.c  |  299 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vavgr-2.c  |  317 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vbitclr.c  |  461 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vbitclri.c |  279 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vbitrev.c  |  407 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vbitrevi.c |  336 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vbitsel.c  |  109 +
 .../gcc.target/loongarch/vector/lsx/lsx-vbitseli.c |   84 +
 .../gcc.target/loongarch/vector/lsx/lsx-vbitset.c  |  371 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vbitseti.c |  279 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vbsll.c    |   83 +
 .../gcc.target/loongarch/vector/lsx/lsx-vbsrl.c    |   55 +
 .../gcc.target/loongarch/vector/lsx/lsx-vclo.c     |  266 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vclz.c     |  265 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vdiv-1.c   |  299 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vdiv-2.c   |  254 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vexth-1.c  |  342 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vexth-2.c  |  182 +
 .../gcc.target/loongarch/vector/lsx/lsx-vextl-1.c  |   83 +
 .../gcc.target/loongarch/vector/lsx/lsx-vextl-2.c  |   83 +
 .../gcc.target/loongarch/vector/lsx/lsx-vextrins.c |  479 +++
 .../gcc.target/loongarch/vector/lsx/lsx-vfadd_d.c  |  407 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vfadd_s.c  |  470 +++
 .../loongarch/vector/lsx/lsx-vfclass_d.c           |   83 +
 .../loongarch/vector/lsx/lsx-vfclass_s.c           |   74 +
 .../loongarch/vector/lsx/lsx-vfcmp_caf.c           |  244 ++
 .../loongarch/vector/lsx/lsx-vfcmp_ceq.c           |  516 +++
 .../loongarch/vector/lsx/lsx-vfcmp_cle.c           |  530 +++
 .../loongarch/vector/lsx/lsx-vfcmp_clt.c           |  476 +++
 .../loongarch/vector/lsx/lsx-vfcmp_cne.c           |  378 ++
 .../loongarch/vector/lsx/lsx-vfcmp_cor.c           |  170 +
 .../loongarch/vector/lsx/lsx-vfcmp_cun.c           |  253 ++
 .../loongarch/vector/lsx/lsx-vfcmp_saf.c           |  214 +
 .../loongarch/vector/lsx/lsx-vfcmp_seq.c           |  450 ++
 .../loongarch/vector/lsx/lsx-vfcmp_sle.c           |  407 ++
 .../loongarch/vector/lsx/lsx-vfcmp_slt.c           |  512 +++
 .../loongarch/vector/lsx/lsx-vfcmp_sne.c           |  398 ++
 .../loongarch/vector/lsx/lsx-vfcmp_sor.c           |  269 ++
 .../loongarch/vector/lsx/lsx-vfcmp_sun.c           |  335 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vfcvt-1.c  |  398 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vfcvt-2.c  |  278 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vffint-1.c |  161 +
 .../gcc.target/loongarch/vector/lsx/lsx-vffint-2.c |  264 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vffint-3.c |  102 +
 .../gcc.target/loongarch/vector/lsx/lsx-vflogb_d.c |   76 +
 .../gcc.target/loongarch/vector/lsx/lsx-vflogb_s.c |  185 +
 .../gcc.target/loongarch/vector/lsx/lsx-vfmadd_d.c |  251 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vfmadd_s.c |  381 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vfmax_d.c  |  200 +
 .../gcc.target/loongarch/vector/lsx/lsx-vfmax_s.c  |  335 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vfmaxa_d.c |  155 +
 .../gcc.target/loongarch/vector/lsx/lsx-vfmaxa_s.c |  230 +
 .../loongarch/vector/lsx/lsx-vfnmadd_d.c           |  196 +
 .../loongarch/vector/lsx/lsx-vfnmadd_s.c           |  381 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vfrint_d.c |  230 +
 .../gcc.target/loongarch/vector/lsx/lsx-vfrint_s.c |  350 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vfrstp.c   |  218 +
 .../gcc.target/loongarch/vector/lsx/lsx-vfrstpi.c  |  209 +
 .../gcc.target/loongarch/vector/lsx/lsx-vfsqrt_d.c |  216 +
 .../gcc.target/loongarch/vector/lsx/lsx-vfsqrt_s.c |  372 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vftint-1.c |  349 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vftint-2.c |  695 +++
 .../gcc.target/loongarch/vector/lsx/lsx-vftint-3.c | 1028 +++++
 .../gcc.target/loongarch/vector/lsx/lsx-vftint-4.c |  345 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vhaddw-1.c |  488 +++
 .../gcc.target/loongarch/vector/lsx/lsx-vhaddw-2.c |  452 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vhsubw-1.c |  327 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vhsubw-2.c |  353 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vilvh.c    |  353 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vilvl.c    |  327 ++
 .../loongarch/vector/lsx/lsx-vinsgr2vr.c           |  278 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vld.c      |   62 +
 .../gcc.target/loongarch/vector/lsx/lsx-vldi.c     |   61 +
 .../gcc.target/loongarch/vector/lsx/lsx-vmadd.c    |  450 ++
 .../loongarch/vector/lsx/lsx-vmaddwev-1.c          |  472 +++
 .../loongarch/vector/lsx/lsx-vmaddwev-2.c          |  383 ++
 .../loongarch/vector/lsx/lsx-vmaddwev-3.c          |  383 ++
 .../loongarch/vector/lsx/lsx-vmaddwod-1.c          |  372 ++
 .../loongarch/vector/lsx/lsx-vmaddwod-2.c          |  438 ++
 .../loongarch/vector/lsx/lsx-vmaddwod-3.c          |  460 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vmax-1.c   |  317 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vmax-2.c   |  362 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vmaxi-1.c  |  279 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vmaxi-2.c  |  223 +
 .../gcc.target/loongarch/vector/lsx/lsx-vmin-1.c   |  434 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vmin-2.c   |  344 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vmini-1.c  |  314 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vmini-2.c  |  216 +
 .../gcc.target/loongarch/vector/lsx/lsx-vmod-1.c   |  254 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vmod-2.c   |  254 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vmskgez.c  |  119 +
 .../gcc.target/loongarch/vector/lsx/lsx-vmskltz.c  |  321 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vmsknz.c   |  104 +
 .../gcc.target/loongarch/vector/lsx/lsx-vmsub.c    |  461 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vmuh-1.c   |  353 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vmuh-2.c   |  372 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vmul.c     |  282 ++
 .../loongarch/vector/lsx/lsx-vmulwev-1.c           |  434 ++
 .../loongarch/vector/lsx/lsx-vmulwev-2.c           |  344 ++
 .../loongarch/vector/lsx/lsx-vmulwev-3.c           |  245 ++
 .../loongarch/vector/lsx/lsx-vmulwod-1.c           |  272 ++
 .../loongarch/vector/lsx/lsx-vmulwod-2.c           |  282 ++
 .../loongarch/vector/lsx/lsx-vmulwod-3.c           |  308 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vneg.c     |  321 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vnor.c     |  109 +
 .../gcc.target/loongarch/vector/lsx/lsx-vnori.c    |   91 +
 .../gcc.target/loongarch/vector/lsx/lsx-vor.c      |  169 +
 .../gcc.target/loongarch/vector/lsx/lsx-vori.c     |  123 +
 .../gcc.target/loongarch/vector/lsx/lsx-vorn.c     |  109 +
 .../gcc.target/loongarch/vector/lsx/lsx-vpackev.c  |  452 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vpackod.c  |  461 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vpcnt.c    |  350 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vpickev.c  |  362 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vpickod.c  |  336 ++
 .../loongarch/vector/lsx/lsx-vpickve2gr.c          |  488 +++
 .../gcc.target/loongarch/vector/lsx/lsx-vpremi.c   |   20 +
 .../loongarch/vector/lsx/lsx-vreplgr2vr.c          |  212 +
 .../gcc.target/loongarch/vector/lsx/lsx-vreplve.c  |  300 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vreplvei.c |  293 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vrotr.c    |  381 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vrotri.c   |  294 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vsadd-1.c  |  335 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vsadd-2.c  |  345 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vsat-1.c   |  231 +
 .../gcc.target/loongarch/vector/lsx/lsx-vsat-2.c   |  272 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vseq.c     |  470 +++
 .../gcc.target/loongarch/vector/lsx/lsx-vseqi.c    |  328 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vshuf.c    |  394 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vshuf4i.c  |  348 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vsigncov.c |  425 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vsle-1.c   |  290 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vsle-2.c   |  444 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vslei-1.c  |  258 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vslei-2.c  |  293 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vsll.c     |  254 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vslli.c    |  293 ++
 .../loongarch/vector/lsx/lsx-vsllwil-1.c           |  244 ++
 .../loongarch/vector/lsx/lsx-vsllwil-2.c           |  189 +
 .../gcc.target/loongarch/vector/lsx/lsx-vslt-1.c   |  434 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vslt-2.c   |  236 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vslti-1.c  |  328 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vslti-2.c  |  293 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vsra.c     |  344 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vsrai.c    |  258 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vsran.c    |  290 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vsrani.c   |  246 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vsrar.c    |  354 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vsrari.c   |  265 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vsrarn.c   |  236 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vsrarni.c  |  398 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vsrl.c     |  389 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vsrli.c    |  328 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vsrln.c    |  335 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vsrlni.c   |  281 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vsrlr.c    |  434 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vsrlri.c   |  300 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vsrlrn.c   |  164 +
 .../gcc.target/loongarch/vector/lsx/lsx-vsrlrni.c  |  686 +++
 .../gcc.target/loongarch/vector/lsx/lsx-vssran.c   |  390 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vssrani.c  |  679 +++
 .../gcc.target/loongarch/vector/lsx/lsx-vssrarn.c  |  669 +++
 .../gcc.target/loongarch/vector/lsx/lsx-vssrarni.c |  848 ++++
 .../gcc.target/loongarch/vector/lsx/lsx-vssrln.c   |  543 +++
 .../gcc.target/loongarch/vector/lsx/lsx-vssrlni.c  |  668 +++
 .../gcc.target/loongarch/vector/lsx/lsx-vssrlrn.c  |  470 +++
 .../gcc.target/loongarch/vector/lsx/lsx-vssrlrni.c |  597 +++
 .../gcc.target/loongarch/vector/lsx/lsx-vssub-1.c  |  398 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vssub-2.c  |  408 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vst.c      |   70 +
 .../gcc.target/loongarch/vector/lsx/lsx-vsub.c     |  381 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vsubi.c    |  329 ++
 .../loongarch/vector/lsx/lsx-vsubwev-1.c           |  326 ++
 .../loongarch/vector/lsx/lsx-vsubwev-2.c           |  417 ++
 .../loongarch/vector/lsx/lsx-vsubwod-1.c           |  326 ++
 .../loongarch/vector/lsx/lsx-vsubwod-2.c           |  308 ++
 .../gcc.target/loongarch/vector/lsx/lsx-vxor.c     |   79 +
 .../gcc.target/loongarch/vector/lsx/lsx-vxori.c    |   67 +
 .../loongarch/vector/simd_correctness_check.h      |   54 +
 gcc/testsuite/gcc.target/riscv/rv32e_zcmp.c        |    2 +-
 gcc/testsuite/gcc.target/riscv/rv32i_zcmp.c        |    2 +-
 .../riscv/rvv/autovec/cond/cond_arith-1.c          |   13 +
 .../riscv/rvv/autovec/cond/cond_arith-2.c          |    3 +
 .../riscv/rvv/autovec/cond/cond_arith-3.c          |   15 +
 .../riscv/rvv/autovec/cond/cond_arith-4.c          |    3 +
 .../riscv/rvv/autovec/cond/cond_arith-5.c          |   13 +
 .../riscv/rvv/autovec/cond/cond_arith-6.c          |    3 +
 .../riscv/rvv/autovec/cond/cond_arith-7.c          |    9 +
 .../riscv/rvv/autovec/cond/cond_arith-8.c          |   17 +-
 .../riscv/rvv/autovec/cond/cond_arith-9.c          |   11 +-
 .../riscv/rvv/autovec/cond/cond_copysign-run.c     |   99 +
 .../riscv/rvv/autovec/cond/cond_copysign-rv32gcv.c |   12 +
 .../riscv/rvv/autovec/cond/cond_copysign-rv64gcv.c |   12 +
 .../rvv/autovec/cond/cond_copysign-template.h      |   81 +
 .../rvv/autovec/cond/cond_copysign-zvfh-run.c      |   93 +
 .../riscv/rvv/autovec/cond/cond_logical-1.c        |   43 -
 .../riscv/rvv/autovec/cond/cond_logical-2.c        |   43 -
 .../riscv/rvv/autovec/cond/cond_logical-3.c        |   43 -
 .../riscv/rvv/autovec/cond/cond_logical-4.c        |   43 -
 .../riscv/rvv/autovec/cond/cond_logical-5.c        |   43 -
 .../rvv/autovec/cond/cond_logical_min_max-1.c      |   49 +
 .../rvv/autovec/cond/cond_logical_min_max-2.c      |   49 +
 .../rvv/autovec/cond/cond_logical_min_max-3.c      |   49 +
 .../rvv/autovec/cond/cond_logical_min_max-4.c      |   49 +
 .../rvv/autovec/cond/cond_logical_min_max-5.c      |   49 +
 ...ogical_run-1.c => cond_logical_min_max_run-1.c} |    2 +-
 ...ogical_run-2.c => cond_logical_min_max_run-2.c} |    2 +-
 ...ogical_run-3.c => cond_logical_min_max_run-3.c} |    2 +-
 ...ogical_run-4.c => cond_logical_min_max_run-4.c} |    2 +-
 ...ogical_run-5.c => cond_logical_min_max_run-5.c} |    2 +-
 .../riscv/rvv/autovec/cond/cond_mulh-1.c           |   29 +
 .../riscv/rvv/autovec/cond/cond_mulh-2.c           |   30 +
 .../riscv/rvv/autovec/cond/cond_mulh_run-1.c       |   32 +
 .../riscv/rvv/autovec/cond/cond_mulh_run-2.c       |   34 +
 .../riscv/rvv/autovec/cond/cond_narrow_shift-1.c   |   27 +
 .../riscv/rvv/autovec/cond/cond_narrow_shift-2.c   |   30 +
 .../riscv/rvv/autovec/cond/cond_narrow_shift-3.c   |   30 +
 .../rvv/autovec/cond/cond_narrow_shift_run-1.c     |   29 +
 .../rvv/autovec/cond/cond_narrow_shift_run-2.c     |   30 +
 .../rvv/autovec/cond/cond_narrow_shift_run-3.c     |   31 +
 .../rvv/autovec/cond/cond_widen_complicate-1.c     |   35 +
 .../rvv/autovec/cond/cond_widen_complicate-2.c     |   35 +
 .../rvv/autovec/cond/cond_widen_complicate-3.c     |   36 +
 .../rvv/autovec/cond/cond_widen_complicate-4.c     |   35 +
 .../rvv/autovec/cond/cond_widen_complicate-5.c     |   37 +
 .../rvv/autovec/cond/cond_widen_complicate-6.c     |   32 +
 .../rvv/autovec/cond/cond_widen_complicate-7.c     |   29 +
 .../rvv/autovec/cond/cond_widen_complicate-8.c     |   28 +
 .../rvv/autovec/cond/cond_widen_complicate-9.c     |   33 +
 .../gcc.target/riscv/rvv/autovec/partial/slp-9.c   |    1 -
 .../gcc.target/riscv/rvv/autovec/pr111313.c        |    4 +-
 .../gcc.target/riscv/rvv/autovec/pr111391-1.c      |   28 +
 .../gcc.target/riscv/rvv/autovec/pr111391-2.c      |   10 +
 .../gcc.target/riscv/rvv/autovec/vls/cmp-1.c       |  106 +
 .../gcc.target/riscv/rvv/autovec/vls/cmp-2.c       |  106 +
 .../gcc.target/riscv/rvv/autovec/vls/cmp-3.c       |  106 +
 .../gcc.target/riscv/rvv/autovec/vls/cmp-4.c       |  106 +
 .../gcc.target/riscv/rvv/autovec/vls/cmp-5.c       |  106 +
 .../gcc.target/riscv/rvv/autovec/vls/cmp-6.c       |  106 +
 .../gcc.target/riscv/rvv/autovec/vls/def.h         |  247 +-
 .../gcc.target/riscv/rvv/autovec/vls/div-1.c       |    1 -
 .../gcc.target/riscv/rvv/autovec/vls/extract-1.c   |  122 +
 .../gcc.target/riscv/rvv/autovec/vls/extract-2.c   |  123 +
 .../riscv/rvv/autovec/vls/floating-point-sgnjx-1.c |   43 +
 .../riscv/rvv/autovec/vls/floating-point-sgnjx-2.c |   31 +
 .../gcc.target/riscv/rvv/autovec/vls/init-1.c      |   46 +
 .../gcc.target/riscv/rvv/autovec/vls/init-2.c      |   48 +
 .../gcc.target/riscv/rvv/autovec/vls/init-3.c      |   27 +
 .../gcc.target/riscv/rvv/autovec/vls/init-4.c      |   48 +
 .../gcc.target/riscv/rvv/autovec/vls/init-5.c      |   26 +
 .../gcc.target/riscv/rvv/autovec/vls/init-6.c      |   48 +
 .../gcc.target/riscv/rvv/autovec/vls/init-7.c      |   26 +
 .../gcc.target/riscv/rvv/autovec/vls/mask-1.c      |   69 +
 .../gcc.target/riscv/rvv/autovec/vls/mask-2.c      |   69 +
 .../gcc.target/riscv/rvv/autovec/vls/mask-3.c      |   69 +
 .../gcc.target/riscv/rvv/autovec/vls/reduc-1.c     |   31 +
 .../gcc.target/riscv/rvv/autovec/vls/reduc-10.c    |   50 +
 .../gcc.target/riscv/rvv/autovec/vls/reduc-11.c    |   46 +
 .../gcc.target/riscv/rvv/autovec/vls/reduc-12.c    |   30 +
 .../gcc.target/riscv/rvv/autovec/vls/reduc-13.c    |   28 +
 .../gcc.target/riscv/rvv/autovec/vls/reduc-14.c    |   26 +
 .../gcc.target/riscv/rvv/autovec/vls/reduc-15.c    |   81 +
 .../gcc.target/riscv/rvv/autovec/vls/reduc-16.c    |   75 +
 .../gcc.target/riscv/rvv/autovec/vls/reduc-17.c    |   69 +
 .../gcc.target/riscv/rvv/autovec/vls/reduc-18.c    |   63 +
 .../gcc.target/riscv/rvv/autovec/vls/reduc-19.c    |   18 +
 .../gcc.target/riscv/rvv/autovec/vls/reduc-2.c     |   29 +
 .../gcc.target/riscv/rvv/autovec/vls/reduc-20.c    |   17 +
 .../gcc.target/riscv/rvv/autovec/vls/reduc-21.c    |   16 +
 .../gcc.target/riscv/rvv/autovec/vls/reduc-3.c     |   27 +
 .../gcc.target/riscv/rvv/autovec/vls/reduc-4.c     |   25 +
 .../gcc.target/riscv/rvv/autovec/vls/reduc-5.c     |   18 +
 .../gcc.target/riscv/rvv/autovec/vls/reduc-6.c     |   17 +
 .../gcc.target/riscv/rvv/autovec/vls/reduc-7.c     |   16 +
 .../gcc.target/riscv/rvv/autovec/vls/reduc-8.c     |   58 +
 .../gcc.target/riscv/rvv/autovec/vls/reduc-9.c     |   54 +
 .../gcc.target/riscv/rvv/autovec/vls/repeat-1.c    |  654 +++
 .../gcc.target/riscv/rvv/autovec/vls/repeat-2.c    |  654 +++
 .../gcc.target/riscv/rvv/autovec/vls/repeat-3.c    |  337 ++
 .../gcc.target/riscv/rvv/autovec/vls/repeat-4.c    |  337 ++
 .../gcc.target/riscv/rvv/autovec/vls/repeat-5.c    |  178 +
 .../gcc.target/riscv/rvv/autovec/vls/repeat-6.c    |  178 +
 .../gcc.target/riscv/rvv/autovec/vls/repeat-7.c    |   53 +
 .../gcc.target/riscv/rvv/autovec/vls/repeat-8.c    |  337 ++
 .../gcc.target/riscv/rvv/autovec/vls/repeat-9.c    |  178 +
 .../gcc.target/riscv/rvv/autovec/vls/shift-3.c     |    1 -
 .../riscv/rvv/autovec/widen/widen_reduc-1.c        |   27 +
 .../riscv/rvv/autovec/widen/widen_reduc_order-1.c  |   20 +
 .../riscv/rvv/autovec/widen/widen_reduc_order-2.c  |   19 +
 .../rvv/autovec/widen/widen_reduc_order_run-1.c    |   24 +
 .../rvv/autovec/widen/widen_reduc_order_run-2.c    |   22 +
 .../riscv/rvv/autovec/widen/widen_reduc_run-1.c    |   22 +
 .../gcc.target/riscv/rvv/base/no-honor-frm-1.c     |   12 +
 .../gcc.target/riscv/rvv/base/tuple_create.c       |  123 +
 .../gcc.target/riscv/rvv/base/vector-abi-9.c       |   16 -
 .../gcc.target/riscv/rvv/fortran/pr111395.f90      |   41 +
 gcc/testsuite/gcc.target/riscv/rvv/rvv-fortran.exp |   45 +
 .../gcc.target/riscv/rvv/vsetvl/avl_single-21.c    |    2 +-
 .../gcc.target/riscv/rvv/vsetvl/avl_single-26.c    |    2 +-
 .../gcc.target/riscv/rvv/vsetvl/avl_single-39.c    |    2 +-
 .../gcc.target/riscv/rvv/vsetvl/avl_single-41.c    |    2 +-
 .../gcc.target/riscv/rvv/vsetvl/avl_single-6.c     |    4 +-
 .../gcc.target/riscv/rvv/vsetvl/pr111255.c         |   24 +
 .../riscv/rvv/vsetvl/vlmax_conflict-12.c           |    4 +-
 .../gcc.target/riscv/rvv/vsetvl/vlmax_conflict-3.c |    4 +-
 .../gcc.target/riscv/rvv/vsetvl/wredsum_vlmax.c    |   15 +
 gcc/testsuite/gcc.target/riscv/xtheadbb-strcmp.c   |   57 +
 .../gcc.target/riscv/xtheadbb-strlen-unaligned.c   |   14 +
 gcc/testsuite/gcc.target/riscv/xtheadbb-strlen.c   |   19 +
 .../gcc.target/riscv/zbb-strcmp-disabled-2.c       |   38 +
 .../gcc.target/riscv/zbb-strcmp-disabled.c         |   38 +
 gcc/testsuite/gcc.target/riscv/zbb-strcmp-limit.c  |   57 +
 .../gcc.target/riscv/zbb-strcmp-unaligned.c        |   38 +
 gcc/testsuite/gcc.target/riscv/zbb-strcmp.c        |   57 +
 .../gcc.target/riscv/zbb-strlen-disabled-2.c       |   15 +
 .../gcc.target/riscv/zbb-strlen-disabled.c         |   15 +
 .../gcc.target/riscv/zbb-strlen-unaligned.c        |   14 +
 gcc/testsuite/gcc.target/riscv/zbb-strlen.c        |   19 +
 gcc/testsuite/gcc.target/riscv/zbc32.c             |    6 +-
 gcc/testsuite/gcc.target/riscv/zbc64.c             |    6 +-
 gcc/testsuite/gcc.target/riscv/zbkb32.c            |   10 +-
 gcc/testsuite/gcc.target/riscv/zbkb64.c            |    8 +-
 gcc/testsuite/gcc.target/riscv/zbkc32.c            |    4 +-
 gcc/testsuite/gcc.target/riscv/zbkc64.c            |    4 +-
 gcc/testsuite/gcc.target/riscv/zbkx32.c            |    4 +-
 gcc/testsuite/gcc.target/riscv/zbkx64.c            |    4 +-
 gcc/testsuite/gcc.target/riscv/zcmp_push_fpr.c     |    2 +-
 .../gcc.target/riscv/zcmp_shrink_wrap_separate.c   |   93 +
 .../gcc.target/riscv/zcmp_shrink_wrap_separate2.c  |   93 +
 .../gcc.target/riscv/zcmp_stack_alignment.c        |    2 +-
 gcc/testsuite/gcc.target/riscv/zknd32.c            |    4 +-
 gcc/testsuite/gcc.target/riscv/zknd64.c            |   10 +-
 gcc/testsuite/gcc.target/riscv/zkne32.c            |    4 +-
 gcc/testsuite/gcc.target/riscv/zkne64.c            |    8 +-
 gcc/testsuite/gcc.target/riscv/zknh-sha256-32.c    |   10 +
 .../riscv/{zknh-sha256.c => zknh-sha256-64.c}      |    8 +-
 gcc/testsuite/gcc.target/riscv/zknh-sha512-32.c    |   12 +-
 gcc/testsuite/gcc.target/riscv/zknh-sha512-64.c    |    8 +-
 gcc/testsuite/gcc.target/riscv/zksed32.c           |    4 +-
 gcc/testsuite/gcc.target/riscv/zksed64.c           |    4 +-
 gcc/testsuite/gcc.target/riscv/zksh32.c            |    4 +-
 gcc/testsuite/gcc.target/riscv/zksh64.c            |    4 +-
 gcc/testsuite/gfortran.dg/bounds_check_fail_6.f90  |   29 +
 gcc/testsuite/gfortran.dg/pr110996.f90             |   16 +
 gcc/testsuite/gm2/switches/case/fail/calendar.mod  |   24 +
 .../gm2/switches/case/fail/missingclause.mod       |   23 +
 .../gm2/switches/case/fail/subrangecase.mod        |   24 +
 .../gm2/switches/case/fail/subrangecase2.mod       |   22 +
 .../gm2/switches/case/fail/subrangecase3.mod       |   23 +
 .../gm2/switches/case/fail/subrangecase4.mod       |   23 +
 .../gm2/switches/case/fail/subrangecase5.mod       |   23 +
 .../gm2/switches/case/fail/subrangecase6.mod       |   23 +
 .../gm2/switches/case/fail/switches-case-fail.exp  |   37 +
 gcc/testsuite/gm2/switches/case/pass/enumcase.mod  |   24 +
 gcc/testsuite/gm2/switches/case/pass/enumcase2.mod |   22 +
 .../gm2/switches/case/pass/subrangecase.mod        |   24 +
 .../gm2/switches/case/pass/subrangecase2.mod       |   22 +
 .../gm2/switches/case/pass/subrangecase3.mod       |   23 +
 .../gm2/switches/case/pass/subrangecase4.mod       |   21 +
 .../gm2/switches/case/pass/switches-case-pass.exp  |   37 +
 gcc/testsuite/lib/scanasm.exp                      |   76 +-
 gcc/testsuite/lib/target-supports.exp              |   77 +-
 gcc/toplev.cc                                      |    3 +
 gcc/tree-diagnostic-path.cc                        |  432 +-
 gcc/tree-ssa-forwprop.cc                           |   29 +-
 gcc/tree-ssa-math-opts.cc                          |   12 +
 gcc/tree-ssa-propagate.cc                          |   20 +-
 gcc/tree-ssa-sccvn.cc                              |    8 +-
 gcc/tree-ssa-threadbackward.cc                     |   60 +-
 gcc/tree-vect-slp.cc                               |   16 +-
 libgm2/ChangeLog                                   |   15 +
 libgm2/libm2cor/Makefile.am                        |    2 +-
 libgm2/libm2cor/Makefile.in                        |    2 +-
 libgm2/libm2iso/Makefile.am                        |    2 +-
 libgm2/libm2iso/Makefile.in                        |    2 +-
 libgm2/libm2log/Makefile.am                        |    2 +-
 libgm2/libm2log/Makefile.in                        |    2 +-
 libgm2/libm2pim/Makefile.am                        |    2 +-
 libgm2/libm2pim/Makefile.in                        |    2 +-
 libgo/Makefile.in                                  |    1 +
 libgo/configure                                    |    7 +-
 libgo/configure.ac                                 |    2 +
 libgo/testsuite/Makefile.in                        |    1 +
 libgo/testsuite/lib/libgo.exp                      |    8 +
 libgo/testsuite/libgo-test-support.exp.in          |    2 +-
 libgomp/ChangeLog                                  |   22 +
 libgomp/Makefile.in                                |    2 +-
 libgomp/configure                                  |   17 +-
 libgomp/configure.ac                               |   15 +-
 libgomp/team.c                                     |    2 +
 libgomp/testsuite/Makefile.in                      |    2 +-
 libgomp/testsuite/lib/libgomp.exp                  |   18 +-
 libgomp/testsuite/libgomp-site-extra.exp.in        |    4 +-
 libgomp/testsuite/libgomp.c++/c++.exp              |    6 +
 libgomp/testsuite/libgomp.oacc-c++/c++.exp         |    6 +
 libstdc++-v3/ChangeLog                             | 1777 ++++++++
 libstdc++-v3/acinclude.m4                          |   31 +
 libstdc++-v3/config.h.in                           |    3 +
 libstdc++-v3/config/abi/pre/gnu.ver                |    2 +
 libstdc++-v3/config/io/basic_file_stdio.cc         |   18 +
 libstdc++-v3/config/io/basic_file_stdio.h          |   13 +
 libstdc++-v3/configure                             |   57 +
 libstdc++-v3/configure.ac                          |    3 +
 libstdc++-v3/doc/html/manual/configure.html        |    4 +-
 libstdc++-v3/doc/html/manual/setup.html            |   28 +-
 libstdc++-v3/doc/html/manual/status.html           |  257 +-
 libstdc++-v3/doc/html/manual/test.html             |   46 +-
 libstdc++-v3/doc/xml/manual/configure.xml          |    4 +-
 libstdc++-v3/doc/xml/manual/intro.xml              |    8 +-
 libstdc++-v3/doc/xml/manual/prerequisites.xml      |   21 +-
 libstdc++-v3/doc/xml/manual/status_cxx2020.xml     |   46 +-
 libstdc++-v3/doc/xml/manual/status_cxx2023.xml     |  474 ++-
 libstdc++-v3/doc/xml/manual/test.xml               |   52 +-
 libstdc++-v3/include/bits/c++config                |   10 +-
 libstdc++-v3/include/bits/version.def              |   16 +
 libstdc++-v3/include/bits/version.h                |  310 +-
 libstdc++-v3/include/experimental/io_context       |    4 +
 libstdc++-v3/include/experimental/memory_resource  |   12 +-
 libstdc++-v3/include/std/bit                       |   54 +-
 libstdc++-v3/include/std/charconv                  |    6 +
 libstdc++-v3/include/std/format                    |    8 +-
 libstdc++-v3/include/std/fstream                   |   60 +
 libstdc++-v3/include/std/functional                |   89 +-
 libstdc++-v3/include/std/variant                   |   28 +-
 libstdc++-v3/python/libstdcxx/v6/printers.py       |  651 +--
 libstdc++-v3/python/libstdcxx/v6/xmethods.py       |   58 +-
 libstdc++-v3/src/c++11/Makefile.am                 |   22 +-
 libstdc++-v3/src/c++11/Makefile.in                 |   45 +-
 libstdc++-v3/src/c++11/assert_fail.cc              |   44 +
 libstdc++-v3/src/c++11/debug.cc                    |   50 +-
 libstdc++-v3/src/{c++98 => c++11}/locale_init.cc   |    0
 libstdc++-v3/src/{c++98 => c++11}/localename.cc    |    0
 libstdc++-v3/src/c++17/default_resource.h          |    6 +-
 libstdc++-v3/src/c++17/memory_resource.cc          |   35 +-
 libstdc++-v3/src/c++98/Makefile.am                 |   22 +-
 libstdc++-v3/src/c++98/Makefile.in                 |   39 +-
 .../18_support/comparisons/algorithms/fallback.cc  |    1 -
 .../comparisons/algorithms/partial_order.cc        |    3 +-
 .../comparisons/algorithms/strong_order.cc         |    3 +-
 .../comparisons/algorithms/strong_order_floats.cc  |    1 -
 .../comparisons/algorithms/weak_order.cc           |    3 +-
 .../18_support/comparisons/categories/94565.cc     |    3 +-
 .../comparisons/categories/partialord.cc           |    3 +-
 .../18_support/comparisons/categories/strongord.cc |    3 +-
 .../18_support/comparisons/categories/weakord.cc   |    3 +-
 .../18_support/comparisons/categories/zero_neg.cc  |    4 +-
 .../testsuite/18_support/comparisons/common/1.cc   |    3 +-
 .../18_support/comparisons/object/93479.cc         |    3 +-
 .../18_support/comparisons/object/lwg3530.cc       |    3 +-
 .../testsuite/18_support/coroutines/95917.cc       |    4 +-
 .../testsuite/18_support/coroutines/hash.cc        |    3 +-
 .../testsuite/18_support/coroutines/lwg3460.cc     |    3 +-
 .../testsuite/18_support/destroying_delete.cc      |    3 +-
 .../18_support/headers/limits/synopsis_cxx23.cc    |    1 -
 .../18_support/headers/stdfloat/types_std.cc       |    1 -
 .../testsuite/18_support/source_location/1.cc      |    4 +-
 .../18_support/source_location/consteval.cc        |    5 +-
 .../18_support/source_location/version.cc          |    3 +-
 .../testsuite/18_support/type_info/constexpr.cc    |    2 +-
 .../error_category/operators/three_way.cc          |    3 +-
 .../error_code/operators/three_way.cc              |    3 +-
 .../error_condition/operators/three_way.cc         |    3 +-
 .../testsuite/19_diagnostics/stacktrace/current.cc |    2 +-
 .../testsuite/19_diagnostics/stacktrace/entry.cc   |    2 +-
 .../testsuite/19_diagnostics/stacktrace/output.cc  |    1 -
 .../19_diagnostics/stacktrace/stacktrace.cc        |    2 +-
 .../19_diagnostics/stacktrace/synopsis.cc          |    2 +-
 .../testsuite/19_diagnostics/stacktrace/version.cc |    1 -
 .../20_util/aligned_storage/deprecated-2b.cc       |    1 -
 .../20_util/aligned_union/deprecated-2b.cc         |    1 -
 libstdc++-v3/testsuite/20_util/allocator/105975.cc |    1 -
 .../testsuite/20_util/allocator/rebind_c++20.cc    |    3 +-
 .../20_util/allocator/requirements/constexpr.cc    |    1 -
 .../allocator/requirements/typedefs_c++20.cc       |    1 -
 .../testsuite/20_util/allocator_traits/header-2.cc |    1 -
 .../testsuite/20_util/allocator_traits/header.cc   |    1 -
 .../allocator_traits/members/92878_92947.cc        |    1 -
 .../testsuite/20_util/any/assign/92878_92947.cc    |    3 +-
 .../testsuite/20_util/any/cons/92878_92947.cc      |    3 +-
 libstdc++-v3/testsuite/20_util/assume_aligned/1.cc |    4 +-
 .../testsuite/20_util/assume_aligned/2_neg.cc      |    3 +-
 libstdc++-v3/testsuite/20_util/assume_aligned/3.cc |    4 +-
 .../testsuite/20_util/assume_aligned/97132.cc      |    3 +-
 libstdc++-v3/testsuite/20_util/bind/constexpr.cc   |    3 +-
 .../testsuite/20_util/bitset/access/constexpr.cc   |    1 -
 .../20_util/bitset/cons/constexpr_c++23.cc         |    1 -
 .../testsuite/20_util/bitset/count/constexpr.cc    |    1 -
 .../testsuite/20_util/bitset/ext/constexpr.cc      |    1 -
 .../testsuite/20_util/bitset/operations/96303.cc   |    4 +-
 .../20_util/bitset/operations/constexpr_c++23.cc   |    1 -
 libstdc++-v3/testsuite/20_util/bitset/version.cc   |    1 -
 .../testsuite/20_util/common_reference/100894.cc   |    1 -
 .../common_reference/requirements/alias_decl.cc    |    3 +-
 .../requirements/explicit_instantiation.cc         |    3 +-
 .../common_reference/requirements/typedefs.cc      |    3 +-
 .../20_util/duration/arithmetic/overflow_c++20.cc  |    1 -
 .../duration/comparison_operators/three_way.cc     |    3 +-
 libstdc++-v3/testsuite/20_util/duration/io.cc      |    1 -
 .../testsuite/20_util/exchange/constexpr.cc        |    3 +-
 .../testsuite/20_util/exchange/noexcept.cc         |    3 +-
 libstdc++-v3/testsuite/20_util/expected/assign.cc  |    1 -
 libstdc++-v3/testsuite/20_util/expected/bad.cc     |    1 -
 libstdc++-v3/testsuite/20_util/expected/cons.cc    |    1 -
 .../testsuite/20_util/expected/equality.cc         |    1 -
 .../testsuite/20_util/expected/illformed_neg.cc    |    1 -
 libstdc++-v3/testsuite/20_util/expected/lwg3877.cc |    1 -
 libstdc++-v3/testsuite/20_util/expected/lwg3938.cc |    1 -
 libstdc++-v3/testsuite/20_util/expected/monadic.cc |    1 -
 .../testsuite/20_util/expected/observers.cc        |    1 -
 .../testsuite/20_util/expected/requirements.cc     |    1 -
 libstdc++-v3/testsuite/20_util/expected/swap.cc    |    1 -
 .../testsuite/20_util/expected/synopsis.cc         |    1 -
 .../testsuite/20_util/expected/unexpected.cc       |    1 -
 libstdc++-v3/testsuite/20_util/expected/version.cc |    1 -
 .../testsuite/20_util/from_chars/1_c++20_neg.cc    |    3 +-
 libstdc++-v3/testsuite/20_util/from_chars/8.cc     |    1 -
 .../testsuite/20_util/from_chars/compare.cc        |    3 +-
 .../testsuite/20_util/from_chars/constexpr.cc      |    1 -
 .../testsuite/20_util/from_chars/result.cc         |   21 +
 .../20_util/function/cons/deduction_c++23.cc       |    1 -
 .../20_util/function_objects/bind_front/1.cc       |    3 +-
 .../20_util/function_objects/bind_front/107784.cc  |    1 -
 .../20_util/function_objects/bind_front/111327.cc  |   40 +
 .../20_util/function_objects/bind_front/2.cc       |    3 +-
 .../20_util/function_objects/bind_front/97101.cc   |    3 +-
 .../function_objects/bind_front/constexpr.cc       |    3 +-
 .../20_util/function_objects/constexpr_searcher.cc |    3 +-
 .../20_util/function_objects/identity/1.cc         |    3 +-
 .../testsuite/20_util/function_objects/invoke/4.cc |    1 -
 .../20_util/function_objects/invoke/constexpr.cc   |    3 +-
 .../function_objects/invoke/dangling_ref.cc        |    1 -
 .../20_util/function_objects/mem_fn/constexpr.cc   |    3 +-
 .../20_util/function_objects/not_fn/111327.cc      |   29 +
 .../20_util/function_objects/not_fn/constexpr.cc   |    3 +-
 .../20_util/function_objects/range.cmp/equal_to.cc |    3 +-
 .../20_util/function_objects/range.cmp/greater.cc  |    3 +-
 .../function_objects/range.cmp/greater_equal.cc    |    3 +-
 .../20_util/function_objects/range.cmp/less.cc     |    3 +-
 .../function_objects/range.cmp/less_equal.cc       |    3 +-
 .../20_util/function_objects/range.cmp/lwg3530.cc  |    1 -
 .../function_objects/range.cmp/not_equal_to.cc     |    3 +-
 .../testsuite/20_util/integer_comparisons/1.cc     |    3 +-
 .../testsuite/20_util/integer_comparisons/2.cc     |    3 +-
 .../testsuite/20_util/integer_comparisons/equal.cc |    3 +-
 .../20_util/integer_comparisons/equal_neg.cc       |    3 +-
 .../20_util/integer_comparisons/greater.cc         |    1 -
 .../20_util/integer_comparisons/greater_equal.cc   |    3 +-
 .../integer_comparisons/greater_equal_neg.cc       |    3 +-
 .../20_util/integer_comparisons/greater_neg.cc     |    3 +-
 .../20_util/integer_comparisons/in_range.cc        |    3 +-
 .../20_util/integer_comparisons/in_range_neg.cc    |    3 +-
 .../testsuite/20_util/integer_comparisons/less.cc  |    3 +-
 .../20_util/integer_comparisons/less_equal.cc      |    3 +-
 .../20_util/integer_comparisons/less_equal_neg.cc  |    3 +-
 .../20_util/integer_comparisons/less_neg.cc        |    3 +-
 .../20_util/integer_comparisons/not_equal.cc       |    3 +-
 .../20_util/integer_comparisons/not_equal_neg.cc   |    3 +-
 .../testsuite/20_util/integer_sequence/pr111357.cc |   34 +
 .../requirements/explicit_instantiation.cc         |    3 +-
 .../is_bounded_array/requirements/typedefs.cc      |    3 +-
 .../testsuite/20_util/is_bounded_array/value.cc    |    3 +-
 .../testsuite/20_util/is_constant_evaluated/1.cc   |    3 +-
 .../20_util/is_constant_evaluated/noexcept.cc      |    3 +-
 .../20_util/is_constructible/92878_92947.cc        |    3 +-
 .../is_corresponding_member.cc                     |    1 -
 .../20_util/is_layout_compatible/value.cc          |    1 -
 .../20_util/is_layout_compatible/version.cc        |    1 -
 .../is_nothrow_constructible/value_c++20.cc        |    3 +-
 .../requirements/explicit_instantiation.cc         |    3 +-
 .../requirements/typedefs.cc                       |    3 +-
 .../20_util/is_nothrow_convertible/value.cc        |    3 +-
 .../testsuite/20_util/is_pod/deprecated-2a.cc      |    3 +-
 .../20_util/is_pointer_interconvertible/value.cc   |    1 -
 .../20_util/is_pointer_interconvertible/version.cc |    1 -
 .../is_pointer_interconvertible/with_class.cc      |    1 -
 .../testsuite/20_util/is_scoped_enum/value.cc      |    1 -
 .../testsuite/20_util/is_scoped_enum/version.cc    |    1 -
 .../requirements/explicit_instantiation.cc         |    3 +-
 .../is_unbounded_array/requirements/typedefs.cc    |    3 +-
 .../testsuite/20_util/is_unbounded_array/value.cc  |    3 +-
 .../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 -
 .../20_util/optional/assignment/92878_92947.cc     |    3 +-
 .../testsuite/20_util/optional/cons/92878_92947.cc |    3 +-
 .../testsuite/20_util/optional/constexpr/assign.cc |    1 -
 .../20_util/optional/constexpr/cons/conv.cc        |    1 -
 .../20_util/optional/constexpr/modifiers.cc        |    1 -
 .../testsuite/20_util/optional/constexpr/swap.cc   |    1 -
 .../testsuite/20_util/optional/monadic/and_then.cc |    1 -
 .../testsuite/20_util/optional/monadic/or_else.cc  |    1 -
 .../20_util/optional/monadic/or_else_neg.cc        |    1 -
 .../testsuite/20_util/optional/monadic/pr109242.cc |    1 -
 .../20_util/optional/monadic/transform.cc          |    1 -
 .../testsuite/20_util/optional/relops/96269.cc     |    3 +-
 .../testsuite/20_util/optional/relops/three_way.cc |    1 -
 .../pair/comparison_operators/constexpr_c++20.cc   |    3 +-
 .../testsuite/20_util/pair/cons/92878_92947.cc     |    3 +-
 .../testsuite/20_util/pair/constexpr_assign.cc     |    3 +-
 .../testsuite/20_util/pair/constexpr_swap.cc       |    3 +-
 libstdc++-v3/testsuite/20_util/pair/p2321r2.cc     |    1 -
 .../20_util/pair/requirements/structural.cc        |    1 -
 .../20_util/pointer_traits/pointer_to_constexpr.cc |    3 +-
 .../polymorphic_allocator/allocate_object.cc       |    3 +-
 .../polymorphic_allocator/construct_c++2a.cc       |    3 +-
 .../20_util/polymorphic_allocator/lwg3237.cc       |    3 +-
 .../20_util/reference_from_temporary/value.cc      |    1 -
 .../20_util/reference_from_temporary/value2.cc     |    1 -
 .../20_util/reference_from_temporary/version.cc    |    1 -
 .../20_util/reference_wrapper/constexpr.cc         |    3 +-
 .../20_util/reference_wrapper/incomplete.cc        |    3 +-
 .../remove_cvref/requirements/alias_decl.cc        |    3 +-
 .../requirements/explicit_instantiation.cc         |    3 +-
 .../testsuite/20_util/remove_cvref/value.cc        |    3 +-
 .../scoped_allocator/construct_pair_c++2a.cc       |    3 +-
 .../testsuite/20_util/shared_ptr/atomic/3.cc       |    3 +-
 .../20_util/shared_ptr/atomic/atomic_shared_ptr.cc |    1 -
 .../testsuite/20_util/shared_ptr/casts/rval.cc     |    3 +-
 .../20_util/shared_ptr/comparison/cmp_c++20.cc     |    3 +-
 .../20_util/shared_ptr/cons/alias-rval.cc          |    3 +-
 .../20_util/shared_ptr/creation/92878_92947.cc     |    3 +-
 .../testsuite/20_util/shared_ptr/creation/array.cc |    1 -
 .../20_util/shared_ptr/creation/overwrite.cc       |    2 +-
 .../20_util/shared_ptr/creation/version.cc         |    1 -
 .../shared_ptr/thread/default_weaktoshared.cc      |    3 +-
 .../shared_ptr/thread/mutex_weaktoshared.cc        |    3 +-
 .../specialized_algorithms/construct_at/1.cc       |    3 +-
 .../construct_at/92878_92947.cc                    |    3 +-
 .../specialized_algorithms/construct_at/95788.cc   |    3 +-
 .../specialized_algorithms/destroy/constrained.cc  |    3 +-
 .../uninitialized_copy/constrained.cc              |    3 +-
 .../uninitialized_default_construct/constrained.cc |    3 +-
 .../uninitialized_fill/94017.cc                    |    3 +-
 .../uninitialized_fill/constrained.cc              |    3 +-
 .../uninitialized_fill_n/94017.cc                  |    3 +-
 .../uninitialized_move/constrained.cc              |    3 +-
 .../uninitialized_value_construct/constrained.cc   |    3 +-
 .../20_util/synchronized_pool_resource/allocate.cc |    6 +-
 .../synchronized_pool_resource/allocate_single.cc  |    3 +-
 .../20_util/synchronized_pool_resource/cons.cc     |    6 +-
 .../synchronized_pool_resource/cons_single.cc      |    3 +-
 .../20_util/synchronized_pool_resource/is_equal.cc |    6 +-
 .../synchronized_pool_resource/multithreaded.cc    |    6 +-
 .../20_util/synchronized_pool_resource/options.cc  |    6 +-
 .../20_util/synchronized_pool_resource/release.cc  |    6 +-
 .../synchronized_pool_resource/release_single.cc   |    3 +-
 libstdc++-v3/testsuite/20_util/time_point/4.cc     |    3 +-
 .../time_point/comparison_operators/three_way.cc   |    3 +-
 libstdc++-v3/testsuite/20_util/to_address/1.cc     |    3 +-
 libstdc++-v3/testsuite/20_util/to_address/1_neg.cc |    3 +-
 libstdc++-v3/testsuite/20_util/to_address/debug.cc |    3 +-
 .../testsuite/20_util/to_address/lwg3545.cc        |    1 -
 libstdc++-v3/testsuite/20_util/to_chars/compare.cc |    3 +-
 .../testsuite/20_util/to_chars/constexpr.cc        |    1 -
 .../testsuite/20_util/to_chars/float128_c++23.cc   |    1 -
 .../testsuite/20_util/to_chars/float16_c++23.cc    |    1 -
 libstdc++-v3/testsuite/20_util/to_chars/result.cc  |   25 +
 libstdc++-v3/testsuite/20_util/to_chars/version.cc |    3 +-
 libstdc++-v3/testsuite/20_util/to_underlying/1.cc  |    1 -
 .../testsuite/20_util/to_underlying/version.cc     |    1 -
 .../tuple/comparison_operators/three_way.cc        |    3 +-
 .../testsuite/20_util/tuple/cons/102270.cc         |    1 -
 .../tuple/cons/constexpr_allocator_arg_t.cc        |    3 +-
 .../testsuite/20_util/tuple/constexpr_swap.cc      |    3 +-
 libstdc++-v3/testsuite/20_util/tuple/p2321r2.cc    |    1 -
 .../type_identity/requirements/alias_decl.cc       |    3 +-
 .../requirements/explicit_instantiation.cc         |    3 +-
 .../20_util/type_identity/requirements/typedefs.cc |    3 +-
 .../typeindex/comparison_operators_c++20.cc        |    3 +-
 .../20_util/unique_ptr/assign/constexpr.cc         |    1 -
 .../20_util/unique_ptr/comparison/compare_c++20.cc |    3 +-
 .../20_util/unique_ptr/comparison/constexpr.cc     |    1 -
 .../20_util/unique_ptr/cons/constexpr_c++20.cc     |    1 -
 .../20_util/unique_ptr/creation/92878_92947.cc     |    3 +-
 .../20_util/unique_ptr/creation/constexpr.cc       |    1 -
 .../20_util/unique_ptr/creation/for_overwrite.cc   |    4 +-
 .../unique_ptr/creation/for_overwrite__neg.cc      |    3 +-
 .../testsuite/20_util/unique_ptr/io/lwg2948.cc     |    3 +-
 .../20_util/unique_ptr/modifiers/constexpr.cc      |    1 -
 .../unique_ptr/specialized_algorithms/constexpr.cc |    1 -
 libstdc++-v3/testsuite/20_util/unreachable/1.cc    |    1 -
 .../testsuite/20_util/unreachable/version.cc       |    1 -
 .../testsuite/20_util/unwrap_reference/1.cc        |    3 +-
 .../testsuite/20_util/unwrap_reference/2.cc        |    3 +-
 .../testsuite/20_util/unwrap_reference/3.cc        |    3 +-
 .../20_util/uses_allocator/92878_92947.cc          |    3 +-
 .../testsuite/20_util/uses_allocator/lwg3527.cc    |    1 -
 .../testsuite/20_util/uses_allocator/lwg3677.cc    |    1 -
 .../testsuite/20_util/uses_allocator/make_obj.cc   |    3 +-
 .../uses_allocator/uninitialized_construct.cc      |    1 -
 .../testsuite/20_util/variant/92878_92947.cc       |    3 +-
 libstdc++-v3/testsuite/20_util/variant/95915.cc    |    1 -
 .../testsuite/20_util/variant/constexpr.cc         |    1 -
 .../testsuite/20_util/variant/default_ctor.cc      |   11 +
 .../testsuite/20_util/variant/relops/three_way.cc  |    3 +-
 .../testsuite/20_util/variant/visit_neg.cc         |    3 +-
 libstdc++-v3/testsuite/20_util/variant/visit_r.cc  |    3 +-
 .../testsuite/20_util/weak_ptr/atomic_weak_ptr.cc  |    1 -
 .../capacity/char/resize_and_overwrite.cc          |    1 -
 .../21_strings/basic_string/cons/char/105995.cc    |    1 -
 .../21_strings/basic_string/cons/char/constexpr.cc |    1 -
 .../basic_string/cons/wchar_t/constexpr.cc         |    1 -
 .../testsuite/21_strings/basic_string/erasure.cc   |    3 +-
 .../21_strings/basic_string/hash/hash_char8_t.cc   |    3 +-
 .../21_strings/basic_string/literals/constexpr.cc  |    1 -
 .../21_strings/basic_string/modifiers/constexpr.cc |    1 -
 .../modifiers/swap/constexpr-wchar_t.cc            |    1 -
 .../basic_string/modifiers/swap/constexpr.cc       |    1 -
 .../basic_string/operations/contains/char.cc       |    1 -
 .../basic_string/operations/contains/nonnull.cc    |    2 +-
 .../basic_string/operations/contains/wchar_t.cc    |    1 -
 .../basic_string/operations/ends_with/char.cc      |    3 +-
 .../basic_string/operations/ends_with/nonnull.cc   |    2 +-
 .../basic_string/operations/ends_with/wchar_t.cc   |    3 +-
 .../basic_string/operations/starts_with/char.cc    |    3 +-
 .../basic_string/operations/starts_with/nonnull.cc |    2 +-
 .../basic_string/operations/starts_with/wchar_t.cc |    3 +-
 .../basic_string/operators/char/cmp_c++20.cc       |    3 +-
 .../basic_string/operators/wchar_t/cmp_c++20.cc    |    3 +-
 .../basic_string_view/cons/char/range.cc           |    1 -
 .../basic_string_view/cons/char/range_c++20.cc     |    1 -
 .../basic_string_view/cons/wchar_t/range_c++20.cc  |    1 -
 .../basic_string_view/operations/contains/char.cc  |    1 -
 .../operations/contains/char/2.cc                  |    1 -
 .../operations/contains/nonnull.cc                 |    2 +-
 .../operations/contains/wchar_t.cc                 |    1 -
 .../operations/copy/char/constexpr.cc              |    3 +-
 .../operations/copy/wchar_t/constexpr.cc           |    3 +-
 .../basic_string_view/operations/ends_with/char.cc |    3 +-
 .../operations/ends_with/nonnull.cc                |    2 +-
 .../operations/ends_with/wchar_t.cc                |    3 +-
 .../operations/starts_with/char.cc                 |    3 +-
 .../operations/starts_with/nonnull.cc              |    2 +-
 .../operations/starts_with/wchar_t.cc              |    3 +-
 .../basic_string_view/operators/char/cmp_c++20.cc  |    3 +-
 .../operators/wchar_t/cmp_c++20.cc                 |    3 +-
 .../requirements/constexpr_iter.cc                 |    3 +-
 .../requirements/constexpr_functions_c++20.cc      |    1 -
 .../headers/cuchar/functions_std_cxx20.cc          |    1 -
 .../array/comparison_operators/96851.cc            |    3 +-
 .../array/comparison_operators/constexpr.cc        |    3 +-
 .../testsuite/23_containers/array/creation/1.cc    |    3 +-
 .../23_containers/array/creation/110167.cc         |    1 -
 .../testsuite/23_containers/array/creation/2.cc    |    3 +-
 .../23_containers/array/creation/3_neg.cc          |    4 +-
 .../array/requirements/constexpr_fill.cc           |    3 +-
 .../array/requirements/constexpr_swap.cc           |    3 +-
 .../testsuite/23_containers/deque/48101-2_neg.cc   |    4 +-
 .../testsuite/23_containers/deque/48101-3_neg.cc   |    3 +-
 .../testsuite/23_containers/deque/erasure.cc       |    3 +-
 .../deque/modifiers/emplace/92878_92947.cc         |    3 +-
 .../23_containers/deque/operators/cmp_c++20.cc     |    3 +-
 .../23_containers/forward_list/48101-2_neg.cc      |    4 +-
 .../23_containers/forward_list/48101-3_neg.cc      |    3 +-
 .../23_containers/forward_list/cmp_c++20.cc        |    3 +-
 .../23_containers/forward_list/erasure.cc          |    3 +-
 .../forward_list/modifiers/92878_92947.cc          |    3 +-
 .../forward_list/operations/remove_cxx20_return.cc |    3 +-
 .../forward_list/operations/unique_cxx20_return.cc |    3 +-
 .../testsuite/23_containers/list/48101-2_neg.cc    |    4 +-
 .../testsuite/23_containers/list/48101-3_neg.cc    |    3 +-
 .../testsuite/23_containers/list/cmp_c++20.cc      |    3 +-
 .../testsuite/23_containers/list/erasure.cc        |    3 +-
 .../list/modifiers/emplace/92878_92947.cc          |    3 +-
 .../list/operations/remove_cxx20_return.cc         |    3 +-
 .../list/operations/unique_cxx20_return.cc         |    3 +-
 .../testsuite/23_containers/map/48101-2_neg.cc     |    4 +-
 .../testsuite/23_containers/map/48101-3_neg.cc     |    3 +-
 .../testsuite/23_containers/map/48101_neg.cc       |    3 +-
 .../testsuite/23_containers/map/erasure.cc         |    3 +-
 .../map/modifiers/emplace/92878_92947.cc           |    3 +-
 .../23_containers/map/operations/contains.cc       |    3 +-
 .../23_containers/map/operators/cmp_c++20.cc       |    3 +-
 .../23_containers/multimap/48101-2_neg.cc          |    4 +-
 .../23_containers/multimap/48101-3_neg.cc          |    3 +-
 .../testsuite/23_containers/multimap/48101_neg.cc  |    3 +-
 .../multimap/modifiers/emplace/92878_92947.cc      |    3 +-
 .../23_containers/multimap/operations/contains.cc  |    3 +-
 .../23_containers/multimap/operators/cmp_c++20.cc  |    3 +-
 .../23_containers/multiset/48101-2_neg.cc          |    4 +-
 .../23_containers/multiset/48101-3_neg.cc          |    3 +-
 .../multiset/modifiers/emplace/92878_92947.cc      |    3 +-
 .../23_containers/multiset/operations/contains.cc  |    3 +-
 .../23_containers/multiset/operators/cmp_c++20.cc  |    3 +-
 .../23_containers/priority_queue/92878_92947.cc    |    3 +-
 .../testsuite/23_containers/queue/92878_92947.cc   |    3 +-
 .../testsuite/23_containers/queue/cmp_c++20.cc     |    3 +-
 .../23_containers/queue/cons_from_iters.cc         |    1 -
 .../testsuite/23_containers/set/48101-2_neg.cc     |    4 +-
 .../testsuite/23_containers/set/48101-3_neg.cc     |    3 +-
 .../testsuite/23_containers/set/erasure.cc         |    3 +-
 .../set/modifiers/emplace/92878_92947.cc           |    3 +-
 .../23_containers/set/operations/contains.cc       |    3 +-
 .../23_containers/set/operators/cmp_c++20.cc       |    3 +-
 libstdc++-v3/testsuite/23_containers/span/1.cc     |    3 +-
 .../testsuite/23_containers/span/101411.cc         |    1 -
 libstdc++-v3/testsuite/23_containers/span/2.cc     |    3 +-
 .../23_containers/span/back_assert_neg.cc          |    5 +-
 .../testsuite/23_containers/span/back_neg.cc       |    3 +-
 .../23_containers/span/cons_1_assert_neg.cc        |    5 +-
 .../23_containers/span/cons_2_assert_neg.cc        |    5 +-
 .../23_containers/span/contiguous_range_neg.cc     |    3 +-
 .../testsuite/23_containers/span/deduction.cc      |    3 +-
 .../testsuite/23_containers/span/everything.cc     |    3 +-
 .../testsuite/23_containers/span/explicit.cc       |    3 +-
 .../23_containers/span/first_2_assert_neg.cc       |    5 +-
 .../23_containers/span/first_assert_neg.cc         |    5 +-
 .../testsuite/23_containers/span/first_neg.cc      |    3 +-
 .../23_containers/span/front_assert_neg.cc         |    5 +-
 .../testsuite/23_containers/span/front_neg.cc      |    3 +-
 .../23_containers/span/index_op_assert_neg.cc      |    5 +-
 .../testsuite/23_containers/span/index_op_neg.cc   |    3 +-
 .../23_containers/span/last_2_assert_neg.cc        |    5 +-
 .../23_containers/span/last_assert_neg.cc          |    5 +-
 .../testsuite/23_containers/span/last_neg.cc       |    3 +-
 .../testsuite/23_containers/span/layout_compat.cc  |    3 +-
 .../testsuite/23_containers/span/lwg3255.cc        |    3 +-
 .../testsuite/23_containers/span/nothrow_cons.cc   |    3 +-
 .../23_containers/span/subspan_2_assert_neg.cc     |    5 +-
 .../23_containers/span/subspan_3_assert_neg.cc     |    5 +-
 .../23_containers/span/subspan_4_assert_neg.cc     |    5 +-
 .../23_containers/span/subspan_5_assert_neg.cc     |    5 +-
 .../23_containers/span/subspan_6_assert_neg.cc     |    5 +-
 .../23_containers/span/subspan_assert_neg.cc       |    5 +-
 .../testsuite/23_containers/span/subspan_neg.cc    |    3 +-
 .../23_containers/span/trivially_copyable.cc       |    1 -
 .../testsuite/23_containers/stack/92878_92947.cc   |    3 +-
 .../testsuite/23_containers/stack/cmp_c++20.cc     |    3 +-
 .../23_containers/stack/cons_from_iters.cc         |    1 -
 .../23_containers/unordered_map/48101-2_neg.cc     |    4 +-
 .../23_containers/unordered_map/48101-3_neg.cc     |    3 +-
 .../23_containers/unordered_map/erasure.cc         |    3 +-
 .../unordered_map/modifiers/92878_92947.cc         |    3 +-
 .../23_containers/unordered_map/operations/1.cc    |    1 -
 .../unordered_map/operations/contains.cc           |    3 +-
 .../unordered_multimap/48101-2_neg.cc              |    4 +-
 .../unordered_multimap/48101-3_neg.cc              |    3 +-
 .../unordered_multimap/modifiers/92878_92947.cc    |    3 +-
 .../unordered_multimap/operations/1.cc             |    1 -
 .../unordered_multimap/operations/contains.cc      |    3 +-
 .../unordered_multiset/48101-2_neg.cc              |    4 +-
 .../unordered_multiset/48101-3_neg.cc              |    3 +-
 .../unordered_multiset/modifiers/92878_92947.cc    |    3 +-
 .../unordered_multiset/operations/1.cc             |    1 -
 .../unordered_multiset/operations/contains.cc      |    3 +-
 .../23_containers/unordered_set/48101-2_neg.cc     |    4 +-
 .../23_containers/unordered_set/48101-3_neg.cc     |    3 +-
 .../23_containers/unordered_set/erasure.cc         |    3 +-
 .../unordered_set/modifiers/92878_92947.cc         |    3 +-
 .../23_containers/unordered_set/operations/1.cc    |    1 -
 .../unordered_set/operations/contains.cc           |    3 +-
 .../testsuite/23_containers/vector/48101-2_neg.cc  |    4 +-
 .../testsuite/23_containers/vector/48101-3_neg.cc  |    3 +-
 .../vector/bool/capacity/constexpr.cc              |    1 -
 .../23_containers/vector/bool/cmp_c++20.cc         |    3 +-
 .../23_containers/vector/bool/cons/constexpr.cc    |    1 -
 .../23_containers/vector/bool/element_access/1.cc  |    1 -
 .../vector/bool/element_access/constexpr.cc        |    1 -
 .../23_containers/vector/bool/iterator_c++20.cc    |    3 +-
 .../vector/bool/modifiers/assign/constexpr.cc      |    1 -
 .../vector/bool/modifiers/constexpr.cc             |    1 -
 .../vector/bool/modifiers/swap/constexpr.cc        |    1 -
 .../23_containers/vector/capacity/constexpr.cc     |    1 -
 .../testsuite/23_containers/vector/cmp_c++20.cc    |    3 +-
 .../23_containers/vector/cons/constexpr.cc         |    1 -
 .../23_containers/vector/data_access/constexpr.cc  |    1 -
 .../vector/element_access/constexpr.cc             |    1 -
 .../testsuite/23_containers/vector/erasure.cc      |    3 +-
 .../vector/modifiers/assign/constexpr.cc           |    1 -
 .../23_containers/vector/modifiers/constexpr.cc    |    1 -
 .../vector/modifiers/emplace/92878_92947.cc        |    3 +-
 .../vector/modifiers/swap/constexpr.cc             |    1 -
 .../23_containers/vector/requirements/version.cc   |    1 -
 libstdc++-v3/testsuite/24_iterators/aliases.cc     |    3 +-
 .../associated_types/incrementable.traits.cc       |    3 +-
 .../associated_types/iterator.traits.cc            |    3 +-
 .../associated_types/readable.traits.cc            |    3 +-
 .../24_iterators/back_insert_iterator/constexpr.cc |    3 +-
 .../24_iterators/back_insert_iterator/pr93884.cc   |    3 +-
 .../24_iterators/bidirectional/concept.cc          |    3 +-
 .../testsuite/24_iterators/common_iterator/1.cc    |    3 +-
 .../24_iterators/common_iterator/100823.cc         |    2 +-
 .../testsuite/24_iterators/common_iterator/2.cc    |    3 +-
 .../testsuite/24_iterators/const_iterator/1.cc     |    1 -
 .../testsuite/24_iterators/contiguous/concept.cc   |    3 +-
 .../testsuite/24_iterators/contiguous/tag.cc       |    3 +-
 .../testsuite/24_iterators/counted_iterator/1.cc   |    3 +-
 .../24_iterators/counted_iterator/lwg3389.cc       |    3 +-
 .../24_iterators/counted_iterator/lwg3643.cc       |    1 -
 .../24_iterators/customization_points/92894.cc     |    3 +-
 .../24_iterators/customization_points/iter_move.cc |    3 +-
 .../24_iterators/customization_points/iter_swap.cc |    3 +-
 .../24_iterators/customization_points/lwg3420.cc   |    3 +-
 .../testsuite/24_iterators/forward/concept.cc      |    3 +-
 .../front_insert_iterator/constexpr.cc             |    3 +-
 .../24_iterators/front_insert_iterator/pr93884.cc  |    3 +-
 .../headers/iterator/synopsis_c++20.cc             |    3 +-
 .../24_iterators/indirect_callable/92894.cc        |    3 +-
 .../indirect_callable/projected-adl.cc             |    1 -
 .../24_iterators/indirect_callable/projected.cc    |    3 +-
 .../testsuite/24_iterators/input/concept.cc        |    3 +-
 .../24_iterators/insert_iterator/constexpr.cc      |    3 +-
 .../24_iterators/istream_iterator/cons/sentinel.cc |    3 +-
 .../24_iterators/istream_iterator/sentinel.cc      |    3 +-
 .../istreambuf_iterator/cons/sentinel.cc           |    3 +-
 .../24_iterators/istreambuf_iterator/sentinel.cc   |    3 +-
 .../testsuite/24_iterators/move_iterator/cust.cc   |    3 +-
 .../testsuite/24_iterators/move_iterator/dr3435.cc |    3 +-
 .../24_iterators/move_iterator/input_iterator.cc   |    3 +-
 .../24_iterators/move_iterator/lwg3390.cc          |    3 +-
 .../24_iterators/move_iterator/lwg3391.cc          |    3 +-
 .../24_iterators/move_iterator/move_only.cc        |    3 +-
 .../24_iterators/move_iterator/p2520r0.cc          |    1 -
 .../24_iterators/move_iterator/rel_ops_c++20.cc    |    3 +-
 .../24_iterators/move_iterator/sentinel.cc         |    3 +-
 .../24_iterators/normal_iterator/cmp_c++20.cc      |    3 +-
 .../testsuite/24_iterators/output/concept.cc       |    3 +-
 .../24_iterators/random_access/concept.cc          |    3 +-
 .../range_access/range_access_cpp20.cc             |    3 +-
 .../range_access/range_access_cpp20_neg.cc         |    3 +-
 .../24_iterators/range_operations/100768.cc        |    1 -
 .../24_iterators/range_operations/advance.cc       |    3 +-
 .../range_operations/advance_debug_neg.cc          |    5 +-
 .../range_operations/advance_overflow.cc           |    1 -
 .../24_iterators/range_operations/distance.cc      |    3 +-
 .../24_iterators/range_operations/lwg3392.cc       |    1 -
 .../24_iterators/range_operations/next.cc          |    3 +-
 .../24_iterators/range_operations/prev.cc          |    3 +-
 .../24_iterators/reverse_iterator/100639.cc        |    4 +-
 .../24_iterators/reverse_iterator/cust.cc          |    3 +-
 .../24_iterators/reverse_iterator/dr3435.cc        |    3 +-
 .../24_iterators/reverse_iterator/rel_ops_c++20.cc |    3 +-
 .../25_algorithms/adjacent_find/constexpr.cc       |    3 +-
 .../25_algorithms/adjacent_find/constrained.cc     |    3 +-
 .../testsuite/25_algorithms/all_of/constexpr.cc    |    3 +-
 .../testsuite/25_algorithms/all_of/constrained.cc  |    3 +-
 .../testsuite/25_algorithms/any_of/constexpr.cc    |    3 +-
 .../testsuite/25_algorithms/any_of/constrained.cc  |    3 +-
 .../25_algorithms/binary_search/constexpr.cc       |    3 +-
 .../25_algorithms/binary_search/constrained.cc     |    3 +-
 .../testsuite/25_algorithms/clamp/constrained.cc   |    3 +-
 .../testsuite/25_algorithms/constexpr_macro.cc     |    3 +-
 libstdc++-v3/testsuite/25_algorithms/contains/1.cc |    1 -
 .../testsuite/25_algorithms/contains_subrange/1.cc |    1 -
 libstdc++-v3/testsuite/25_algorithms/copy/95578.cc |    3 +-
 .../testsuite/25_algorithms/copy/constexpr.cc      |    3 +-
 .../testsuite/25_algorithms/copy/constrained.cc    |    3 +-
 .../25_algorithms/copy/debug/constexpr_neg.cc      |    3 +-
 .../testsuite/25_algorithms/copy_backward/95578.cc |    3 +-
 .../25_algorithms/copy_backward/constexpr.cc       |    3 +-
 .../25_algorithms/copy_backward/constrained.cc     |    3 +-
 .../copy_backward/debug/constexpr_neg.cc           |    3 +-
 .../testsuite/25_algorithms/copy_if/constexpr.cc   |    3 +-
 .../testsuite/25_algorithms/copy_if/constrained.cc |    3 +-
 .../testsuite/25_algorithms/copy_n/constexpr.cc    |    3 +-
 .../testsuite/25_algorithms/copy_n/constrained.cc  |    3 +-
 .../testsuite/25_algorithms/count/constexpr.cc     |    3 +-
 .../testsuite/25_algorithms/count/constrained.cc   |    3 +-
 .../testsuite/25_algorithms/count_if/constexpr.cc  |    3 +-
 .../25_algorithms/count_if/constrained.cc          |    3 +-
 .../testsuite/25_algorithms/cpp_lib_constexpr.cc   |    3 +-
 .../testsuite/25_algorithms/equal/95578.cc         |    3 +-
 .../testsuite/25_algorithms/equal/constexpr.cc     |    3 +-
 .../testsuite/25_algorithms/equal/constexpr_neg.cc |    3 +-
 .../testsuite/25_algorithms/equal/constrained.cc   |    3 +-
 .../25_algorithms/equal/debug/constexpr_neg.cc     |    3 +-
 .../25_algorithms/equal_range/constexpr.cc         |    3 +-
 .../25_algorithms/equal_range/constrained.cc       |    3 +-
 libstdc++-v3/testsuite/25_algorithms/fill/94017.cc |    3 +-
 .../testsuite/25_algorithms/fill/constexpr.cc      |    3 +-
 .../testsuite/25_algorithms/fill/constrained.cc    |    3 +-
 .../testsuite/25_algorithms/fill_n/94017.cc        |    3 +-
 .../testsuite/25_algorithms/fill_n/constexpr.cc    |    3 +-
 .../testsuite/25_algorithms/fill_n/constrained.cc  |    3 +-
 .../testsuite/25_algorithms/find/constexpr.cc      |    3 +-
 .../testsuite/25_algorithms/find/constrained.cc    |    3 +-
 .../testsuite/25_algorithms/find_end/constexpr.cc  |    3 +-
 .../25_algorithms/find_end/constrained.cc          |    3 +-
 .../25_algorithms/find_first_of/constexpr.cc       |    3 +-
 .../25_algorithms/find_first_of/constrained.cc     |    3 +-
 .../testsuite/25_algorithms/find_if/constexpr.cc   |    3 +-
 .../testsuite/25_algorithms/find_if/constrained.cc |    3 +-
 .../25_algorithms/find_if_not/constexpr.cc         |    3 +-
 .../25_algorithms/find_if_not/constrained.cc       |    3 +-
 .../testsuite/25_algorithms/find_last/1.cc         |    1 -
 .../testsuite/25_algorithms/find_last_if/1.cc      |    1 -
 .../testsuite/25_algorithms/find_last_if_not/1.cc  |    1 -
 .../testsuite/25_algorithms/fold_left/1.cc         |    1 -
 .../testsuite/25_algorithms/fold_right/1.cc        |    1 -
 .../testsuite/25_algorithms/for_each/constexpr.cc  |    3 +-
 .../25_algorithms/for_each/constrained.cc          |    3 +-
 .../testsuite/25_algorithms/generate/constexpr.cc  |    3 +-
 .../25_algorithms/generate/constrained.cc          |    3 +-
 .../25_algorithms/generate_n/constexpr.cc          |    3 +-
 .../25_algorithms/generate_n/constrained.cc        |    3 +-
 .../testsuite/25_algorithms/heap/constrained.cc    |    3 +-
 .../25_algorithms/includes/constrained.cc          |    3 +-
 .../25_algorithms/inplace_merge/constrained.cc     |    3 +-
 libstdc++-v3/testsuite/25_algorithms/iota/1.cc     |    1 -
 .../testsuite/25_algorithms/is_heap/constexpr.cc   |    3 +-
 .../25_algorithms/is_heap_until/constexpr.cc       |    3 +-
 .../25_algorithms/is_partitioned/constexpr.cc      |    3 +-
 .../25_algorithms/is_partitioned/constrained.cc    |    3 +-
 .../25_algorithms/is_permutation/constexpr.cc      |    3 +-
 .../25_algorithms/is_permutation/constrained.cc    |    3 +-
 .../testsuite/25_algorithms/is_sorted/constexpr.cc |    3 +-
 .../25_algorithms/is_sorted/constrained.cc         |    3 +-
 .../25_algorithms/is_sorted_until/constexpr.cc     |    3 +-
 .../25_algorithms/is_sorted_until/constrained.cc   |    3 +-
 .../testsuite/25_algorithms/iter_swap/constexpr.cc |    3 +-
 .../25_algorithms/lexicographical_compare/93972.cc |    3 +-
 .../25_algorithms/lexicographical_compare/95578.cc |    3 +-
 .../lexicographical_compare/constexpr.cc           |    3 +-
 .../lexicographical_compare/constrained.cc         |    3 +-
 .../lexicographical_compare_three_way/1.cc         |    3 +-
 .../lexicographical_compare_three_way/constexpr.cc |    3 +-
 .../25_algorithms/lower_bound/constexpr.cc         |    3 +-
 .../25_algorithms/lower_bound/constrained.cc       |    3 +-
 .../lower_bound/debug/constexpr_partitioned_neg.cc |    3 +-
 .../debug/constexpr_partitioned_pred_neg.cc        |    3 +-
 .../lower_bound/debug/constexpr_valid_range_neg.cc |    3 +-
 .../testsuite/25_algorithms/make_heap/constexpr.cc |    3 +-
 .../testsuite/25_algorithms/max/constrained.cc     |    3 +-
 .../25_algorithms/max_element/constrained.cc       |    3 +-
 .../testsuite/25_algorithms/merge/constexpr.cc     |    3 +-
 .../testsuite/25_algorithms/merge/constrained.cc   |    3 +-
 .../testsuite/25_algorithms/min/constrained.cc     |    3 +-
 .../25_algorithms/min_element/constrained.cc       |    3 +-
 .../testsuite/25_algorithms/minmax/constrained.cc  |    3 +-
 .../25_algorithms/minmax_element/constrained.cc    |    3 +-
 .../testsuite/25_algorithms/mismatch/constexpr.cc  |    3 +-
 .../25_algorithms/mismatch/constrained.cc          |    3 +-
 libstdc++-v3/testsuite/25_algorithms/move/93872.cc |    3 +-
 libstdc++-v3/testsuite/25_algorithms/move/95578.cc |    3 +-
 .../testsuite/25_algorithms/move/constexpr.cc      |    1 -
 .../testsuite/25_algorithms/move/constrained.cc    |    3 +-
 .../testsuite/25_algorithms/move_backward/93872.cc |    3 +-
 .../testsuite/25_algorithms/move_backward/95578.cc |    3 +-
 .../25_algorithms/move_backward/constrained.cc     |    3 +-
 .../25_algorithms/next_permutation/constexpr.cc    |    3 +-
 .../25_algorithms/next_permutation/constrained.cc  |    3 +-
 .../testsuite/25_algorithms/none_of/constexpr.cc   |    3 +-
 .../testsuite/25_algorithms/none_of/constrained.cc |    3 +-
 .../25_algorithms/nth_element/constexpr.cc         |    3 +-
 .../25_algorithms/nth_element/constrained.cc       |    3 +-
 .../25_algorithms/partial_sort/constexpr.cc        |    3 +-
 .../25_algorithms/partial_sort/constrained.cc      |    3 +-
 .../25_algorithms/partial_sort_copy/constexpr.cc   |    3 +-
 .../25_algorithms/partial_sort_copy/constrained.cc |    3 +-
 .../testsuite/25_algorithms/partition/constexpr.cc |    3 +-
 .../25_algorithms/partition/constrained.cc         |    3 +-
 .../25_algorithms/partition_copy/constexpr.cc      |    3 +-
 .../25_algorithms/partition_copy/constrained.cc    |    3 +-
 .../25_algorithms/partition_point/constexpr.cc     |    3 +-
 .../25_algorithms/partition_point/constrained.cc   |    3 +-
 .../testsuite/25_algorithms/pop_heap/constexpr.cc  |    3 +-
 .../25_algorithms/prev_permutation/constexpr.cc    |    3 +-
 .../25_algorithms/prev_permutation/constrained.cc  |    3 +-
 .../testsuite/25_algorithms/push_heap/constexpr.cc |    3 +-
 .../testsuite/25_algorithms/remove/constexpr.cc    |    3 +-
 .../testsuite/25_algorithms/remove/constrained.cc  |    3 +-
 .../25_algorithms/remove_copy/constexpr.cc         |    3 +-
 .../25_algorithms/remove_copy/constrained.cc       |    3 +-
 .../25_algorithms/remove_copy_if/constexpr.cc      |    3 +-
 .../25_algorithms/remove_copy_if/constrained.cc    |    3 +-
 .../testsuite/25_algorithms/remove_if/constexpr.cc |    3 +-
 .../25_algorithms/remove_if/constrained.cc         |    3 +-
 .../testsuite/25_algorithms/replace/constrained.cc |    3 +-
 .../25_algorithms/replace_copy/constexpr.cc        |    3 +-
 .../25_algorithms/replace_copy/constrained.cc      |    3 +-
 .../25_algorithms/replace_copy_if/constexpr.cc     |    3 +-
 .../25_algorithms/replace_copy_if/constrained.cc   |    3 +-
 .../25_algorithms/replace_if/constexpr.cc          |    3 +-
 .../25_algorithms/replace_if/constrained.cc        |    3 +-
 .../testsuite/25_algorithms/reverse/constexpr.cc   |    3 +-
 .../testsuite/25_algorithms/reverse/constrained.cc |    3 +-
 .../25_algorithms/reverse_copy/constexpr.cc        |    3 +-
 .../25_algorithms/reverse_copy/constrained.cc      |    3 +-
 .../testsuite/25_algorithms/rotate/constexpr.cc    |    3 +-
 .../testsuite/25_algorithms/rotate/constrained.cc  |    3 +-
 .../25_algorithms/rotate_copy/constexpr.cc         |    3 +-
 .../25_algorithms/rotate_copy/constrained.cc       |    3 +-
 .../testsuite/25_algorithms/sample/constrained.cc  |    3 +-
 .../testsuite/25_algorithms/search/constexpr.cc    |    3 +-
 .../testsuite/25_algorithms/search/constrained.cc  |    3 +-
 .../testsuite/25_algorithms/search_n/97828.cc      |    3 +-
 .../testsuite/25_algorithms/search_n/constexpr.cc  |    3 +-
 .../25_algorithms/search_n/constrained.cc          |    3 +-
 .../25_algorithms/set_difference/constexpr.cc      |    3 +-
 .../25_algorithms/set_difference/constrained.cc    |    3 +-
 .../25_algorithms/set_intersection/constexpr.cc    |    3 +-
 .../25_algorithms/set_intersection/constrained.cc  |    3 +-
 .../set_symmetric_difference/constexpr.cc          |    3 +-
 .../set_symmetric_difference/constrained.cc        |    3 +-
 .../testsuite/25_algorithms/set_union/constexpr.cc |    3 +-
 .../25_algorithms/set_union/constrained.cc         |    3 +-
 .../testsuite/25_algorithms/shift_left/1.cc        |    3 +-
 .../testsuite/25_algorithms/shift_right/1.cc       |    3 +-
 .../testsuite/25_algorithms/shuffle/constrained.cc |    3 +-
 .../testsuite/25_algorithms/sort/constexpr.cc      |    3 +-
 .../testsuite/25_algorithms/sort/constrained.cc    |    3 +-
 .../testsuite/25_algorithms/sort_heap/constexpr.cc |    3 +-
 .../25_algorithms/stable_partition/constrained.cc  |    3 +-
 .../25_algorithms/stable_sort/constrained.cc       |    3 +-
 .../testsuite/25_algorithms/swap/constexpr.cc      |    3 +-
 .../25_algorithms/swap_ranges/constexpr.cc         |    3 +-
 .../25_algorithms/swap_ranges/constrained.cc       |    3 +-
 .../testsuite/25_algorithms/transform/constexpr.cc |    3 +-
 .../25_algorithms/transform/constrained.cc         |    3 +-
 .../testsuite/25_algorithms/unique/constexpr.cc    |    3 +-
 .../testsuite/25_algorithms/unique/constrained.cc  |    3 +-
 .../25_algorithms/unique_copy/constexpr.cc         |    3 +-
 .../25_algorithms/unique_copy/constrained.cc       |    3 +-
 .../25_algorithms/upper_bound/constexpr.cc         |    3 +-
 .../25_algorithms/upper_bound/constrained.cc       |    3 +-
 .../upper_bound/debug/constexpr_partitioned_neg.cc |    3 +-
 .../debug/constexpr_partitioned_pred_neg.cc        |    3 +-
 .../upper_bound/debug/constexpr_valid_range_neg.cc |    3 +-
 .../testsuite/26_numerics/accumulate/constexpr.cc  |    3 +-
 .../testsuite/26_numerics/accumulate/lwg2055.cc    |    3 +-
 .../26_numerics/adjacent_difference/constexpr.cc   |    3 +-
 .../26_numerics/adjacent_difference/lwg2055.cc     |    3 +-
 .../26_numerics/bit/bit.byteswap/byteswap.cc       |    1 -
 .../26_numerics/bit/bit.byteswap/version.cc        |    1 -
 .../testsuite/26_numerics/bit/bit.cast/105027.cc   |    1 -
 .../testsuite/26_numerics/bit/bit.cast/bit_cast.cc |    3 +-
 .../testsuite/26_numerics/bit/bit.cast/version.cc  |    3 +-
 .../26_numerics/bit/bit.count/countl_one.cc        |    3 +-
 .../26_numerics/bit/bit.count/countl_zero.cc       |    3 +-
 .../26_numerics/bit/bit.count/countr_one.cc        |    3 +-
 .../26_numerics/bit/bit.count/countr_zero.cc       |    3 +-
 .../26_numerics/bit/bit.count/popcount.cc          |    3 +-
 .../26_numerics/bit/bit.pow.two/bit_ceil.cc        |    3 +-
 .../26_numerics/bit/bit.pow.two/bit_ceil_neg.cc    |    4 +-
 .../26_numerics/bit/bit.pow.two/bit_floor.cc       |    3 +-
 .../26_numerics/bit/bit.pow.two/bit_width.cc       |    3 +-
 .../26_numerics/bit/bit.pow.two/has_single_bit.cc  |    3 +-
 .../26_numerics/bit/bit.pow.two/lwg3656.cc         |    1 -
 .../testsuite/26_numerics/bit/bit.rotate/rotl.cc   |    3 +-
 .../testsuite/26_numerics/bit/bit.rotate/rotr.cc   |    3 +-
 libstdc++-v3/testsuite/26_numerics/bit/header-2.cc |    3 +-
 libstdc++-v3/testsuite/26_numerics/bit/header.cc   |    3 +-
 libstdc++-v3/testsuite/26_numerics/complex/1.cc    |    3 +-
 libstdc++-v3/testsuite/26_numerics/complex/2.cc    |    3 +-
 .../complex/comparison_operators/more_constexpr.cc |    3 +-
 .../testsuite/26_numerics/complex/ext_c++23.cc     |    1 -
 .../complex/operators/more_constexpr.cc            |    3 +-
 .../complex/requirements/more_constexpr.cc         |    3 +-
 .../complex/value_operations/more_constexpr.cc     |    3 +-
 libstdc++-v3/testsuite/26_numerics/endian/1.cc     |    3 +-
 libstdc++-v3/testsuite/26_numerics/endian/2.cc     |    3 +-
 libstdc++-v3/testsuite/26_numerics/endian/3.cc     |    3 +-
 .../26_numerics/exclusive_scan/constexpr.cc        |    3 +-
 .../cmath/c99_classification_macros_c++23.cc       |    1 -
 .../headers/cmath/constexpr_std_c++23.cc           |    1 -
 .../headers/cmath/functions_std_c++23.cc           |    1 -
 .../26_numerics/headers/cmath/nextafter_c++23.cc   |    1 -
 .../26_numerics/inclusive_scan/constexpr.cc        |    3 +-
 .../26_numerics/inner_product/constexpr.cc         |    3 +-
 .../testsuite/26_numerics/inner_product/lwg2055.cc |    3 +-
 .../testsuite/26_numerics/iota/constexpr.cc        |    3 +-
 libstdc++-v3/testsuite/26_numerics/lerp/1.cc       |    3 +-
 .../testsuite/26_numerics/lerp/constexpr.cc        |    3 +-
 libstdc++-v3/testsuite/26_numerics/lerp/version.cc |    3 +-
 .../testsuite/26_numerics/midpoint/floating.cc     |    3 +-
 .../testsuite/26_numerics/midpoint/integral.cc     |    3 +-
 .../testsuite/26_numerics/midpoint/pointer.cc      |    3 +-
 .../testsuite/26_numerics/midpoint/pointer_neg.cc  |    3 +-
 .../testsuite/26_numerics/midpoint/version.cc      |    3 +-
 libstdc++-v3/testsuite/26_numerics/numbers/1.cc    |    3 +-
 libstdc++-v3/testsuite/26_numerics/numbers/2.cc    |    3 +-
 libstdc++-v3/testsuite/26_numerics/numbers/3.cc    |    3 +-
 libstdc++-v3/testsuite/26_numerics/numbers/4.cc    |    1 -
 .../testsuite/26_numerics/numbers/float128.cc      |    3 +-
 .../testsuite/26_numerics/numbers/nonfloat_neg.cc  |    3 +-
 .../testsuite/26_numerics/partial_sum/constexpr.cc |    3 +-
 .../testsuite/26_numerics/partial_sum/lwg2055.cc   |    3 +-
 .../testsuite/26_numerics/random/concept.cc        |    3 +-
 .../testsuite/26_numerics/reduce/constexpr.cc      |    3 +-
 .../testsuite/26_numerics/slice/compare.cc         |    3 +-
 .../transform_exclusive_scan/constexpr.cc          |    3 +-
 .../transform_inclusive_scan/constexpr.cc          |    3 +-
 .../26_numerics/transform_reduce/constexpr.cc      |    3 +-
 .../27_io/basic_filebuf/native_handle/char/1.cc    |   61 +
 .../27_io/basic_filebuf/native_handle/version.cc   |   10 +
 .../27_io/basic_filebuf/native_handle/wchar_t/1.cc |   55 +
 .../27_io/basic_filebuf/seekoff/char/1-io.cc       |    4 +-
 .../27_io/basic_filebuf/seekoff/char/2-io.cc       |    4 +-
 .../27_io/basic_filebuf/seekpos/char/1-io.cc       |    4 +-
 .../27_io/basic_filebuf/seekpos/char/2-io.cc       |    4 +-
 .../27_io/basic_fstream/native_handle/char/1.cc    |   21 +
 .../27_io/basic_fstream/native_handle/wchar_t/1.cc |   21 +
 .../27_io/basic_ifstream/native_handle/char/1.cc   |   21 +
 .../basic_ifstream/native_handle/wchar_t/1.cc      |   21 +
 .../extractors_character/char/lwg2499.cc           |    3 +-
 .../extractors_character/char/lwg2499_neg.cc       |    3 +-
 .../extractors_character/wchar_t/lwg2499.cc        |    3 +-
 .../extractors_character/wchar_t/lwg2499_neg.cc    |    3 +-
 .../27_io/basic_istringstream/cons/char/1.cc       |    3 +-
 .../27_io/basic_istringstream/cons/wchar_t/1.cc    |    3 +-
 .../27_io/basic_istringstream/str/char/2.cc        |    3 +-
 .../27_io/basic_istringstream/str/wchar_t/2.cc     |    3 +-
 .../27_io/basic_istringstream/view/char/1.cc       |    3 +-
 .../27_io/basic_istringstream/view/wchar_t/1.cc    |    3 +-
 .../27_io/basic_ofstream/native_handle/char/1.cc   |   21 +
 .../basic_ofstream/native_handle/wchar_t/1.cc      |   21 +
 .../testsuite/27_io/basic_ostream/emit/1.cc        |    3 +-
 .../inserters_character/char/deleted.cc            |    3 +-
 .../inserters_character/wchar_t/deleted.cc         |    3 +-
 .../inserters_other/char/volatile_ptr.cc           |    2 +-
 .../27_io/basic_ostringstream/cons/char/1.cc       |    3 +-
 .../27_io/basic_ostringstream/cons/wchar_t/1.cc    |    3 +-
 .../27_io/basic_ostringstream/str/char/3.cc        |    3 +-
 .../27_io/basic_ostringstream/str/wchar_t/3.cc     |    3 +-
 .../27_io/basic_ostringstream/view/char/1.cc       |    3 +-
 .../27_io/basic_ostringstream/view/wchar_t/1.cc    |    3 +-
 .../testsuite/27_io/basic_stringbuf/cons/char/2.cc |    3 +-
 .../27_io/basic_stringbuf/cons/wchar_t/2.cc        |    3 +-
 .../testsuite/27_io/basic_stringbuf/str/char/4.cc  |    3 +-
 .../27_io/basic_stringbuf/str/wchar_t/4.cc         |    3 +-
 .../testsuite/27_io/basic_stringbuf/view/char/1.cc |    3 +-
 .../27_io/basic_stringbuf/view/wchar_t/1.cc        |    3 +-
 .../27_io/basic_stringstream/cons/char/1.cc        |    3 +-
 .../27_io/basic_stringstream/cons/char/97719.cc    |    3 +-
 .../27_io/basic_stringstream/cons/wchar_t/1.cc     |    3 +-
 .../27_io/basic_stringstream/str/char/5.cc         |    3 +-
 .../27_io/basic_stringstream/str/wchar_t/5.cc.cc   |    3 +-
 .../27_io/basic_stringstream/view/char/1.cc        |    3 +-
 .../27_io/basic_stringstream/view/wchar_t/1.cc     |    3 +-
 libstdc++-v3/testsuite/27_io/basic_syncbuf/1.cc    |    3 +-
 libstdc++-v3/testsuite/27_io/basic_syncbuf/2.cc    |    3 +-
 .../testsuite/27_io/basic_syncbuf/basic_ops/1.cc   |    3 +-
 .../27_io/basic_syncbuf/requirements/types.cc      |    3 +-
 .../testsuite/27_io/basic_syncbuf/sync_ops/1.cc    |    3 +-
 libstdc++-v3/testsuite/27_io/basic_syncstream/1.cc |    3 +-
 libstdc++-v3/testsuite/27_io/basic_syncstream/2.cc |    3 +-
 .../27_io/basic_syncstream/basic_ops/1.cc          |    3 +-
 .../27_io/basic_syncstream/requirements/types.cc   |    3 +-
 .../testsuite/27_io/filesystem/iterators/106201.cc |    1 -
 .../27_io/filesystem/iterators/lwg3719.cc          |    1 -
 .../27_io/filesystem/path/factory/u8path-depr.cc   |    1 -
 .../27_io/filesystem/path/native/conv_c++23.cc     |    1 -
 .../27_io/filesystem/path/nonmember/cmp_c++20.cc   |    3 +-
 libstdc++-v3/testsuite/27_io/spanstream/1.cc       |    1 -
 libstdc++-v3/testsuite/27_io/spanstream/2.cc       |    1 -
 libstdc++-v3/testsuite/27_io/spanstream/version.cc |    1 -
 .../28_regex/iterators/regex_iterator/lwg3719.cc   |    1 -
 .../iterators/regex_token_iterator/lwg3719.cc      |    1 -
 .../testsuite/28_regex/sub_match/compare_c++20.cc  |    3 +-
 .../29_atomics/atomic/compare_exchange_padding.cc  |    2 +-
 .../testsuite/29_atomics/atomic/cons/value_init.cc |    4 +-
 .../29_atomics/atomic/lock_free_aliases.cc         |    1 -
 .../29_atomics/atomic/requirements/types_neg.cc    |    3 +-
 .../testsuite/29_atomics/atomic/wait_notify/1.cc   |    3 +-
 .../29_atomics/atomic/wait_notify/100334.cc        |    3 +-
 .../29_atomics/atomic/wait_notify/102994.cc        |    1 -
 .../testsuite/29_atomics/atomic/wait_notify/2.cc   |    3 +-
 .../29_atomics/atomic/wait_notify/bool.cc          |    3 +-
 .../29_atomics/atomic/wait_notify/generic.cc       |    3 +-
 .../29_atomics/atomic/wait_notify/pointers.cc      |    3 +-
 .../29_atomics/atomic_flag/cons/value_init.cc      |    3 +-
 .../29_atomics/atomic_flag/test/explicit.cc        |    3 +-
 .../29_atomics/atomic_flag/test/implicit.cc        |    3 +-
 .../29_atomics/atomic_flag/wait_notify/1.cc        |    3 +-
 .../testsuite/29_atomics/atomic_float/1.cc         |    3 +-
 .../testsuite/29_atomics/atomic_float/95282.cc     |    3 +-
 .../29_atomics/atomic_float/requirements.cc        |    3 +-
 .../29_atomics/atomic_float/requirements_cxx23.cc  |    1 -
 .../29_atomics/atomic_float/value_init.cc          |    4 +-
 .../29_atomics/atomic_float/wait_notify.cc         |    3 +-
 .../29_atomics/atomic_integral/cons/value_init.cc  |    4 +-
 .../29_atomics/atomic_integral/wait_notify.cc      |    3 +-
 .../atomic_ref/compare_exchange_padding.cc         |    2 +-
 .../testsuite/29_atomics/atomic_ref/deduction.cc   |    3 +-
 .../testsuite/29_atomics/atomic_ref/float.cc       |    3 +-
 .../testsuite/29_atomics/atomic_ref/generic.cc     |    4 +-
 .../testsuite/29_atomics/atomic_ref/integral.cc    |    4 +-
 .../testsuite/29_atomics/atomic_ref/pointer.cc     |    4 +-
 .../29_atomics/atomic_ref/requirements.cc          |    3 +-
 .../testsuite/29_atomics/atomic_ref/wait_notify.cc |    5 +-
 .../29_atomics/headers/atomic/types_std_c++20.cc   |    3 +-
 .../headers/atomic/types_std_c++20_neg.cc          |    3 +-
 .../29_atomics/headers/atomic/types_std_c++2a.cc   |    3 +-
 .../headers/atomic/types_std_c++2a_neg.cc          |    8 +-
 .../29_atomics/headers/stdatomic.h/c_compat.cc     |    1 -
 .../29_atomics/headers/stdatomic.h/version.cc      |    1 -
 libstdc++-v3/testsuite/30_threads/barrier/1.cc     |    3 +-
 libstdc++-v3/testsuite/30_threads/barrier/2.cc     |    3 +-
 .../testsuite/30_threads/barrier/arrive.cc         |    3 +-
 .../30_threads/barrier/arrive_and_drop.cc          |    3 +-
 .../30_threads/barrier/arrive_and_wait.cc          |    3 +-
 .../testsuite/30_threads/barrier/completion.cc     |    3 +-
 .../condition_variable/members/clock_neg.cc        |    3 +-
 .../condition_variable_any/members/clock_neg.cc    |    3 +-
 .../condition_variable_any/stop_token/1.cc         |    3 +-
 .../condition_variable_any/stop_token/2.cc         |    3 +-
 .../condition_variable_any/stop_token/wait_on.cc   |    6 +-
 .../30_threads/future/members/clock_neg.cc         |    3 +-
 .../30_threads/headers/stop_token/synopsis.cc      |    3 +-
 .../30_threads/headers/thread/types_std_c++20.cc   |    3 +-
 libstdc++-v3/testsuite/30_threads/jthread/1.cc     |    3 +-
 .../testsuite/30_threads/jthread/100612.cc         |    1 -
 libstdc++-v3/testsuite/30_threads/jthread/3.cc     |    5 +-
 libstdc++-v3/testsuite/30_threads/jthread/95989.cc |    3 +-
 .../testsuite/30_threads/jthread/jthread.cc        |    3 +-
 .../testsuite/30_threads/jthread/version.cc        |    3 +-
 libstdc++-v3/testsuite/30_threads/latch/1.cc       |    3 +-
 libstdc++-v3/testsuite/30_threads/latch/2.cc       |    3 +-
 libstdc++-v3/testsuite/30_threads/latch/3.cc       |    3 +-
 .../packaged_task/cons/deduction_c++23.cc          |    1 -
 .../try_lock_until/clock_neg.cc                    |    3 +-
 libstdc++-v3/testsuite/30_threads/semaphore/1.cc   |    3 +-
 .../testsuite/30_threads/semaphore/100806.cc       |    5 +-
 libstdc++-v3/testsuite/30_threads/semaphore/2.cc   |    3 +-
 .../30_threads/semaphore/least_max_value_neg.cc    |    3 +-
 .../testsuite/30_threads/semaphore/try_acquire.cc  |    5 +-
 .../30_threads/semaphore/try_acquire_for.cc        |    5 +-
 .../30_threads/semaphore/try_acquire_posix.cc      |    5 +-
 .../30_threads/semaphore/try_acquire_until.cc      |    3 +-
 .../30_threads/shared_future/members/clock_neg.cc  |    3 +-
 .../30_threads/shared_lock/locking/clock_neg.cc    |    3 +-
 .../shared_timed_mutex/try_lock_until/clock_neg.cc |    3 +-
 libstdc++-v3/testsuite/30_threads/stop_token/1.cc  |    3 +-
 libstdc++-v3/testsuite/30_threads/stop_token/2.cc  |    3 +-
 .../30_threads/stop_token/stop_callback.cc         |    3 +-
 .../stop_token/stop_callback/deadlock-mt.cc        |    5 +-
 .../stop_token/stop_callback/deadlock.cc           |    3 +-
 .../30_threads/stop_token/stop_callback/destroy.cc |    5 +-
 .../stop_token/stop_callback/destructible_neg.cc   |    3 +-
 .../stop_token/stop_callback/invocable_neg.cc      |    3 +-
 .../30_threads/stop_token/stop_callback/invoke.cc  |    3 +-
 .../testsuite/30_threads/stop_token/stop_source.cc |    3 +-
 .../30_threads/stop_token/stop_source/assign.cc    |    3 +-
 .../testsuite/30_threads/stop_token/stop_token.cc  |    3 +-
 .../stop_token/stop_token/stop_possible.cc         |    3 +-
 .../30_threads/thread/id/operators_c++20.cc        |    3 +-
 .../timed_mutex/try_lock_until/clock_neg.cc        |    3 +-
 .../30_threads/unique_lock/locking/clock_neg.cc    |    3 +-
 libstdc++-v3/testsuite/Makefile.am                 |    1 +
 libstdc++-v3/testsuite/Makefile.in                 |    1 +
 .../experimental/filesystem/iterators/106201.cc    |    1 -
 .../filesystem/path/native/conv_c++23.cc           |    1 -
 .../testsuite/experimental/scopeguard/exit.cc      |    1 -
 .../testsuite/experimental/scopeguard/uniqueres.cc |    1 -
 libstdc++-v3/testsuite/lib/dg-options.exp          |   15 +
 libstdc++-v3/testsuite/lib/libstdc++.exp           |  116 +-
 .../testsuite/libstdc++-dg/conformance.exp         |    4 +-
 libstdc++-v3/testsuite/std/concepts/1.cc           |    3 +-
 libstdc++-v3/testsuite/std/concepts/2.cc           |    3 +-
 .../std/concepts/concepts.callable/invocable.cc    |    3 +-
 .../concepts.callable/regular_invocable.cc         |    3 +-
 .../std/concepts/concepts.callable/relation.cc     |    3 +-
 .../concepts/concepts.callable/strictweakorder.cc  |    3 +-
 .../concept.arithmetic/floating_point.cc           |    3 +-
 .../concepts.lang/concept.arithmetic/integral.cc   |    3 +-
 .../concept.arithmetic/signed_integral.cc          |    3 +-
 .../concept.arithmetic/unsigned_integral.cc        |    3 +-
 .../concepts/concepts.lang/concept.assignable/1.cc |    3 +-
 .../std/concepts/concepts.lang/concept.common/1.cc |    3 +-
 .../concepts/concepts.lang/concept.commonref/1.cc  |    3 +-
 .../concepts.lang/concept.constructible/1.cc       |    3 +-
 .../concepts.lang/concept.convertible/1.cc         |    3 +-
 .../concepts.lang/concept.copyconstructible/1.cc   |    3 +-
 .../concept.defaultinitializable/1.cc              |    3 +-
 .../concept.defaultinitializable/lwg3149.cc        |    3 +-
 .../concepts/concepts.lang/concept.derived/1.cc    |    3 +-
 .../concepts.lang/concept.destructible/1.cc        |    3 +-
 .../concepts.lang/concept.moveconstructible/1.cc   |    3 +-
 .../std/concepts/concepts.lang/concept.same/1.cc   |    3 +-
 .../concepts.lang/concept.swappable/swap.cc        |    3 +-
 .../concepts.lang/concept.swappable/swappable.cc   |    3 +-
 .../concept.swappable/swappable_with.cc            |    3 +-
 .../std/concepts/concepts.object/copyable.cc       |    3 +-
 .../std/concepts/concepts.object/movable.cc        |    3 +-
 .../std/concepts/concepts.object/regular.cc        |    3 +-
 .../std/concepts/concepts.object/semiregular.cc    |    3 +-
 .../testsuite/std/format/arguments/args.cc         |    1 -
 .../testsuite/std/format/arguments/lwg3810.cc      |    1 -
 libstdc++-v3/testsuite/std/format/error.cc         |    1 -
 libstdc++-v3/testsuite/std/format/format_string.cc |    1 -
 .../testsuite/std/format/formatter/concept.cc      |    1 -
 .../testsuite/std/format/formatter/ext_float.cc    |    1 -
 .../testsuite/std/format/formatter/requirements.cc |    1 -
 .../testsuite/std/format/functions/107871.cc       |    1 -
 .../testsuite/std/format/functions/format.cc       |    1 -
 .../testsuite/std/format/functions/format_c++23.cc |    5 -
 .../testsuite/std/format/functions/format_to.cc    |    1 -
 .../testsuite/std/format/functions/format_to_n.cc  |    1 -
 .../testsuite/std/format/functions/size.cc         |    1 -
 .../testsuite/std/format/functions/vformat_to.cc   |    1 -
 libstdc++-v3/testsuite/std/format/parse_ctx.cc     |    1 -
 libstdc++-v3/testsuite/std/format/string.cc        |    1 -
 libstdc++-v3/testsuite/std/format/string_neg.cc    |    1 -
 libstdc++-v3/testsuite/std/ranges/97600.cc         |    3 +-
 libstdc++-v3/testsuite/std/ranges/access/101782.cc |    2 +-
 libstdc++-v3/testsuite/std/ranges/access/begin.cc  |    3 +-
 .../testsuite/std/ranges/access/begin_neg.cc       |    3 +-
 libstdc++-v3/testsuite/std/ranges/access/cbegin.cc |    3 +-
 libstdc++-v3/testsuite/std/ranges/access/cdata.cc  |    3 +-
 libstdc++-v3/testsuite/std/ranges/access/cend.cc   |    3 +-
 .../testsuite/std/ranges/access/crbegin.cc         |    3 +-
 libstdc++-v3/testsuite/std/ranges/access/crend.cc  |    3 +-
 libstdc++-v3/testsuite/std/ranges/access/data.cc   |    3 +-
 libstdc++-v3/testsuite/std/ranges/access/empty.cc  |    3 +-
 libstdc++-v3/testsuite/std/ranges/access/end.cc    |    3 +-
 .../testsuite/std/ranges/access/end_neg.cc         |    3 +-
 .../testsuite/std/ranges/access/lwg3467.cc         |    3 +-
 libstdc++-v3/testsuite/std/ranges/access/p2602.cc  |    1 -
 libstdc++-v3/testsuite/std/ranges/access/rbegin.cc |    3 +-
 libstdc++-v3/testsuite/std/ranges/access/rend.cc   |    3 +-
 libstdc++-v3/testsuite/std/ranges/access/size.cc   |    3 +-
 .../testsuite/std/ranges/access/size_neg.cc        |    3 +-
 libstdc++-v3/testsuite/std/ranges/access/ssize.cc  |    3 +-
 .../testsuite/std/ranges/adaptors/100479.cc        |    3 +-
 .../testsuite/std/ranges/adaptors/100577.cc        |    3 +-
 .../testsuite/std/ranges/adaptors/93978.cc         |    3 +-
 .../testsuite/std/ranges/adaptors/95322.cc         |    3 +-
 .../testsuite/std/ranges/adaptors/99433.cc         |    3 +-
 .../testsuite/std/ranges/adaptors/adjacent/1.cc    |    1 -
 .../std/ranges/adaptors/adjacent_transform/1.cc    |    1 -
 libstdc++-v3/testsuite/std/ranges/adaptors/all.cc  |    3 +-
 .../testsuite/std/ranges/adaptors/as_const/1.cc    |    1 -
 .../testsuite/std/ranges/adaptors/as_rvalue/1.cc   |    1 -
 .../testsuite/std/ranges/adaptors/chunk/1.cc       |    1 -
 .../testsuite/std/ranges/adaptors/chunk_by/1.cc    |    1 -
 .../testsuite/std/ranges/adaptors/common.cc        |    3 +-
 .../std/ranges/adaptors/conditionally_borrowed.cc  |    3 +-
 .../testsuite/std/ranges/adaptors/counted.cc       |    3 +-
 .../std/ranges/adaptors/detail/copyable_box.cc     |    3 +-
 libstdc++-v3/testsuite/std/ranges/adaptors/drop.cc |    3 +-
 .../testsuite/std/ranges/adaptors/drop_while.cc    |    3 +-
 .../testsuite/std/ranges/adaptors/elements.cc      |    3 +-
 .../testsuite/std/ranges/adaptors/enumerate/1.cc   |    1 -
 .../testsuite/std/ranges/adaptors/filter.cc        |    3 +-
 libstdc++-v3/testsuite/std/ranges/adaptors/join.cc |    3 +-
 .../testsuite/std/ranges/adaptors/join_with/1.cc   |    1 -
 .../testsuite/std/ranges/adaptors/lazy_split.cc    |    3 +-
 .../std/ranges/adaptors/lazy_split_neg.cc          |    3 +-
 .../testsuite/std/ranges/adaptors/lwg3286.cc       |    3 +-
 .../testsuite/std/ranges/adaptors/lwg3313_neg.cc   |    3 +-
 .../testsuite/std/ranges/adaptors/lwg3325_neg.cc   |    3 +-
 .../testsuite/std/ranges/adaptors/lwg3406.cc       |    3 +-
 .../testsuite/std/ranges/adaptors/lwg3715.cc       |    1 -
 .../testsuite/std/ranges/adaptors/p1739.cc         |    1 -
 .../testsuite/std/ranges/adaptors/p2281.cc         |    3 +-
 .../testsuite/std/ranges/adaptors/p2770r0.cc       |    1 -
 .../testsuite/std/ranges/adaptors/reverse.cc       |    3 +-
 .../testsuite/std/ranges/adaptors/sizeof.cc        |    3 +-
 .../testsuite/std/ranges/adaptors/slide/1.cc       |    1 -
 .../testsuite/std/ranges/adaptors/split.cc         |    3 +-
 .../testsuite/std/ranges/adaptors/stride/1.cc      |    1 -
 libstdc++-v3/testsuite/std/ranges/adaptors/take.cc |    3 +-
 .../testsuite/std/ranges/adaptors/take_while.cc    |    3 +-
 .../testsuite/std/ranges/adaptors/transform.cc     |    3 +-
 .../testsuite/std/ranges/cartesian_product/1.cc    |    1 -
 libstdc++-v3/testsuite/std/ranges/empty_view.cc    |    3 +-
 .../std/ranges/headers/ranges/synopsis.cc          |    3 +-
 libstdc++-v3/testsuite/std/ranges/iota/93267.cc    |    4 +-
 libstdc++-v3/testsuite/std/ranges/iota/96042.cc    |    4 +-
 .../testsuite/std/ranges/iota/difference_type.cc   |    3 +-
 .../testsuite/std/ranges/iota/iota_view.cc         |    3 +-
 libstdc++-v3/testsuite/std/ranges/iota/iterator.cc |    3 +-
 .../testsuite/std/ranges/iota/lwg3292_neg.cc       |    3 +-
 .../testsuite/std/ranges/iota/max_size_type.cc     |    3 +-
 libstdc++-v3/testsuite/std/ranges/iota/size.cc     |    2 +-
 libstdc++-v3/testsuite/std/ranges/istream_view.cc  |    3 +-
 libstdc++-v3/testsuite/std/ranges/p2259.cc         |    3 +-
 libstdc++-v3/testsuite/std/ranges/p2325.cc         |    1 -
 libstdc++-v3/testsuite/std/ranges/p2367.cc         |    3 +-
 libstdc++-v3/testsuite/std/ranges/range.cc         |    3 +-
 .../testsuite/std/ranges/range_adaptor_closure.cc  |    1 -
 libstdc++-v3/testsuite/std/ranges/refinements.cc   |    3 +-
 libstdc++-v3/testsuite/std/ranges/repeat/1.cc      |    1 -
 libstdc++-v3/testsuite/std/ranges/safe_range.cc    |    3 +-
 .../testsuite/std/ranges/safe_range_types.cc       |    3 +-
 libstdc++-v3/testsuite/std/ranges/single_view.cc   |    3 +-
 libstdc++-v3/testsuite/std/ranges/sized.cc         |    3 +-
 libstdc++-v3/testsuite/std/ranges/subrange/1.cc    |    1 -
 .../testsuite/std/ranges/subrange/96042.cc         |    4 +-
 .../testsuite/std/ranges/subrange/97512.cc         |    3 +-
 .../testsuite/std/ranges/subrange/constexpr.cc     |    1 -
 .../testsuite/std/ranges/subrange/lwg3282_neg.cc   |    7 +-
 .../testsuite/std/ranges/subrange/lwg3286.cc       |    3 +-
 .../testsuite/std/ranges/subrange/lwg3433.cc       |    3 +-
 .../testsuite/std/ranges/subrange/sizeof.cc        |    3 +-
 .../testsuite/std/ranges/subrange/tuple_like.cc    |    3 +-
 libstdc++-v3/testsuite/std/ranges/version_c++23.cc |    1 -
 libstdc++-v3/testsuite/std/ranges/view.cc          |    3 +-
 libstdc++-v3/testsuite/std/ranges/zip/1.cc         |    1 -
 .../testsuite/std/ranges/zip_transform/1.cc        |    1 -
 libstdc++-v3/testsuite/std/time/clock/file/io.cc   |    1 -
 .../testsuite/std/time/clock/file/members.cc       |    3 +-
 .../testsuite/std/time/clock/file/overview.cc      |    3 +-
 libstdc++-v3/testsuite/std/time/clock/gps/1.cc     |    1 -
 libstdc++-v3/testsuite/std/time/clock/gps/io.cc    |    1 -
 libstdc++-v3/testsuite/std/time/clock/local/io.cc  |    1 -
 libstdc++-v3/testsuite/std/time/clock/system/io.cc |    1 -
 libstdc++-v3/testsuite/std/time/clock/tai/1.cc     |    1 -
 libstdc++-v3/testsuite/std/time/clock/tai/io.cc    |    1 -
 libstdc++-v3/testsuite/std/time/clock/utc/1.cc     |    1 -
 libstdc++-v3/testsuite/std/time/clock/utc/io.cc    |    1 -
 .../std/time/clock/utc/leap_second_info.cc         |    1 -
 libstdc++-v3/testsuite/std/time/day/1.cc           |    3 +-
 libstdc++-v3/testsuite/std/time/day/io.cc          |    1 -
 libstdc++-v3/testsuite/std/time/exceptions.cc      |    1 -
 libstdc++-v3/testsuite/std/time/format.cc          |    1 -
 libstdc++-v3/testsuite/std/time/hh_mm_ss/1.cc      |    3 +-
 libstdc++-v3/testsuite/std/time/hh_mm_ss/109772.cc |    1 -
 libstdc++-v3/testsuite/std/time/hh_mm_ss/io.cc     |    1 -
 libstdc++-v3/testsuite/std/time/is_am/1.cc         |    3 +-
 libstdc++-v3/testsuite/std/time/is_pm/1.cc         |    3 +-
 libstdc++-v3/testsuite/std/time/make12/1.cc        |    3 +-
 libstdc++-v3/testsuite/std/time/make24/1.cc        |    3 +-
 libstdc++-v3/testsuite/std/time/month/1.cc         |    3 +-
 libstdc++-v3/testsuite/std/time/month/io.cc        |    1 -
 libstdc++-v3/testsuite/std/time/month_day/1.cc     |    3 +-
 libstdc++-v3/testsuite/std/time/month_day/io.cc    |    1 -
 .../testsuite/std/time/month_day_last/1.cc         |    3 +-
 .../testsuite/std/time/month_day_last/io.cc        |    1 -
 libstdc++-v3/testsuite/std/time/month_weekday/1.cc |    3 +-
 .../testsuite/std/time/month_weekday/io.cc         |    1 -
 .../testsuite/std/time/month_weekday_last/1.cc     |    3 +-
 .../testsuite/std/time/month_weekday_last/io.cc    |    1 -
 libstdc++-v3/testsuite/std/time/parse.cc           |    1 -
 libstdc++-v3/testsuite/std/time/syn_c++20.cc       |    3 +-
 .../testsuite/std/time/time_zone/get_info_local.cc |    1 -
 .../testsuite/std/time/time_zone/get_info_sys.cc   |    1 -
 .../testsuite/std/time/time_zone/requirements.cc   |    1 -
 libstdc++-v3/testsuite/std/time/traits/is_clock.cc |    3 +-
 libstdc++-v3/testsuite/std/time/tzdb/1.cc          |    1 -
 .../testsuite/std/time/tzdb/leap_seconds.cc        |    1 -
 libstdc++-v3/testsuite/std/time/tzdb_list/1.cc     |    1 -
 .../testsuite/std/time/tzdb_list/requirements.cc   |    1 -
 libstdc++-v3/testsuite/std/time/weekday/1.cc       |    3 +-
 libstdc++-v3/testsuite/std/time/weekday/io.cc      |    1 -
 .../testsuite/std/time/weekday_indexed/1.cc        |    3 +-
 .../testsuite/std/time/weekday_indexed/io.cc       |    1 -
 libstdc++-v3/testsuite/std/time/weekday_last/1.cc  |    3 +-
 libstdc++-v3/testsuite/std/time/weekday_last/io.cc |    1 -
 libstdc++-v3/testsuite/std/time/year/1.cc          |    3 +-
 libstdc++-v3/testsuite/std/time/year/2.cc          |    3 +-
 libstdc++-v3/testsuite/std/time/year/io.cc         |    1 -
 libstdc++-v3/testsuite/std/time/year_month/1.cc    |    3 +-
 libstdc++-v3/testsuite/std/time/year_month/2.cc    |    3 +-
 libstdc++-v3/testsuite/std/time/year_month/io.cc   |    1 -
 .../testsuite/std/time/year_month_day/1.cc         |    3 +-
 .../testsuite/std/time/year_month_day/2.cc         |    3 +-
 .../testsuite/std/time/year_month_day/3.cc         |    3 +-
 .../testsuite/std/time/year_month_day/4.cc         |    3 +-
 .../testsuite/std/time/year_month_day/io.cc        |    1 -
 .../testsuite/std/time/year_month_day_last/1.cc    |    3 +-
 .../testsuite/std/time/year_month_day_last/2.cc    |    3 +-
 .../testsuite/std/time/year_month_day_last/io.cc   |    1 -
 .../testsuite/std/time/year_month_weekday/1.cc     |    3 +-
 .../testsuite/std/time/year_month_weekday/2.cc     |    3 +-
 .../testsuite/std/time/year_month_weekday/3.cc     |    3 +-
 .../testsuite/std/time/year_month_weekday/io.cc    |    1 -
 .../std/time/year_month_weekday_last/1.cc          |    3 +-
 .../std/time/year_month_weekday_last/2.cc          |    3 +-
 .../std/time/year_month_weekday_last/io.cc         |    1 -
 libstdc++-v3/testsuite/std/time/zoned_time/1.cc    |    1 -
 .../testsuite/std/time/zoned_time/custom.cc        |    1 -
 .../testsuite/std/time/zoned_time/deduction.cc     |    1 -
 libstdc++-v3/testsuite/std/time/zoned_time/io.cc   |    1 -
 .../testsuite/std/time/zoned_time/req_neg.cc       |    1 -
 .../testsuite/std/time/zoned_time/requirements.cc  |    1 -
 libstdc++-v3/testsuite/std/time/zoned_traits.cc    |    1 -
 .../07_conf_hyperg/compile_cxx17.cc                |    2 +-
 .../special_functions/17_hyperg/compile_cxx17.cc   |    2 +-
 2083 files changed, 198508 insertions(+), 6397 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-07 16:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-07 16:19 [gcc/devel/rust/master] Merge commit 'ce7a757fd9ecb99c4f54cfde5cf5ef9a9e7819fc' into HEAD Thomas Schwinge
  -- strict thread matches above, loose matches on Subject: below --
2024-05-07 16:19 [gcc/devel/rust/master] Merge commit 'ce7a757fd9ecb99c4f54cfde5cf5ef9a9e7819fc^' " Thomas Schwinge

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).