public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
From: Gaius Mulley <gaius@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org
Subject: [gcc/devel/modula-2] Merge branch 'master' into devel/modula-2.
Date: Wed, 12 Oct 2022 12:57:10 +0000 (GMT)	[thread overview]
Message-ID: <20221012125710.E34F63851403@sourceware.org> (raw)

https://gcc.gnu.org/g:4a7481c6ed5f698e7cc3f62d1cdc3202f68c4143

commit 4a7481c6ed5f698e7cc3f62d1cdc3202f68c4143
Merge: c92177a3eb2 11c72f20d4d
Author: Gaius Mulley <gaiusmod2@gmail.com>
Date:   Wed Oct 12 13:24:45 2022 +0100

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

Diff:

 ChangeLog                                          |    6 +
 MAINTAINERS                                        |    1 +
 contrib/ChangeLog                                  |   13 +
 contrib/gcc-changelog/git_update_version.py        |   37 +-
 fixincludes/ChangeLog                              |   15 +
 fixincludes/fixincl.x                              |  103 +-
 fixincludes/inclhack.def                           |   41 +-
 fixincludes/tests/base/bits/floatn.h               |   22 +
 gcc/ChangeLog                                      |  808 ++++++++++++++
 gcc/DATESTAMP                                      |    2 +-
 gcc/Makefile.in                                    |    1 +
 gcc/ada/ChangeLog                                  |  152 +++
 .../doc/gnat_rm/implementation_defined_pragmas.rst |    6 +-
 .../doc/gnat_rm/security_hardening_features.rst    |  132 ++-
 gcc/ada/exp_ch5.adb                                |   16 +-
 gcc/ada/exp_ch9.adb                                |    2 +-
 gcc/ada/exp_util.adb                               |   17 +-
 gcc/ada/fe.h                                       |   10 +
 gcc/ada/gcc-interface/ada-tree.def                 |    4 +
 gcc/ada/gcc-interface/decl.cc                      |    6 +-
 gcc/ada/gcc-interface/gigi.h                       |   28 +
 gcc/ada/gcc-interface/misc.cc                      |    1 +
 gcc/ada/gcc-interface/trans.cc                     |  326 +++++-
 gcc/ada/gcc-interface/utils.cc                     |    7 +
 gcc/ada/gcc-interface/utils2.cc                    |  294 ++++-
 gcc/ada/gnat_rm.texi                               |  132 ++-
 gcc/ada/libgnat/system-linux-sparc.ads             |    1 +
 gcc/ada/sem_ch4.adb                                |    7 +-
 gcc/ada/sem_ch6.adb                                |    2 +-
 gcc/ada/sem_ch9.adb                                |   10 +-
 gcc/ada/sem_prag.adb                               |   18 +-
 gcc/ada/sem_util.ads                               |   10 +
 gcc/analyzer/ChangeLog                             |  202 ++++
 gcc/analyzer/analysis-plan.cc                      |    2 -
 gcc/analyzer/analyzer-logging.h                    |    2 +
 gcc/analyzer/analyzer-pass.cc                      |    1 -
 gcc/analyzer/analyzer-selftests.cc                 |    1 -
 gcc/analyzer/analyzer.cc                           |    1 -
 gcc/analyzer/analyzer.h                            |   13 +
 gcc/analyzer/call-info.cc                          |   19 +-
 gcc/analyzer/call-string.cc                        |    1 -
 gcc/analyzer/call-summary.cc                       |  889 +++++++++++++++
 gcc/analyzer/call-summary.h                        |  117 ++
 gcc/analyzer/checker-path.cc                       |    8 -
 gcc/analyzer/complexity.cc                         |    4 -
 gcc/analyzer/constraint-manager.cc                 |   58 +-
 gcc/analyzer/constraint-manager.h                  |    3 +
 gcc/analyzer/diagnostic-manager.cc                 |    7 -
 gcc/analyzer/engine.cc                             |  206 +++-
 gcc/analyzer/exploded-graph.h                      |   34 +-
 gcc/analyzer/feasible-graph.cc                     |    7 -
 gcc/analyzer/known-function-manager.cc             |    1 -
 gcc/analyzer/known-function-manager.h              |    2 +
 gcc/analyzer/pending-diagnostic.cc                 |    8 -
 gcc/analyzer/program-point.cc                      |    4 -
 gcc/analyzer/program-point.h                       |    3 +
 gcc/analyzer/program-state.cc                      |   54 +-
 gcc/analyzer/program-state.h                       |    6 +
 gcc/analyzer/region-model-asm.cc                   |    3 -
 gcc/analyzer/region-model-impl-calls.cc            |   17 +-
 gcc/analyzer/region-model-manager.cc               |   54 +-
 gcc/analyzer/region-model-manager.h                |  318 ++++++
 gcc/analyzer/region-model-reachability.cc          |    9 +-
 gcc/analyzer/region-model.cc                       |  113 +-
 gcc/analyzer/region-model.h                        |  300 +-----
 gcc/analyzer/region.cc                             |    4 -
 gcc/analyzer/sm-fd.cc                              |    4 -
 gcc/analyzer/sm-file.cc                            |    3 -
 gcc/analyzer/sm-malloc.cc                          |    4 -
 gcc/analyzer/sm-pattern-test.cc                    |    4 -
 gcc/analyzer/sm-sensitive.cc                       |    3 -
 gcc/analyzer/sm-signal.cc                          |    6 -
 gcc/analyzer/sm-taint.cc                           |    4 -
 gcc/analyzer/sm.cc                                 |    2 -
 gcc/analyzer/state-purge.cc                        |   10 +-
 gcc/analyzer/store.cc                              |  148 ++-
 gcc/analyzer/store.h                               |   14 +
 gcc/analyzer/supergraph.cc                         |   10 +-
 gcc/analyzer/supergraph.h                          |   10 +-
 gcc/analyzer/svalue.cc                             |   39 +-
 gcc/analyzer/svalue.h                              |   11 +-
 gcc/analyzer/trimmed-graph.cc                      |   13 -
 gcc/analyzer/varargs.cc                            |   11 -
 gcc/attribs.cc                                     |   69 ++
 gcc/attribs.h                                      |   59 +-
 gcc/auto-profile.cc                                |    2 -
 gcc/c-family/ChangeLog                             |   54 +
 gcc/c-family/c-attribs.cc                          |   62 ++
 gcc/c-family/c-common.cc                           |   10 +-
 gcc/c-family/c-common.h                            |   24 +-
 gcc/c-family/c-lex.cc                              |    2 +
 gcc/c-family/c-opts.cc                             |    2 +-
 gcc/c-family/c-pretty-print.cc                     |   96 +-
 gcc/c-family/c-pretty-print.h                      |    1 -
 gcc/c-family/c.opt                                 |    7 +
 gcc/c-family/name-hint.h                           |    2 +-
 gcc/c/ChangeLog                                    |   69 ++
 gcc/c/c-decl.cc                                    |  130 ++-
 gcc/c/c-parser.cc                                  |  167 ++-
 gcc/c/c-typeck.cc                                  |   15 +-
 gcc/cfgrtl.cc                                      |    1 +
 gcc/common.opt                                     |    5 +-
 gcc/common/config/arc/arc-common.cc                |    2 -
 gcc/config.gcc                                     |   12 +
 gcc/config.in                                      |   10 +
 gcc/config/aarch64/aarch64-arches.def              |    2 +-
 gcc/config/aarch64/aarch64-c.cc                    |    1 +
 gcc/config/aarch64/aarch64-cores.def               |   12 +-
 gcc/config/aarch64/aarch64.h                       |    1 +
 gcc/config/aarch64/atomics.md                      |   17 +
 gcc/config/aarch64/driver-aarch64.cc               |    4 +-
 gcc/config/arc/arc.cc                              |   54 +-
 gcc/config/arc/arc.md                              |  372 ++++---
 gcc/config/arc/arc.opt                             |   10 +-
 gcc/config/arc/constraints.md                      |   44 -
 gcc/config/arc/linux.h                             |    1 -
 gcc/config/gcn/gcn-modes.def                       |   82 ++
 gcc/config/gcn/gcn-protos.h                        |   24 +-
 gcc/config/gcn/gcn-valu.md                         |  399 +++++--
 gcc/config/gcn/gcn.cc                              | 1063 +++++++++++-------
 gcc/config/gcn/gcn.h                               |   24 +
 gcc/config/i386/driver-i386.cc                     |   13 +-
 gcc/config/i386/i386-protos.h                      |    4 +-
 gcc/config/i386/i386.h                             |    7 +-
 gcc/config/i386/i386.md                            |   75 +-
 gcc/config/mips/driver-native.cc                   |   25 +-
 gcc/config/pru/pru-protos.h                        |    1 +
 gcc/config/pru/pru.cc                              |   21 +
 gcc/config/pru/pru.md                              |  376 +++++++
 gcc/config/riscv/riscv-builtins.cc                 |    2 +-
 gcc/config/riscv/riscv-c.cc                        |   46 +-
 gcc/config/riscv/riscv-protos.h                    |   11 +
 gcc/config/riscv/riscv-vector-builtins.cc          |   71 +-
 gcc/config/riscv/riscv-vector-builtins.def         |    2 +-
 gcc/config/riscv/riscv-vector-builtins.h           |   31 +-
 gcc/config/riscv/riscv.cc                          |    7 +-
 gcc/config/riscv/riscv.h                           |    2 +
 gcc/config/riscv/riscv.md                          |    3 +-
 gcc/config/riscv/riscv_vector.h                    |  100 ++
 gcc/config/riscv/t-riscv                           |    2 +-
 gcc/config/rs6000/constraints.md                   |    6 -
 gcc/config/rs6000/vsx.md                           |   85 +-
 gcc/config/vxworks.cc                              |   10 +-
 gcc/config/vxworks.h                               |   56 +-
 gcc/config/vxworks/_vxworks-versions.h             |   19 +-
 gcc/configure                                      |   56 +-
 gcc/configure.ac                                   |    4 +-
 gcc/cp/ChangeLog                                   |  209 ++++
 gcc/cp/Make-lang.in                                |    2 +-
 gcc/cp/call.cc                                     |   60 +-
 gcc/cp/constexpr.cc                                |   90 ++
 gcc/cp/coroutines.cc                               |   48 +-
 gcc/cp/cp-gimplify.cc                              |   92 +-
 gcc/cp/cp-tree.h                                   |   17 +-
 gcc/cp/decl.cc                                     |    2 +-
 gcc/cp/error.cc                                    |   16 +-
 gcc/cp/except.cc                                   |    2 +-
 gcc/cp/init.cc                                     |   50 +-
 gcc/cp/lex.cc                                      |    4 +-
 gcc/cp/mangle.cc                                   |    9 +-
 gcc/cp/method.cc                                   |    6 +-
 gcc/cp/module.cc                                   |   51 +-
 gcc/cp/name-lookup.cc                              |    2 +-
 gcc/cp/parser.cc                                   |  117 +-
 gcc/cp/pt.cc                                       |  192 ++--
 gcc/cp/semantics.cc                                |   87 +-
 gcc/cp/tree.cc                                     |   16 +-
 gcc/cp/typeck.cc                                   |    6 +-
 gcc/cp/typeck2.cc                                  |   56 +-
 gcc/cselib.cc                                      |    1 +
 gcc/defaults.h                                     |    6 +
 gcc/df-scan.cc                                     |   24 +-
 gcc/doc/analyzer.texi                              |    4 +
 gcc/doc/extend.texi                                |   75 +-
 gcc/doc/invoke.texi                                |   64 +-
 gcc/doc/md.texi                                    |    3 -
 gcc/doc/tm.texi                                    |    6 +
 gcc/doc/tm.texi.in                                 |    6 +
 gcc/expr.cc                                        |    4 +-
 gcc/fold-const.cc                                  |   28 +-
 gcc/fold-const.h                                   |    1 +
 gcc/fortran/ChangeLog                              |   85 ++
 gcc/fortran/arith.cc                               |   63 +-
 gcc/fortran/dump-parse-tree.cc                     |   41 +
 gcc/fortran/gfortran.h                             |   25 +-
 gcc/fortran/match.h                                |    2 +
 gcc/fortran/openmp.cc                              |  403 +++++++
 gcc/fortran/parse.cc                               |   37 +-
 gcc/fortran/parse.h                                |    2 +-
 gcc/fortran/resolve.cc                             |    5 +
 gcc/fortran/st.cc                                  |    1 +
 gcc/fortran/symbol.cc                              |    8 +-
 gcc/fortran/trans-openmp.cc                        |   40 +
 gcc/fortran/trans.cc                               |    1 +
 gcc/function.cc                                    |   13 +-
 gcc/gcov-io.cc                                     |    8 +-
 gcc/gcov-io.h                                      |    2 +-
 gcc/gimple-loop-jam.cc                             |   18 +-
 gcc/gimple-predicate-analysis.cc                   |    2 +-
 gcc/gimple-range-gori.cc                           |    8 +-
 gcc/gimple-range-op.cc                             |   37 +-
 gcc/gimplify.cc                                    |   34 +-
 gcc/ginclude/stddef.h                              |    1 +
 gcc/go/gofrontend/MERGE                            |    2 +-
 gcc/go/gofrontend/expressions.cc                   |   10 +-
 gcc/go/gofrontend/statements.cc                    |   34 +-
 gcc/go/gofrontend/statements.h                     |    5 +-
 gcc/internal-fn.cc                                 |    6 +
 gcc/internal-fn.def                                |    4 +
 gcc/internal-fn.h                                  |    1 +
 gcc/ipa-prop.h                                     |    2 +-
 gcc/match.pd                                       |   41 +
 gcc/objc/ChangeLog                                 |    5 +
 gcc/objc/objc-gnu-runtime-abi-01.cc                |    6 +-
 gcc/opts.cc                                        |    5 +-
 gcc/pointer-query.cc                               |   19 +-
 gcc/print-tree.cc                                  |    8 +-
 gcc/range-op-float.cc                              |  557 +++++++++-
 gcc/range-op.cc                                    |   57 +-
 gcc/range.h                                        |    6 +-
 gcc/testsuite/ChangeLog                            |  412 +++++++
 gcc/testsuite/c-c++-common/gomp/assume-4.c         |   23 +
 gcc/testsuite/c-c++-common/pointer-to-fn1.c        |   18 +
 gcc/testsuite/g++.dg/abi/lambda-ctx1-17.C          |   10 +
 gcc/testsuite/g++.dg/abi/lambda-ctx1-18.C          |   11 +
 gcc/testsuite/g++.dg/abi/lambda-ctx1-18vs17.C      |    9 +
 gcc/testsuite/g++.dg/abi/lambda-ctx1.h             |   20 +
 gcc/testsuite/g++.dg/abi/lambda-vis.C              |    8 +-
 gcc/testsuite/g++.dg/abi/macro0.C                  |    2 +-
 gcc/testsuite/g++.dg/cpp0x/elision4.C              |   15 +
 gcc/testsuite/g++.dg/cpp1z/fallthrough2.C          |   24 +
 gcc/testsuite/g++.dg/cpp23/attr-assume1.C          |  191 ++++
 gcc/testsuite/g++.dg/cpp23/attr-assume2.C          |   83 ++
 gcc/testsuite/g++.dg/cpp23/attr-assume3.C          |  198 ++++
 gcc/testsuite/g++.dg/cpp23/attr-assume4.C          |  136 +++
 gcc/testsuite/g++.dg/cpp23/feat-cxx2b.C            |   88 +-
 gcc/testsuite/g++.dg/cpp2a/attr-likely7.C          |   38 +
 gcc/testsuite/g++.dg/cpp2a/feat-cxx2a.C            |   76 +-
 gcc/testsuite/g++.dg/debug/dwarf2/lineno-array1.C  |   25 +
 .../ext/reference_constructs_from_temporary1.C     |    2 +-
 .../ext/reference_converts_from_temporary1.C       |    2 +-
 gcc/testsuite/g++.dg/init/elide9.C                 |   25 +
 gcc/testsuite/g++.dg/modules/bad-mapper-1.C        |    2 +-
 gcc/testsuite/g++.dg/modules/bfield-3.H            |    8 +
 gcc/testsuite/g++.dg/modules/indirect-3_b.C        |    2 +-
 gcc/testsuite/g++.dg/modules/pr99377-2_a.C         |    6 +
 gcc/testsuite/g++.dg/modules/pr99377-2_b.C         |    8 +
 gcc/testsuite/g++.dg/modules/static-2_a.H          |    8 +
 gcc/testsuite/g++.dg/modules/static-2_b.C          |    9 +
 gcc/testsuite/g++.dg/modules/tpl-friend-8_a.H      |    9 +
 gcc/testsuite/g++.dg/modules/tpl-friend-8_b.C      |    8 +
 gcc/testsuite/g++.dg/modules/tpl-spec-8_a.H        |   10 +
 gcc/testsuite/g++.dg/modules/tpl-spec-8_b.C        |    8 +
 gcc/testsuite/g++.dg/strict-flex-array-1.C         |   31 +
 gcc/testsuite/gcc.c-torture/execute/20221006-1.c   |   29 +
 gcc/testsuite/gcc.dg/analyzer/analyzer-decls.h     |    3 +
 gcc/testsuite/gcc.dg/analyzer/call-summaries-2.c   |  653 +++++++++++
 gcc/testsuite/gcc.dg/analyzer/call-summaries-3.c   |   29 +
 .../gcc.dg/analyzer/call-summaries-asm-x86.c       |   20 +
 .../gcc.dg/analyzer/call-summaries-malloc.c        |   80 ++
 .../gcc.dg/analyzer/call-summaries-pr107072.c      |   90 ++
 .../gcc.dg/analyzer/call-summaries-pr107158-2.c    |  108 ++
 .../gcc.dg/analyzer/call-summaries-pr107158.c      |   83 ++
 gcc/testsuite/gcc.dg/analyzer/pr105783.c           |   26 +
 gcc/testsuite/gcc.dg/attr-assume-1.c               |   69 ++
 gcc/testsuite/gcc.dg/attr-assume-2.c               |   66 ++
 gcc/testsuite/gcc.dg/attr-assume-3.c               |   35 +
 gcc/testsuite/gcc.dg/autopar/pr107153.c            |   17 +
 gcc/testsuite/gcc.dg/c11-typeof-1.c                |    6 +
 gcc/testsuite/gcc.dg/c2x-typeof-1.c                |  208 ++++
 gcc/testsuite/gcc.dg/c2x-typeof-2.c                |   27 +
 gcc/testsuite/gcc.dg/c2x-typeof-3.c                |    7 +
 gcc/testsuite/gcc.dg/gnu11-typeof-1.c              |    6 +
 gcc/testsuite/gcc.dg/gnu11-typeof-2.c              |   39 +
 gcc/testsuite/gcc.dg/gnu2x-typeof-1.c              |   39 +
 gcc/testsuite/gcc.dg/live-patching-2.c             |    4 +-
 gcc/testsuite/gcc.dg/live-patching-5.c             |    8 +
 gcc/testsuite/gcc.dg/pr101836.c                    |   60 ++
 gcc/testsuite/gcc.dg/pr101836_1.c                  |   60 ++
 gcc/testsuite/gcc.dg/pr101836_2.c                  |   60 ++
 gcc/testsuite/gcc.dg/pr101836_3.c                  |   60 ++
 gcc/testsuite/gcc.dg/pr101836_4.c                  |   60 ++
 gcc/testsuite/gcc.dg/pr101836_5.c                  |   60 ++
 gcc/testsuite/gcc.dg/pr104464.c                    |    2 +
 gcc/testsuite/gcc.dg/pr107107.c                    |   25 +
 gcc/testsuite/gcc.dg/pr54346.c                     |   13 +
 gcc/testsuite/gcc.dg/signbit-2.c                   |    5 +-
 gcc/testsuite/gcc.dg/signbit-5.c                   |    1 +
 gcc/testsuite/gcc.dg/strict-flex-array-1.c         |   33 +
 gcc/testsuite/gcc.dg/strict-flex-array-2.c         |   60 ++
 gcc/testsuite/gcc.dg/strict-flex-array-3.c         |   60 ++
 gcc/testsuite/gcc.dg/torture/pr107115.c            |   37 +
 gcc/testsuite/gcc.dg/tree-prof/cmpsf-1.c           |    2 +-
 gcc/testsuite/gcc.dg/tree-ssa/pr107052.c           |   13 +
 gcc/testsuite/gcc.dg/tree-ssa/pr107170.c           |    8 +
 gcc/testsuite/gcc.dg/tree-ssa/pr107195-1.c         |   15 +
 gcc/testsuite/gcc.dg/tree-ssa/pr107195-2.c         |   16 +
 gcc/testsuite/gcc.dg/tree-ssa/vrp-float-abs-1.c    |   17 +
 .../gcc.dg/tree-ssa/vrp-float-signbit-3.c          |   15 +
 gcc/testsuite/gcc.dg/vect/bb-slp-68.c              |    5 +-
 gcc/testsuite/gcc.dg/vect/bb-slp-cond-1.c          |    3 +-
 gcc/testsuite/gcc.dg/vect/bb-slp-subgroups-3.c     |    5 +-
 gcc/testsuite/gcc.dg/vect/no-vfa-vect-depend-2.c   |    3 +-
 gcc/testsuite/gcc.dg/vect/pr107212-1.c             |   27 +
 gcc/testsuite/gcc.dg/vect/pr107212-2.c             |   23 +
 gcc/testsuite/gcc.dg/vect/pr33953.c                |    3 +-
 gcc/testsuite/gcc.dg/vect/pr65947-12.c             |    3 +-
 gcc/testsuite/gcc.dg/vect/pr65947-13.c             |    3 +-
 gcc/testsuite/gcc.dg/vect/pr80631-2.c              |    3 +-
 gcc/testsuite/gcc.dg/vect/slp-reduc-4.c            |    3 +-
 gcc/testsuite/gcc.dg/vect/trapv-vect-reduc-4.c     |    3 +-
 gcc/testsuite/gcc.dg/vect/vect-bitfield-read-1.c   |   40 +
 gcc/testsuite/gcc.dg/vect/vect-bitfield-read-2.c   |   43 +
 gcc/testsuite/gcc.dg/vect/vect-bitfield-read-3.c   |   44 +
 gcc/testsuite/gcc.dg/vect/vect-bitfield-read-4.c   |   45 +
 gcc/testsuite/gcc.dg/vect/vect-bitfield-read-5.c   |   42 +
 gcc/testsuite/gcc.dg/vect/vect-bitfield-read-6.c   |   42 +
 gcc/testsuite/gcc.dg/vect/vect-bitfield-write-1.c  |   39 +
 gcc/testsuite/gcc.dg/vect/vect-bitfield-write-2.c  |   42 +
 gcc/testsuite/gcc.dg/vect/vect-bitfield-write-3.c  |   43 +
 gcc/testsuite/gcc.dg/vect/vect-bitfield-write-4.c  |   42 +
 gcc/testsuite/gcc.dg/vect/vect-bitfield-write-5.c  |   42 +
 gcc/testsuite/gcc.misc-tests/outputs.exp           |   17 +-
 gcc/testsuite/gcc.target/aarch64/cpunative/info_18 |    8 +
 .../gcc.target/aarch64/cpunative/native_cpu_18.c   |   15 +
 gcc/testsuite/gcc.target/aarch64/ldar_1.c          |   66 ++
 gcc/testsuite/gcc.target/aarch64/ldar_2.c          |   27 +
 .../gcc.target/aarch64/pragma_cpp_predefs_1.c      |   20 +
 gcc/testsuite/gcc.target/arc/enter-dw2-1.c         |   28 +
 gcc/testsuite/gcc.target/arc/tmac-2.c              |    2 +-
 gcc/testsuite/gcc.target/arm/stack-protector-1.c   |    4 +-
 gcc/testsuite/gcc.target/arm/stack-protector-3.c   |    2 +-
 gcc/testsuite/gcc.target/i386/pr107093.c           |   38 +
 gcc/testsuite/gcc.target/i386/pr107185.c           |    8 +
 gcc/testsuite/gcc.target/pru/ashiftdi-1.c          |   53 +
 gcc/testsuite/gcc.target/pru/lshiftrtdi-1.c        |   53 +
 gcc/testsuite/gcc.target/pru/pr106562-1.c          |    9 +
 gcc/testsuite/gcc.target/pru/pr106562-2.c          |    9 +
 gcc/testsuite/gcc.target/pru/pr106562-3.c          |    9 +
 gcc/testsuite/gcc.target/pru/pr106562-4.c          |  159 +++
 gcc/testsuite/gcc.target/riscv/predef-1.c          |    3 -
 gcc/testsuite/gcc.target/riscv/predef-2.c          |    3 -
 gcc/testsuite/gcc.target/riscv/predef-3.c          |    3 -
 gcc/testsuite/gcc.target/riscv/predef-4.c          |    3 -
 gcc/testsuite/gcc.target/riscv/predef-5.c          |    3 -
 gcc/testsuite/gcc.target/riscv/predef-6.c          |    3 -
 gcc/testsuite/gcc.target/riscv/predef-7.c          |    3 -
 gcc/testsuite/gcc.target/riscv/predef-8.c          |    3 -
 gcc/testsuite/gcc.target/riscv/rvv/base/pragma-1.c |    4 +
 gcc/testsuite/gcc.target/riscv/rvv/base/pragma-2.c |    4 +
 gcc/testsuite/gcc.target/riscv/rvv/base/pragma-3.c |    4 +
 .../gcc.target/riscv/rvv/base/riscv_vector.h       |   11 +
 gcc/testsuite/gcc.target/riscv/rvv/base/user-1.c   |   65 ++
 gcc/testsuite/gcc.target/riscv/rvv/base/user-2.c   |   65 ++
 gcc/testsuite/gcc.target/riscv/rvv/base/user-3.c   |   65 ++
 gcc/testsuite/gcc.target/riscv/rvv/base/user-4.c   |   65 ++
 gcc/testsuite/gcc.target/riscv/rvv/base/user-5.c   |   65 ++
 gcc/testsuite/gcc.target/riscv/rvv/base/user-6.c   |   65 ++
 .../gcc.target/riscv/rvv/base/vread_csr.c          |   26 +
 .../gcc.target/riscv/rvv/base/vwrite_csr.c         |   26 +
 gcc/testsuite/gfortran.dg/gomp/assume-1.f90        |   24 +
 gcc/testsuite/gfortran.dg/gomp/assume-2.f90        |   27 +
 gcc/testsuite/gfortran.dg/gomp/assume-3.f90        |   46 +
 gcc/testsuite/gfortran.dg/gomp/assume-4.f90        |   50 +
 gcc/testsuite/gfortran.dg/gomp/assumes-1.f90       |   82 ++
 gcc/testsuite/gfortran.dg/gomp/assumes-2.f90       |   19 +
 gcc/testsuite/gfortran.dg/gomp/openmp-simd-7.f90   |   23 +
 gcc/testsuite/gfortran.dg/pr107000.f90             |   50 +
 gcc/testsuite/gfortran.dg/pr107215.f90             |   17 +
 gcc/testsuite/gnat.dg/lto26.adb                    |   13 +
 gcc/testsuite/gnat.dg/lto26_pkg1.adb               |   11 +
 gcc/testsuite/gnat.dg/lto26_pkg1.ads               |   11 +
 gcc/testsuite/gnat.dg/lto26_pkg2.adb               |   15 +
 gcc/testsuite/gnat.dg/lto26_pkg2.ads               |    9 +
 gcc/testsuite/lib/target-supports.exp              |    3 +-
 gcc/toplev.cc                                      |    2 +-
 gcc/tree-cfg.cc                                    |   37 +-
 gcc/tree-core.h                                    |    5 +-
 gcc/tree-if-conv.cc                                |  313 +++++-
 gcc/tree-inline.cc                                 |    2 +-
 gcc/tree-object-size.cc                            |   16 +-
 gcc/tree-parloops.cc                               |    5 +
 gcc/tree-ssa-sccvn.cc                              |   17 +-
 gcc/tree-streamer-in.cc                            |    1 +
 gcc/tree-streamer-out.cc                           |    1 +
 gcc/tree-vect-data-refs.cc                         |    3 +-
 gcc/tree-vect-loop.cc                              |   20 +-
 gcc/tree-vect-patterns.cc                          |  330 +++++-
 gcc/tree.cc                                        |   45 +-
 gcc/tree.h                                         |   14 +-
 gcc/value-range-pretty-print.cc                    |    6 +-
 gcc/value-range.cc                                 |  154 ++-
 gcc/value-range.h                                  |  118 +-
 gcc/value-relation.cc                              |    2 +-
 gcc/vr-values.cc                                   |   24 +-
 libatomic/ChangeLog                                |    5 +
 libatomic/configure                                |   28 +-
 libbacktrace/ChangeLog                             |    5 +
 libbacktrace/configure                             |   28 +-
 libcc1/ChangeLog                                   |    5 +
 libcc1/configure                                   |   52 +-
 libcpp/po/ChangeLog                                |    4 +
 libcpp/po/ro.po                                    | 1140 ++++++++++++++++++++
 libdecnumber/ChangeLog                             |    4 +
 libdecnumber/dpd/decimal64.c                       |    3 +-
 libffi/ChangeLog                                   |    5 +
 libffi/configure                                   |   52 +-
 libgcc/ChangeLog                                   |   76 ++
 libgcc/config.host                                 |   31 +-
 libgcc/config/aarch64/aarch64-unwind.h             |    2 +-
 libgcc/config/aarch64/freebsd-unwind.h             |    4 +-
 libgcc/config/aarch64/linux-unwind.h               |    8 +-
 libgcc/config/alpha/linux-unwind.h                 |    6 +-
 libgcc/config/alpha/vms-unwind.h                   |    6 +-
 libgcc/config/arc/linux-unwind.h                   |    6 +-
 libgcc/config/bfin/linux-unwind.h                  |   84 +-
 libgcc/config/csky/linux-unwind.h                  |   16 +-
 libgcc/config/i386/dragonfly-unwind.h              |   48 +-
 libgcc/config/i386/freebsd-unwind.h                |   48 +-
 libgcc/config/i386/gnu-unwind.h                    |   16 +-
 libgcc/config/i386/linux-unwind.h                  |   48 +-
 libgcc/config/i386/sol2-unwind.h                   |   48 +-
 libgcc/config/i386/w32-unwind.h                    |   20 +-
 libgcc/config/loongarch/linux-unwind.h             |    4 +-
 libgcc/config/m68k/linux-unwind.h                  |   22 +-
 libgcc/config/mips/linux-unwind.h                  |    4 +-
 libgcc/config/nds32/linux-unwind.h                 |    2 +-
 libgcc/config/nios2/linux-unwind.h                 |    2 +-
 libgcc/config/or1k/linux-unwind.h                  |    4 +-
 libgcc/config/pa/hpux-unwind.h                     |   12 +-
 libgcc/config/pa/linux-unwind.h                    |   10 +-
 libgcc/config/riscv/linux-unwind.h                 |    4 +-
 libgcc/config/rs6000/aix-unwind.h                  |    6 +-
 libgcc/config/rs6000/darwin-fallback.c             |    2 +-
 libgcc/config/rs6000/freebsd-unwind.h              |    2 +-
 libgcc/config/rs6000/linux-unwind.h                |   24 +-
 libgcc/config/s390/linux-unwind.h                  |    6 +-
 libgcc/config/s390/tpf-unwind.h                    |   10 +-
 libgcc/config/sh/linux-unwind.h                    |   22 +-
 libgcc/config/sparc/linux-unwind.h                 |   18 +-
 libgcc/config/sparc/sol2-unwind.h                  |   12 +-
 libgcc/config/xtensa/linux-unwind.h                |    4 +-
 libgcc/libgcov-driver.c                            |    2 +-
 libgcc/libgcov.h                                   |    5 +-
 libgcc/unwind-dw2.c                                |   40 +-
 libgcc/unwind-dw2.h                                |   20 +-
 libgfortran/ChangeLog                              |   10 +
 libgfortran/configure                              |   47 +-
 libgfortran/io/async.h                             |    2 +-
 libgomp/ChangeLog                                  |   14 +
 libgomp/configure                                  |   47 +-
 libgomp/libgomp.texi                               |    2 +-
 libiberty/ChangeLog                                |   12 +
 libiberty/cp-demangle.c                            |   38 +-
 libiberty/testsuite/demangle-expected              |   28 +
 libitm/ChangeLog                                   |    5 +
 libitm/configure                                   |   52 +-
 libobjc/ChangeLog                                  |    5 +
 libobjc/configure                                  |   28 +-
 liboffloadmic/ChangeLog                            |   10 +
 liboffloadmic/configure                            |   52 +-
 liboffloadmic/plugin/configure                     |   52 +-
 libphobos/ChangeLog                                |    5 +
 libphobos/configure                                |   28 +-
 libquadmath/ChangeLog                              |    5 +
 libquadmath/configure                              |   28 +-
 libsanitizer/ChangeLog                             |    5 +
 libsanitizer/configure                             |   52 +-
 libssp/ChangeLog                                   |    5 +
 libssp/configure                                   |   28 +-
 libstdc++-v3/ChangeLog                             |  185 ++++
 libstdc++-v3/Makefile.in                           |    1 +
 libstdc++-v3/acinclude.m4                          |   67 +-
 libstdc++-v3/configure                             |  136 ++-
 libstdc++-v3/configure.ac                          |    3 +
 libstdc++-v3/crossconfig.m4                        |    1 +
 libstdc++-v3/doc/Makefile.in                       |    1 +
 libstdc++-v3/doc/html/index.html                   |    4 +-
 libstdc++-v3/doc/html/manual/api.html              |    3 +
 libstdc++-v3/doc/html/manual/appendix.html         |    2 +-
 libstdc++-v3/doc/html/manual/appendix_porting.html |    2 +-
 libstdc++-v3/doc/html/manual/bugs.html             |  400 +++----
 libstdc++-v3/doc/html/manual/configure.html        |   10 +-
 libstdc++-v3/doc/html/manual/index.html            |    4 +-
 libstdc++-v3/doc/html/manual/intro.html            |    2 +-
 libstdc++-v3/doc/html/manual/using.html            |    2 +-
 libstdc++-v3/doc/html/manual/using_exceptions.html |   77 +-
 libstdc++-v3/doc/xml/manual/configure.xml          |   23 +
 libstdc++-v3/doc/xml/manual/evolution.xml          |    9 +
 libstdc++-v3/doc/xml/manual/intro.xml              |  387 ++++---
 libstdc++-v3/doc/xml/manual/using_exceptions.xml   |   90 ++
 libstdc++-v3/include/Makefile.in                   |  102 +-
 libstdc++-v3/include/bits/functexcept.h            |   25 +
 libstdc++-v3/include/bits/invoke.h                 |    2 +
 libstdc++-v3/include/bits/random.h                 |   39 +-
 libstdc++-v3/include/bits/std_function.h           |   10 +-
 libstdc++-v3/include/c_global/cstdint              |   59 +-
 libstdc++-v3/include/ext/random                    |    6 +-
 libstdc++-v3/include/std/bitset                    |    8 +-
 libstdc++-v3/include/std/coroutine                 |   10 +-
 libstdc++-v3/include/std/functional                |    7 +-
 libstdc++-v3/include/std/ranges                    |  483 +++++++++
 libstdc++-v3/include/std/type_traits               |   45 +-
 libstdc++-v3/libsupc++/Makefile.am                 |    2 +-
 libstdc++-v3/libsupc++/Makefile.in                 |    3 +-
 libstdc++-v3/libsupc++/eh_alloc.cc                 |  227 ++--
 libstdc++-v3/po/Makefile.in                        |    1 +
 libstdc++-v3/python/Makefile.in                    |    1 +
 libstdc++-v3/src/Makefile.in                       |    1 +
 libstdc++-v3/src/c++11/Makefile.in                 |    1 +
 libstdc++-v3/src/c++17/Makefile.in                 |    1 +
 libstdc++-v3/src/c++20/Makefile.in                 |    1 +
 libstdc++-v3/src/c++98/Makefile.in                 |    1 +
 libstdc++-v3/src/filesystem/Makefile.in            |    1 +
 libstdc++-v3/src/libbacktrace/Makefile.in          |    1 +
 .../make_signed/requirements/typedefs_neg.cc       |   24 +-
 .../make_signed/requirements/uninstantiated.cc     |    8 +
 .../make_unsigned/requirements/typedefs_neg.cc     |   22 +-
 .../make_unsigned/requirements/uninstantiated.cc   |    8 +
 .../25_algorithms/stable_sort/mem_check.cc         |    2 +
 libstdc++-v3/testsuite/Makefile.in                 |    1 +
 libstdc++-v3/testsuite/lib/prune.exp               |    1 +
 .../testsuite/std/ranges/adaptors/join_with/1.cc   |  103 ++
 libtool.m4                                         |   29 +-
 libvtv/ChangeLog                                   |    5 +
 libvtv/configure                                   |   52 +-
 libvtv/testsuite/lib/libvtv-dg.exp                 |    2 +
 lto-plugin/ChangeLog                               |    5 +
 lto-plugin/configure                               |   28 +-
 zlib/ChangeLog                                     |    5 +
 zlib/configure                                     |   28 +-
 531 files changed, 20749 insertions(+), 3456 deletions(-)

             reply	other threads:[~2022-10-12 12:57 UTC|newest]

Thread overview: 68+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-12 12:57 Gaius Mulley [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-12-14 12:30 Gaius Mulley
2022-12-07 19:51 Gaius Mulley
2022-12-01  0:32 Gaius Mulley
2022-11-18 12:25 Gaius Mulley
2022-11-15 23:00 Gaius Mulley
2022-11-02 23:24 Gaius Mulley
2022-10-22  1:58 Gaius Mulley
2022-10-04 11:47 Gaius Mulley
2022-09-26 11:40 Gaius Mulley
2022-09-20 15:20 Gaius Mulley
2022-09-14 18:58 Gaius Mulley
2022-09-12 20:46 Gaius Mulley
2022-09-08 15:03 Gaius Mulley
2022-09-02 15:27 Gaius Mulley
2022-08-29 13:42 Gaius Mulley
2022-08-25 22:53 Gaius Mulley
2022-08-12  8:40 Gaius Mulley
2022-08-08 12:01 Gaius Mulley
2022-07-29 16:23 Gaius Mulley
2022-07-26  0:28 Gaius Mulley
2022-07-11 23:17 Gaius Mulley
2022-07-06 20:03 Gaius Mulley
2022-05-30 13:25 Gaius Mulley
2022-05-23 22:02 Gaius Mulley
2022-05-20  1:41 Gaius Mulley
2022-05-15 22:44 Gaius Mulley
2022-05-12  9:02 Gaius Mulley
2022-05-10 11:05 Gaius Mulley
2022-05-06 12:28 Gaius Mulley
2022-05-05 19:37 Gaius Mulley
2022-05-03 12:08 Gaius Mulley
2022-04-29 20:01 Gaius Mulley
2022-04-29 15:22 Gaius Mulley
2022-04-28 15:14 Gaius Mulley
2022-04-27 11:17 Gaius Mulley
2022-04-26 17:23 Gaius Mulley
2022-04-25 19:40 Gaius Mulley
2022-04-22  8:09 Gaius Mulley
2022-04-20 11:35 Gaius Mulley
2022-04-01 19:20 Gaius Mulley
2022-03-24 23:10 Gaius Mulley
2022-03-16 20:33 Gaius Mulley
2022-03-02 18:47 Gaius Mulley
2022-02-14 17:00 Gaius Mulley
2022-02-05 13:34 Gaius Mulley
2022-01-29 11:11 Gaius Mulley
2022-01-25 18:58 Gaius Mulley
2022-01-21 20:48 Gaius Mulley
2022-01-20 12:42 Gaius Mulley
2022-01-18 13:54 Gaius Mulley
2022-01-14  0:26 Gaius Mulley
2022-01-06 21:41 Gaius Mulley
2021-12-19  1:19 Gaius Mulley
2021-12-09 21:59 Gaius Mulley
2021-11-27 13:22 Gaius Mulley
2021-11-19 18:30 Gaius Mulley
2021-11-07 15:22 Gaius Mulley
2021-10-27  8:45 Gaius Mulley
2021-10-19 22:57 Gaius Mulley
2021-10-08 14:03 Gaius Mulley
2021-09-16 12:03 Gaius Mulley
2021-09-14 11:39 Gaius Mulley
2021-09-02 15:49 Gaius Mulley
2021-08-27  0:43 Gaius Mulley
2021-08-18 14:24 Gaius Mulley
2021-08-10 13:57 Gaius Mulley
2021-07-28 18:59 Gaius Mulley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221012125710.E34F63851403@sourceware.org \
    --to=gaius@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    --cc=libstdc++-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).