From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7879) id 81477385624D; Fri, 1 Jul 2022 15:53:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 81477385624D Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Filip Kastl To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc(refs/users/pheeck/heads/sccp)] Merge branch 'master' into me/sccp X-Act-Checkin: gcc X-Git-Author: Filip Kastl X-Git-Refname: refs/users/pheeck/heads/sccp X-Git-Oldrev: 3262c36a38ad6d6272db36a84bbf112d4153e42f X-Git-Newrev: b3a648f5eaed635bedc8ce613979604e58c82526 Message-Id: <20220701155333.81477385624D@sourceware.org> Date: Fri, 1 Jul 2022 15:53:33 +0000 (GMT) X-BeenThere: libstdc++-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libstdc++-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jul 2022 15:53:33 -0000 https://gcc.gnu.org/g:b3a648f5eaed635bedc8ce613979604e58c82526 commit b3a648f5eaed635bedc8ce613979604e58c82526 Merge: 3262c36a38a f843bea4ca5 Author: Filip Kastl Date: Fri Jul 1 17:52:55 2022 +0200 Merge branch 'master' into me/sccp Diff: ChangeLog | 37 + MAINTAINERS | 4 +- Makefile.in | 4 +- Makefile.tpl | 4 +- configure | 11 +- configure.ac | 11 +- contrib/ChangeLog | 19 + contrib/config-list.mk | 2 - contrib/gcc_update | 2 - contrib/unicode/DerivedCoreProperties.txt | 12416 +++++++++ contrib/unicode/DerivedNormalizationProps.txt | 9953 +++++++ contrib/unicode/EastAsianWidth.txt | 149 +- contrib/unicode/PropList.txt | 100 +- contrib/unicode/README | 33 +- contrib/unicode/UnicodeData.txt | 837 +- gcc/ChangeLog | 1503 + gcc/DATESTAMP | 2 +- gcc/Makefile.in | 8 +- gcc/adjust-alignment.cc | 2 +- gcc/analyzer/ChangeLog | 189 + gcc/analyzer/analyzer.opt | 4 + gcc/analyzer/call-string.cc | 174 +- gcc/analyzer/call-string.h | 90 +- gcc/analyzer/checker-path.cc | 264 +- gcc/analyzer/checker-path.h | 58 +- gcc/analyzer/constraint-manager.cc | 4 +- gcc/analyzer/diagnostic-manager.cc | 70 + gcc/analyzer/diagnostic-manager.h | 3 + gcc/analyzer/engine.cc | 313 +- gcc/analyzer/exploded-graph.h | 61 +- gcc/analyzer/inlining-iterator.h | 109 + gcc/analyzer/program-point.cc | 63 +- gcc/analyzer/program-point.h | 35 +- gcc/analyzer/program-state.cc | 11 +- gcc/analyzer/region-model-manager.cc | 3 + gcc/analyzer/region-model.cc | 16 +- gcc/analyzer/region-model.h | 8 + gcc/analyzer/sm-file.cc | 9 +- gcc/analyzer/sm-signal.cc | 6 +- gcc/analyzer/varargs.cc | 23 +- gcc/asan.cc | 19 +- gcc/auto-inc-dec.cc | 4 +- gcc/auto-profile.cc | 8 +- gcc/bb-reorder.cc | 18 +- gcc/builtins.cc | 60 +- gcc/c-family/ChangeLog | 26 + gcc/c-family/c-common.h | 2 +- gcc/c-family/c-ubsan.cc | 114 +- gcc/c-family/c.opt | 6 +- gcc/c-family/known-headers.cc | 14 + gcc/c/ChangeLog | 23 + gcc/c/c-decl.cc | 65 +- gcc/cfgcleanup.cc | 8 +- gcc/cfgexpand.cc | 2 +- gcc/cfgloop.cc | 2 +- gcc/cfgloopmanip.cc | 5 +- gcc/cfgrtl.cc | 10 +- gcc/cgraph.cc | 7 +- gcc/cgraphbuild.cc | 13 +- gcc/cgraphunit.cc | 3 +- gcc/combine-stack-adj.cc | 4 +- gcc/combine.cc | 10 +- gcc/common.opt | 32 +- gcc/common/config/i386/cpuinfo.h | 8 +- gcc/common/config/i386/i386-common.cc | 5 +- gcc/common/config/tilegx/tilegx-common.cc | 58 - gcc/common/config/tilepro/tilepro-common.cc | 54 - gcc/compare-elim.cc | 6 +- gcc/config.gcc | 30 +- gcc/config/aarch64/aarch64-sve-builtins-base.cc | 59 + gcc/config/aarch64/aarch64.cc | 107 +- gcc/config/alpha/alpha-protos.h | 2 + gcc/config/alpha/alpha.cc | 69 + gcc/config/alpha/ev4.md | 15 +- gcc/config/arm/arm.cc | 33 +- gcc/config/arm/mve.md | 99 +- gcc/config/darwin-c.cc | 3 +- gcc/config/darwin-driver.cc | 16 +- gcc/config/gcn/gcn-protos.h | 2 +- gcc/config/gcn/gcn.md | 36 +- gcc/config/i386/i386-features.cc | 20 +- gcc/config/i386/i386-features.h | 16 +- gcc/config/i386/i386.cc | 11 +- gcc/config/i386/i386.md | 260 +- gcc/config/i386/predicates.md | 7 + gcc/config/i386/sse.md | 55 +- gcc/config/loongarch/loongarch.cc | 13 +- gcc/config/loongarch/loongarch.h | 2 +- gcc/config/nios2/nios2.cc | 5 +- gcc/config/riscv/bitmanip.md | 44 + gcc/config/riscv/predicates.md | 11 + gcc/config/riscv/riscv-builtins.cc | 1 + gcc/config/riscv/riscv-cmo.def | 16 +- gcc/config/riscv/riscv-ftypes.def | 3 +- gcc/config/riscv/riscv.md | 2 - gcc/config/rs6000/aix71.h | 6 +- gcc/config/rs6000/darwin.h | 2 +- gcc/config/rs6000/darwin64-biarch.h | 2 +- gcc/config/rs6000/default64.h | 6 +- gcc/config/rs6000/eabi.h | 2 +- gcc/config/rs6000/eabialtivec.h | 2 +- gcc/config/rs6000/linuxaltivec.h | 4 +- gcc/config/rs6000/rs6000-builtin.cc | 21 +- gcc/config/rs6000/rs6000-c.cc | 8 +- gcc/config/rs6000/rs6000-cpus.def | 137 +- gcc/config/rs6000/rs6000.cc | 108 +- gcc/config/rs6000/rs6000.h | 105 +- gcc/config/rs6000/rs6000.md | 46 +- gcc/config/rs6000/vector.md | 195 +- gcc/config/rs6000/vsx.md | 141 +- gcc/config/rs6000/vxworks.h | 2 +- gcc/config/sh/sh.cc | 2 +- gcc/config/tilegx/constraints.md | 115 - gcc/config/tilegx/feedback.h | 14 - gcc/config/tilegx/linux.h | 83 - gcc/config/tilegx/mul-tables.cc | 27249 ------------------- gcc/config/tilegx/predicates.md | 290 - gcc/config/tilegx/sync.md | 227 - gcc/config/tilegx/t-tilegx | 21 - gcc/config/tilegx/tilegx-builtins.h | 325 - gcc/config/tilegx/tilegx-c.cc | 55 - gcc/config/tilegx/tilegx-generic.md | 115 - gcc/config/tilegx/tilegx-modes.def | 37 - gcc/config/tilegx/tilegx-multiply.h | 78 - gcc/config/tilegx/tilegx-opts.h | 33 - gcc/config/tilegx/tilegx-protos.h | 75 - gcc/config/tilegx/tilegx.cc | 5728 ---- gcc/config/tilegx/tilegx.h | 530 - gcc/config/tilegx/tilegx.md | 5664 ---- gcc/config/tilegx/tilegx.opt | 63 - gcc/config/tilepro/constraints.md | 99 - gcc/config/tilepro/feedback.h | 14 - gcc/config/tilepro/gen-mul-tables.cc | 1369 - gcc/config/tilepro/linux.h | 83 - gcc/config/tilepro/mul-tables.cc | 17837 ------------ gcc/config/tilepro/predicates.md | 258 - gcc/config/tilepro/t-tilepro | 15 - gcc/config/tilepro/tilepro-builtins.h | 216 - gcc/config/tilepro/tilepro-c.cc | 54 - gcc/config/tilepro/tilepro-generic.md | 107 - gcc/config/tilepro/tilepro-modes.def | 34 - gcc/config/tilepro/tilepro-multiply.h | 82 - gcc/config/tilepro/tilepro-protos.h | 76 - gcc/config/tilepro/tilepro.cc | 5083 ---- gcc/config/tilepro/tilepro.h | 457 - gcc/config/tilepro/tilepro.md | 3816 --- gcc/config/tilepro/tilepro.opt | 36 - gcc/config/xtensa/constraints.md | 6 +- gcc/config/xtensa/predicates.md | 34 +- gcc/config/xtensa/xtensa-protos.h | 9 +- gcc/config/xtensa/xtensa.cc | 514 +- gcc/config/xtensa/xtensa.md | 867 +- gcc/config/xtensa/xtensa.opt | 4 + gcc/configure | 29 +- gcc/configure.ac | 29 +- gcc/coroutine-passes.cc | 8 +- gcc/cp/ChangeLog | 246 + gcc/cp/call.cc | 60 +- gcc/cp/class.cc | 17 +- gcc/cp/constexpr.cc | 29 +- gcc/cp/cp-gimplify.cc | 7 +- gcc/cp/cp-tree.h | 6 +- gcc/cp/cp-ubsan.cc | 2 +- gcc/cp/cxx-pretty-print.h | 38 +- gcc/cp/decl.cc | 29 +- gcc/cp/decl2.cc | 150 +- gcc/cp/expr.cc | 5 + gcc/cp/g++spec.cc | 1 + gcc/cp/mapper-client.cc | 1 + gcc/cp/mapper-resolver.cc | 1 + gcc/cp/module.cc | 812 +- gcc/cp/name-lookup.cc | 4 + gcc/cp/parser.cc | 54 +- gcc/cp/pt.cc | 179 +- gcc/cp/semantics.cc | 10 +- gcc/cp/typeck.cc | 2 +- gcc/cprop.cc | 9 +- gcc/cse.cc | 18 +- gcc/d/ChangeLog | 199 + gcc/d/d-attribs.cc | 265 +- gcc/d/d-builtins.cc | 136 +- gcc/d/d-codegen.cc | 41 +- gcc/d/d-compiler.cc | 40 +- gcc/d/d-convert.cc | 44 +- gcc/d/d-gimplify.cc | 4 +- gcc/d/d-tree.h | 22 +- gcc/d/decl.cc | 133 +- gcc/d/dmd/MERGE | 2 +- gcc/d/dmd/aggregate.h | 36 +- gcc/d/dmd/attrib.d | 6 +- gcc/d/dmd/canthrow.d | 13 +- gcc/d/dmd/clone.d | 9 +- gcc/d/dmd/cparse.d | 122 +- gcc/d/dmd/cppmangle.d | 2 +- gcc/d/dmd/dcast.d | 4 +- gcc/d/dmd/declaration.d | 63 +- gcc/d/dmd/denum.d | 14 +- gcc/d/dmd/dinterpret.d | 55 +- gcc/d/dmd/dmangle.d | 18 +- gcc/d/dmd/dscope.d | 17 +- gcc/d/dmd/dstruct.d | 33 +- gcc/d/dmd/dsymbol.d | 18 +- gcc/d/dmd/dsymbol.h | 2 - gcc/d/dmd/dsymbolsem.d | 69 +- gcc/d/dmd/dtemplate.d | 8 +- gcc/d/dmd/dtoh.d | 128 +- gcc/d/dmd/enum.h | 13 +- gcc/d/dmd/escape.d | 40 +- gcc/d/dmd/expression.d | 10 +- gcc/d/dmd/expressionsem.d | 204 +- gcc/d/dmd/foreachvar.d | 14 +- gcc/d/dmd/func.d | 25 +- gcc/d/dmd/id.d | 1 + gcc/d/dmd/importc.d | 4 + gcc/d/dmd/mtype.d | 13 +- gcc/d/dmd/mtype.h | 11 + gcc/d/dmd/ob.d | 22 +- gcc/d/dmd/parse.d | 17 +- gcc/d/dmd/root/filename.d | 27 +- gcc/d/dmd/scope.h | 1 + gcc/d/dmd/semantic2.d | 5 + gcc/d/dmd/semantic3.d | 2 +- gcc/d/dmd/statement.d | 2 +- gcc/d/dmd/statementsem.d | 50 +- gcc/d/dmd/typesem.d | 502 +- gcc/d/dmd/typinf.d | 9 +- gcc/d/expr.cc | 94 +- gcc/d/intrinsics.cc | 604 +- gcc/d/intrinsics.def | 23 + gcc/d/lang.opt | 4 + gcc/d/runtime.def | 1 - gcc/d/toir.cc | 1 + gcc/d/typeinfo.cc | 39 +- gcc/d/types.cc | 153 +- gcc/dce.cc | 8 +- gcc/df-core.cc | 10 +- gcc/diagnostic-format-json.cc | 1 + gcc/diagnostic-format-sarif.cc | 1 + gcc/diagnostic-metadata.h | 47 +- gcc/diagnostic.cc | 48 + gcc/diagnostic.h | 3 + gcc/doc/extend.texi | 71 - gcc/doc/install.texi | 32 +- gcc/doc/invoke.texi | 223 +- gcc/doc/md.texi | 148 - gcc/doc/sourcebuild.texi | 12 + gcc/dojump.cc | 2 +- gcc/domwalk.cc | 6 +- gcc/domwalk.h | 5 +- gcc/dse.cc | 14 +- gcc/dwarf2cfi.cc | 7 +- gcc/dwarf2out.cc | 2 +- gcc/early-remat.cc | 4 +- gcc/except.cc | 6 +- gcc/expr.cc | 112 +- gcc/final.cc | 26 +- gcc/flag-types.h | 9 - gcc/flags.h | 2 +- gcc/fold-const.cc | 10 +- gcc/fortran/ChangeLog | 61 + gcc/fortran/check.cc | 2 + gcc/fortran/decl.cc | 20 + gcc/fortran/gfortran.h | 3 + gcc/fortran/simplify.cc | 147 +- gcc/fortran/trans-intrinsic.cc | 15 +- gcc/fortran/trans-types.cc | 12 + gcc/fortran/trans-types.h | 4 + gcc/function.cc | 10 +- gcc/fwprop.cc | 8 +- gcc/gcc.cc | 5 +- gcc/gcse.cc | 14 +- gcc/gengtype-state.cc | 10 - gcc/genmatch.cc | 22 +- gcc/gensupport.cc | 2 +- gcc/gimple-fold.cc | 7 +- gcc/gimple-harden-conditionals.cc | 20 +- gcc/gimple-if-to-switch.cc | 22 +- gcc/gimple-isel.cc | 4 +- gcc/gimple-laddress.cc | 6 +- gcc/gimple-loop-interchange.cc | 6 +- gcc/gimple-loop-jam.cc | 4 +- gcc/gimple-loop-versioning.cc | 7 +- gcc/gimple-low.cc | 5 +- gcc/gimple-range-cache.cc | 11 +- gcc/gimple-range-cache.h | 4 +- gcc/gimple-range-edge.h | 2 +- gcc/gimple-range-fold.cc | 30 +- gcc/gimple-range-gori.cc | 10 +- gcc/gimple-range-gori.h | 2 +- gcc/gimple-range-infer.h | 2 +- gcc/gimple-ssa-backprop.cc | 6 +- gcc/gimple-ssa-evrp-analyze.cc | 456 - gcc/gimple-ssa-evrp-analyze.h | 58 - gcc/gimple-ssa-evrp.cc | 395 - gcc/gimple-ssa-isolate-paths.cc | 9 +- gcc/gimple-ssa-nonnull-compare.cc | 4 +- gcc/gimple-ssa-split-paths.cc | 9 +- gcc/gimple-ssa-sprintf.cc | 2 +- gcc/gimple-ssa-store-merging.cc | 10 +- gcc/gimple-ssa-strength-reduction.cc | 6 +- gcc/gimple-ssa-warn-access.cc | 36 +- gcc/gimple-ssa-warn-alloca.cc | 8 +- gcc/gimple-ssa-warn-restrict.cc | 4 +- gcc/gimple-warn-recursion.cc | 4 +- gcc/gimple.cc | 13 + gcc/gimple.h | 4 +- gcc/gimplify.cc | 137 +- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/export.cc | 3 + gcc/go/gofrontend/expressions.cc | 130 +- gcc/go/gofrontend/expressions.h | 105 + gcc/go/gofrontend/gogo.cc | 2 +- gcc/go/gofrontend/names.cc | 29 +- gcc/go/gofrontend/parse.cc | 89 + gcc/go/gofrontend/parse.h | 1 + gcc/go/gofrontend/statements.cc | 18 +- gcc/go/gofrontend/types.cc | 26 +- gcc/graphite.cc | 9 +- gcc/ifcvt.cc | 27 +- gcc/init-regs.cc | 4 +- gcc/internal-fn.cc | 140 +- gcc/ipa-comdats.cc | 4 +- gcc/ipa-cp.cc | 14 +- gcc/ipa-devirt.cc | 8 +- gcc/ipa-fnsummary.cc | 24 +- gcc/ipa-free-lang-data.cc | 2 +- gcc/ipa-icf-gimple.h | 6 +- gcc/ipa-icf.cc | 11 +- gcc/ipa-icf.h | 36 +- gcc/ipa-inline-analysis.cc | 2 +- gcc/ipa-inline.cc | 4 +- gcc/ipa-modref.cc | 12 +- gcc/ipa-profile.cc | 4 +- gcc/ipa-prop.cc | 12 +- gcc/ipa-pure-const.cc | 26 +- gcc/ipa-reference.cc | 4 +- gcc/ipa-split.cc | 8 +- gcc/ipa-sra.cc | 7 +- gcc/ipa-visibility.cc | 6 +- gcc/ipa.cc | 12 +- gcc/ira.cc | 8 +- gcc/jit/ChangeLog | 20 + gcc/jit/jit-playback.cc | 6 +- gcc/jit/jit-recording.cc | 2 +- gcc/jit/libgccjit.cc | 2 +- gcc/jump.cc | 5 +- gcc/loop-init.cc | 18 +- gcc/loop-unroll.cc | 8 +- gcc/lower-subreg.cc | 16 +- gcc/lto-wrapper.cc | 39 +- gcc/lto/ChangeLog | 5 + gcc/lto/lto-dump.cc | 8 +- gcc/match.pd | 199 +- gcc/mode-switching.cc | 6 +- gcc/modulo-sched.cc | 24 +- gcc/multiple_target.cc | 7 +- gcc/omp-expand.cc | 112 +- gcc/omp-low.cc | 9 +- gcc/omp-oacc-kernels-decompose.cc | 4 +- gcc/omp-oacc-neuter-broadcast.cc | 4 +- gcc/omp-offload.cc | 16 +- gcc/omp-simd-clone.cc | 7 +- gcc/optabs.cc | 6 +- gcc/opts.cc | 128 +- gcc/opts.h | 1 + gcc/params.opt | 19 - gcc/passes.cc | 34 +- gcc/po/ChangeLog | 4 + gcc/po/exgettext | 2 +- gcc/postreload-gcse.cc | 7 +- gcc/postreload.cc | 7 +- gcc/predict.cc | 30 +- gcc/profile-count.h | 50 +- gcc/profile.cc | 5 +- gcc/read-md.h | 2 +- gcc/read-rtl-function.cc | 6 +- gcc/read-rtl.cc | 6 + gcc/recog.cc | 32 +- gcc/ree.cc | 7 +- gcc/reg-stack.cc | 4 +- gcc/regcprop.cc | 27 +- gcc/reginfo.cc | 2 +- gcc/regrename.cc | 10 +- gcc/reorg.cc | 8 +- gcc/rtl-ssa/blocks.cc | 4 +- gcc/sancov.cc | 10 +- gcc/sanopt.cc | 16 +- gcc/sched-rgn.cc | 19 +- gcc/spellcheck.cc | 9 + gcc/spellcheck.h | 24 +- gcc/stack-ptr-mod.cc | 2 +- gcc/statistics.cc | 25 +- gcc/stmt.cc | 5 +- gcc/store-motion.cc | 4 +- gcc/symtab-thunks.cc | 10 +- gcc/system.h | 4 + gcc/testsuite/ChangeLog | 749 + gcc/testsuite/c-c++-common/Wcast-align.c | 4 +- gcc/testsuite/c-c++-common/attr-cdtor-1.c | 2 +- gcc/testsuite/c-c++-common/nonnull-1.c | 2 +- gcc/testsuite/c-c++-common/pr105998.c | 12 + .../c-c++-common/torture/builtin-shufflevector-2.c | 3 + gcc/testsuite/c-c++-common/ubsan/align-8.c | 2 +- gcc/testsuite/c-c++-common/ubsan/div-by-zero-4.c | 2 +- gcc/testsuite/c-c++-common/ubsan/nonnull-4.c | 2 +- gcc/testsuite/c-c++-common/ubsan/overflow-add-4.c | 2 +- gcc/testsuite/c-c++-common/ubsan/pr56956.c | 2 +- gcc/testsuite/c-c++-common/ubsan/pr68142.c | 2 +- gcc/testsuite/c-c++-common/ubsan/pr80932.c | 2 +- gcc/testsuite/g++.dg/abi/pure-virtual1.C | 2 +- gcc/testsuite/g++.dg/cpp0x/decltype82a.C | 11 + gcc/testsuite/g++.dg/cpp0x/initlist130.C | 5 + gcc/testsuite/g++.dg/cpp0x/keywords1.C | 15 + gcc/testsuite/g++.dg/cpp0x/trailing16.C | 17 + gcc/testsuite/g++.dg/cpp1z/aligned-new9.C | 1 + gcc/testsuite/g++.dg/cpp1z/class-deduction111.C | 10 + gcc/testsuite/g++.dg/cpp1z/constexpr-if37.C | 21 + gcc/testsuite/g++.dg/cpp1z/constexpr-if38.C | 16 + gcc/testsuite/g++.dg/cpp1z/nontype-auto21.C | 20 + gcc/testsuite/g++.dg/cpp2a/desig26.C | 22 + gcc/testsuite/g++.dg/cpp2a/keywords1.C | 12 + gcc/testsuite/g++.dg/cpp2a/lambda-generic10.C | 14 + gcc/testsuite/g++.dg/ext/builtin-shufflevector-4.C | 18 + gcc/testsuite/g++.dg/ext/desig4.C | 4 - gcc/testsuite/g++.dg/init/array61.C | 3 +- gcc/testsuite/g++.dg/lto/pr90990_0.C | 1 + gcc/testsuite/g++.dg/modules/inext-1.H | 1 + gcc/testsuite/g++.dg/modules/init-2_a.C | 9 +- gcc/testsuite/g++.dg/modules/init-2_b.C | 1 + gcc/testsuite/g++.dg/modules/init-2_c.C | 12 +- gcc/testsuite/g++.dg/modules/init-2_d.C | 11 + gcc/testsuite/g++.dg/modules/init-3_a.C | 17 + gcc/testsuite/g++.dg/modules/init-3_b.C | 6 + gcc/testsuite/g++.dg/modules/init-3_c.C | 17 + gcc/testsuite/g++.dg/modules/loc-prune-1.C | 19 + gcc/testsuite/g++.dg/modules/loc-prune-2.C | 14 + gcc/testsuite/g++.dg/modules/loc-prune-3.C | 16 + gcc/testsuite/g++.dg/modules/pr105169_a.C | 2 +- gcc/testsuite/g++.dg/modules/pr105169_b.C | 2 +- gcc/testsuite/g++.dg/modules/pr98718_a.C | 4 +- gcc/testsuite/g++.dg/modules/pr98718_b.C | 6 +- gcc/testsuite/g++.dg/pr100774.C | 2 +- gcc/testsuite/g++.dg/spellcheck-stdlib.C | 29 + gcc/testsuite/g++.dg/torture/pr106131.C | 34 + gcc/testsuite/g++.dg/ubsan/return-8.C | 9 + gcc/testsuite/g++.dg/ubsan/return-8a.C | 16 + gcc/testsuite/g++.dg/ubsan/return-8b.C | 17 + gcc/testsuite/g++.dg/ubsan/return-8d.C | 16 + gcc/testsuite/g++.dg/ubsan/return-8e.C | 17 + gcc/testsuite/g++.dg/warn/Woverloaded-virt1.C | 14 + gcc/testsuite/g++.dg/warn/Woverloaded-virt2.C | 15 + gcc/testsuite/g++.dg/warn/Wstringop-overflow-4.C | 36 +- gcc/testsuite/g++.dg/warn/Wuse-after-free5.C | 15 + gcc/testsuite/g++.target/i386/pr105953.C | 4 + gcc/testsuite/g++.target/loongarch/loongarch.exp | 34 + gcc/testsuite/g++.target/loongarch/pr106096.C | 75 + gcc/testsuite/g++.target/xtensa/pr95571.C | 6 + gcc/testsuite/gcc.c-torture/compile/pr106030.c | 16 + gcc/testsuite/gcc.c-torture/execute/pr105984.c | 19 + gcc/testsuite/gcc.c-torture/execute/pr106032.c | 21 + gcc/testsuite/gcc.dg/analyzer/file-1.c | 2 +- .../gcc.dg/analyzer/inlining-1-multiline.c | 56 + gcc/testsuite/gcc.dg/analyzer/inlining-1-no-undo.c | 18 + gcc/testsuite/gcc.dg/analyzer/inlining-1.c | 17 + .../gcc.dg/analyzer/inlining-2-multiline.c | 46 + gcc/testsuite/gcc.dg/analyzer/inlining-2.c | 17 + .../gcc.dg/analyzer/inlining-3-multiline.c | 64 + gcc/testsuite/gcc.dg/analyzer/inlining-3.c | 30 + .../gcc.dg/analyzer/inlining-4-multiline.c | 72 + gcc/testsuite/gcc.dg/analyzer/inlining-4.c | 27 + .../gcc.dg/analyzer/inlining-5-multiline.c | 59 + gcc/testsuite/gcc.dg/analyzer/inlining-5.c | 24 + .../gcc.dg/analyzer/inlining-6-multiline.c | 64 + gcc/testsuite/gcc.dg/analyzer/inlining-6.c | 23 + .../gcc.dg/analyzer/inlining-7-multiline.c | 128 + gcc/testsuite/gcc.dg/analyzer/inlining-7.c | 49 + gcc/testsuite/gcc.dg/analyzer/stdarg-1.c | 4 +- gcc/testsuite/gcc.dg/analyzer/uninit-1.c | 19 + gcc/testsuite/gcc.dg/atomic/c11-atomic-exec-4.c | 12 +- gcc/testsuite/gcc.dg/atomic/c11-atomic-exec-5.c | 6 +- gcc/testsuite/gcc.dg/atomic/pr80640-2.c | 6 +- gcc/testsuite/gcc.dg/atomic/pr80640.c | 6 +- gcc/testsuite/gcc.dg/atomic/pr81316.c | 9 +- .../gcc.dg/builtin-dynamic-object-size-0.c | 18 + gcc/testsuite/gcc.dg/builtin-object-size-20.c | 64 +- gcc/testsuite/gcc.dg/builtin-object-size-22.c | 79 + gcc/testsuite/gcc.dg/c11-align-4.c | 2 +- gcc/testsuite/gcc.dg/darwin-comm-1.c | 5 +- gcc/testsuite/gcc.dg/debug/btf/btf-bitfields-1.c | 7 +- gcc/testsuite/gcc.dg/di-sync-multithread.c | 8 + gcc/testsuite/gcc.dg/fold-convlshift-4.c | 9 + gcc/testsuite/gcc.dg/instrument-4.c | 7 + gcc/testsuite/gcc.dg/ipa/pr105739.c | 30 + gcc/testsuite/gcc.dg/lower-subreg-1.c | 2 +- gcc/testsuite/gcc.dg/lto/pr101868_0.c | 7 +- gcc/testsuite/gcc.dg/optimize-bswaphi-1.c | 2 +- .../gcc.dg/plugin/diagnostic-test-metadata.c | 2 +- .../plugin/diagnostic_plugin_test_metadata.c | 9 +- gcc/testsuite/gcc.dg/pr100781.c | 2 +- gcc/testsuite/gcc.dg/pr105835.c | 18 + gcc/testsuite/gcc.dg/pr105911.c | 16 + gcc/testsuite/gcc.dg/pr105969.c | 13 + gcc/testsuite/gcc.dg/pr106027.c | 8 + gcc/testsuite/gcc.dg/pr106114.c | 14 + gcc/testsuite/gcc.dg/pr94026.c | 21 + gcc/testsuite/gcc.dg/pr94899.c | 49 + gcc/testsuite/gcc.dg/sancov/cmp0.c | 2 +- gcc/testsuite/gcc.dg/sso/memcpy-1.c | 8 +- gcc/testsuite/gcc.dg/strlenopt-10.c | 6 +- gcc/testsuite/gcc.dg/strlenopt-11.c | 14 +- gcc/testsuite/gcc.dg/strlenopt-13.c | 16 +- .../gcc.dg/torture/fp-double-convert-float-1.c | 1 + .../gcc.dg/torture/fp-int-convert-timode-3.c | 1 + .../gcc.dg/torture/fp-int-convert-timode-4.c | 1 + .../gcc.dg/torture/fp-uint64-convert-double-1.c | 1 + .../gcc.dg/torture/fp-uint64-convert-double-2.c | 1 + gcc/testsuite/gcc.dg/torture/pr106070.c | 22 + gcc/testsuite/gcc.dg/torture/pr106112.c | 16 + gcc/testsuite/gcc.dg/torture/pr106971.c | 12 + gcc/testsuite/gcc.dg/tree-ssa/if-to-switch-11.c | 28 + gcc/testsuite/gcc.dg/tree-ssa/pr105983.c | 17 + gcc/testsuite/gcc.dg/tree-ssa/pr106126.c | 12 + gcc/testsuite/gcc.dg/tree-ssa/pr61839_3.c | 4 +- gcc/testsuite/gcc.dg/tree-ssa/slsr-39.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-branch-1.c | 5 +- gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-7.c | 2 +- gcc/testsuite/gcc.dg/vect/bb-slp-pr106019.c | 15 + gcc/testsuite/gcc.dg/vect/bb-slp-pr81635-2.c | 2 +- gcc/testsuite/gcc.dg/vect/bb-slp-pr81635-4.c | 6 +- .../vect/costmodel/x86_64/costmodel-pr104582-2.c | 2 +- gcc/testsuite/gcc.dg/vect/slp-11a.c | 10 +- .../gcc.dg/vect/vect-over-widen-1-big-array.c | 2 - gcc/testsuite/gcc.dg/vect/vect-over-widen-1.c | 2 - .../gcc.dg/vect/vect-over-widen-3-big-array.c | 2 - gcc/testsuite/gcc.dg/vect/vect-over-widen-3.c | 2 - .../gcc.dg/vect/vect-over-widen-4-big-array.c | 2 - gcc/testsuite/gcc.dg/vect/vect-over-widen-4.c | 2 - gcc/testsuite/gcc.misc-tests/linkage.exp | 7 - gcc/testsuite/gcc.misc-tests/outputs.exp | 52 +- .../aarch64/sve/acle/general/pr96463-1.c | 29 + .../aarch64/sve/acle/general/pr96463-2.c | 29 + .../gcc.target/aarch64/sve/cost_model_14.c | 13 + gcc/testsuite/gcc.target/aarch64/symbol-range.c | 3 +- gcc/testsuite/gcc.target/alpha/pr105209.c | 26 + .../gcc.target/arm/acle/cde-mve-full-assembly.c | 549 +- gcc/testsuite/gcc.target/arm/simd/mve-vcmp-f32-2.c | 6 +- gcc/testsuite/gcc.target/arm/simd/pr100757-2.c | 9 +- gcc/testsuite/gcc.target/arm/simd/pr100757-3.c | 9 +- gcc/testsuite/gcc.target/arm/simd/pr100757-4.c | 10 +- gcc/testsuite/gcc.target/arm/simd/pr100757.c | 9 +- gcc/testsuite/gcc.target/i386/amx-check.h | 30 + .../gcc.target/i386/avx512fp16-reduce-op-2.c | 1 + gcc/testsuite/gcc.target/i386/pr105927.c | 18 + gcc/testsuite/gcc.target/i386/pr105951-1.c | 5 + gcc/testsuite/gcc.target/i386/pr105951-2.c | 5 + gcc/testsuite/gcc.target/i386/pr105960.c | 19 + gcc/testsuite/gcc.target/i386/pr105965.c | 12 + gcc/testsuite/gcc.target/i386/pr105970.c | 6 + gcc/testsuite/gcc.target/i386/pr105993.c | 18 + gcc/testsuite/gcc.target/i386/pr106053.c | 37 + gcc/testsuite/gcc.target/i386/pr106095.c | 47 + gcc/testsuite/gcc.target/i386/pr106122.c | 15 + gcc/testsuite/gcc.target/i386/pr53533-1.c | 23 + gcc/testsuite/gcc.target/i386/pr53533-2.c | 46 + gcc/testsuite/gcc.target/i386/pr53533-3.c | 24 + gcc/testsuite/gcc.target/i386/pr53533-4.c | 46 + gcc/testsuite/gcc.target/i386/pr53533-5.c | 22 + gcc/testsuite/gcc.target/i386/pr7061-1.c | 4 + gcc/testsuite/gcc.target/i386/pr7061-2.c | 9 + gcc/testsuite/gcc.target/i386/pr84101.c | 2 +- gcc/testsuite/gcc.target/i386/pr99464.c | 1 + gcc/testsuite/gcc.target/i386/xchg-3.c | 12 + .../gcc.target/mips/data-sym-multi-pool.c | 2 +- gcc/testsuite/gcc.target/mips/mips.exp | 1 + .../gcc.target/powerpc/fold-vec-cmp-int128.c | 87 + gcc/testsuite/gcc.target/powerpc/pr103316.c | 81 + gcc/testsuite/gcc.target/powerpc/pr105041.c | 22 + gcc/testsuite/gcc.target/powerpc/pr105991.c | 11 + gcc/testsuite/gcc.target/riscv/cmo-zicbom-1.c | 26 +- gcc/testsuite/gcc.target/riscv/cmo-zicbom-2.c | 26 +- gcc/testsuite/gcc.target/riscv/cmo-zicboz-1.c | 10 +- gcc/testsuite/gcc.target/riscv/cmo-zicboz-2.c | 10 +- gcc/testsuite/gcc.target/riscv/pr105666.c | 2 +- gcc/testsuite/gcc.target/riscv/zba-shadd.c | 13 + gcc/testsuite/gcc.target/xtensa/BALL-BNALL.c | 33 + .../gcc.target/xtensa/constsynth_2insns.c | 44 + .../gcc.target/xtensa/constsynth_3insns.c | 24 + .../gcc.target/xtensa/constsynth_double.c | 11 + gcc/testsuite/gcc.target/xtensa/funnel_shifter.c | 17 + gcc/testsuite/gcc.target/xtensa/sibcalls.c | 20 + .../gdc.dg/Wbuiltin_declaration_mismatch1.d | 37 + .../gdc.dg/Wbuiltin_declaration_mismatch2.d | 250 + gcc/testsuite/gdc.dg/Wpadded.d | 4 + gcc/testsuite/gdc.dg/asan/attr_no_sanitize1.d | 32 + gcc/testsuite/gdc.dg/attr_register1.d | 55 + gcc/testsuite/gdc.dg/attr_register2.d | 11 + gcc/testsuite/gdc.dg/attr_register3.d | 22 + gcc/testsuite/gdc.dg/attr_section1.d | 2 +- gcc/testsuite/gdc.dg/attr_simd1.d | 40 + gcc/testsuite/gdc.dg/attr_simd2.d | 16 + gcc/testsuite/gdc.dg/attr_visibility1.d | 25 + gcc/testsuite/gdc.dg/attr_visibility2.d | 26 + gcc/testsuite/gdc.dg/attr_visibility3.d | 29 + gcc/testsuite/gdc.dg/builtins.d | 17 + gcc/testsuite/gdc.dg/pr106139a.d | 36 + gcc/testsuite/gdc.dg/pr106139b.d | 36 + gcc/testsuite/gdc.dg/pr106139c.d | 27 + gcc/testsuite/gdc.dg/pr106139d.d | 27 + gcc/testsuite/gdc.dg/rtti1.d | 18 + gcc/testsuite/gdc.dg/torture/simd_blendvector.d | 345 + gcc/testsuite/gdc.dg/torture/simd_cond.d | 17 + gcc/testsuite/gdc.dg/torture/simd_convertvector.d | 122 + gcc/testsuite/gdc.dg/torture/simd_load.d | 52 + gcc/testsuite/gdc.dg/torture/simd_logical.d | 19 + gcc/testsuite/gdc.dg/torture/simd_shuffle.d | 454 + gcc/testsuite/gdc.dg/torture/simd_shufflevector.d | 55 + gcc/testsuite/gdc.dg/torture/simd_store.d | 54 + gcc/testsuite/gdc.dg/ubsan/attr_no_sanitize2.d | 39 + gcc/testsuite/gdc.test/compilable/b16360.d | 39 - .../gdc.test/compilable/dtoh_AnonDeclaration.d | 14 +- .../gdc.test/compilable/dtoh_StructDeclaration.d | 18 +- .../gdc.test/compilable/dtoh_TemplateDeclaration.d | 6 +- gcc/testsuite/gdc.test/compilable/dtoh_mangling.d | 8 +- .../gdc.test/compilable/dtoh_protection.d | 28 +- .../gdc.test/compilable/imports/defines.c | 28 + gcc/testsuite/gdc.test/compilable/inliner.d | 21 + gcc/testsuite/gdc.test/compilable/inliner2.d | 27 + gcc/testsuite/gdc.test/compilable/nogc.d | 9 + gcc/testsuite/gdc.test/compilable/test22626.d | 23 + gcc/testsuite/gdc.test/compilable/test23076.d | 38 + gcc/testsuite/gdc.test/compilable/test23142.d | 19 + gcc/testsuite/gdc.test/compilable/test23168.d | 30 + gcc/testsuite/gdc.test/compilable/test23169.d | 14 + gcc/testsuite/gdc.test/compilable/test23174.d | 58 + gcc/testsuite/gdc.test/compilable/testdefines.d | 14 + gcc/testsuite/gdc.test/compilable/testdip1008.d | 19 + gcc/testsuite/gdc.test/compilable/testparse.d | 10 + .../gdc.test/fail_compilation/fail17927.d | 8 +- .../gdc.test/fail_compilation/fail20108.d | 2 +- .../gdc.test/fail_compilation/fail_scope.d | 8 +- gcc/testsuite/gdc.test/fail_compilation/ice12574.d | 2 +- .../gdc.test/fail_compilation/mixin_template.d | 10 + gcc/testsuite/gdc.test/fail_compilation/noreturn.d | 18 + .../gdc.test/fail_compilation/previewin.d | 2 +- .../gdc.test/fail_compilation/previewin2.d | 18 + gcc/testsuite/gdc.test/fail_compilation/retscope.d | 12 +- .../gdc.test/fail_compilation/retscope2.d | 4 +- .../gdc.test/fail_compilation/retscope6.d | 12 +- .../gdc.test/fail_compilation/template_decl.d | 9 + .../gdc.test/fail_compilation/test14238.d | 2 +- .../gdc.test/fail_compilation/test17423.d | 2 +- .../gdc.test/fail_compilation/test17450.d | 4 +- .../gdc.test/fail_compilation/test20245.d | 8 +- .../gdc.test/fail_compilation/test21477.d | 16 + .../gdc.test/fail_compilation/test22818.d | 2 +- .../gdc.test/fail_compilation/test23159.d | 22 + gcc/testsuite/gdc.test/fail_compilation/traits.d | 18 + .../gdc.test/fail_compilation/typeerrors.d | 2 +- .../gdc.test/fail_compilation/udaparams.d | 4 +- gcc/testsuite/gdc.test/fail_compilation/udatypes.d | 8 + gcc/testsuite/gdc.test/runnable/ice10086b.d | 50 + gcc/testsuite/gdc.test/runnable/inline3.d | 44 + gcc/testsuite/gdc.test/runnable/staticforeach.d | 29 + gcc/testsuite/gdc.test/runnable/test23010.d | 43 + gcc/testsuite/gdc.test/runnable_cxx/cppa.d | 20 +- .../gdc.test/runnable_cxx/extra-files/cppb.cpp | 30 +- gcc/testsuite/gfortran.dg/check_bits_3.f90 | 16 + gcc/testsuite/gfortran.dg/class_58.f90 | 2 +- gcc/testsuite/gfortran.dg/class_73.f90 | 17 + gcc/testsuite/gfortran.dg/extends_type_of_4.f90 | 20 + gcc/testsuite/gfortran.dg/index_6.f90 | 31 + gcc/testsuite/gfortran.dg/pr105954.f90 | 26 + gcc/testsuite/gfortran.dg/ubsan/pr106062.f90 | 11 + gcc/testsuite/gfortran.dg/unpack_vector_1.f90 | 12 + gcc/testsuite/jit.dg/test-asm.cc | 1 + .../jit.dg/test-pr105812-bool-operations.c | 89 + gcc/testsuite/lib/asan-dg.exp | 2 + gcc/testsuite/lib/target-supports.exp | 23 +- gcc/toplev.cc | 2 + gcc/tracer.cc | 4 +- gcc/trans-mem.cc | 34 +- gcc/tree-call-cdce.cc | 4 +- gcc/tree-cfg.cc | 80 +- gcc/tree-cfgcleanup.cc | 6 +- gcc/tree-complex.cc | 14 +- gcc/tree-data-ref.cc | 19 + gcc/tree-diagnostic-path.cc | 23 +- gcc/tree-eh.cc | 23 +- gcc/tree-emutls.cc | 7 +- gcc/tree-if-conv.cc | 4 +- gcc/tree-into-ssa.cc | 54 +- gcc/tree-loop-distribution.cc | 4 +- gcc/tree-nrv.cc | 6 +- gcc/tree-object-size.cc | 26 +- gcc/tree-parloops.cc | 11 +- gcc/tree-predcom.cc | 8 +- gcc/tree-profile.cc | 4 +- gcc/tree-sra.cc | 11 +- gcc/tree-ssa-alias.cc | 42 +- gcc/tree-ssa-ccp.cc | 40 +- gcc/tree-ssa-copy.cc | 9 +- gcc/tree-ssa-dce.cc | 14 +- gcc/tree-ssa-dom.cc | 235 +- gcc/tree-ssa-dse.cc | 6 +- gcc/tree-ssa-forwprop.cc | 6 +- gcc/tree-ssa-ifcombine.cc | 2 +- gcc/tree-ssa-loop-ch.cc | 17 +- gcc/tree-ssa-loop-im.cc | 6 +- gcc/tree-ssa-loop-ivcanon.cc | 17 +- gcc/tree-ssa-loop-ivopts.cc | 2 +- gcc/tree-ssa-loop-manip.cc | 11 +- gcc/tree-ssa-loop-prefetch.cc | 7 +- gcc/tree-ssa-loop-split.cc | 9 +- gcc/tree-ssa-loop-unswitch.cc | 4 +- gcc/tree-ssa-loop.cc | 27 +- gcc/tree-ssa-math-opts.cc | 17 +- gcc/tree-ssa-phiopt.cc | 19 +- gcc/tree-ssa-phiprop.cc | 4 +- gcc/tree-ssa-pre.cc | 4 +- gcc/tree-ssa-propagate.cc | 6 +- gcc/tree-ssa-reassoc.cc | 8 +- gcc/tree-ssa-sccvn.cc | 37 +- gcc/tree-ssa-sink.cc | 11 +- gcc/tree-ssa-strlen.cc | 14 +- gcc/tree-ssa-structalias.cc | 13 +- gcc/tree-ssa-threadedge.cc | 4 +- gcc/tree-ssa-uncprop.cc | 10 +- gcc/tree-ssa-uninit.cc | 16 +- gcc/tree-ssanames.cc | 2 +- gcc/tree-stdarg.cc | 8 +- gcc/tree-switch-conversion.cc | 68 +- gcc/tree-switch-conversion.h | 34 +- gcc/tree-tailcall.cc | 16 +- gcc/tree-vect-generic.cc | 11 +- gcc/tree-vect-loop.cc | 112 +- gcc/tree-vect-patterns.cc | 47 +- gcc/tree-vectorizer.cc | 26 +- gcc/tree-vrp.cc | 40 +- gcc/tree.cc | 40 + gcc/tree.h | 5 + gcc/tsan.cc | 10 +- gcc/ubsan.cc | 75 +- gcc/ubsan.h | 1 + gcc/value-range.h | 57 +- gcc/value-relation.h | 38 +- gcc/var-tracking.cc | 4 +- gcc/varasm.cc | 10 +- gcc/vr-values.h | 2 +- gcc/vtable-verify.cc | 4 +- gcc/warning-control.cc | 8 +- gcc/web.cc | 4 +- gcc/wide-int.cc | 13 +- include/ChangeLog | 4 + include/gomp-constants.h | 11 + libbacktrace/ChangeLog | 5 + libbacktrace/Makefile.in | 2 +- libbacktrace/configure | 2 +- libbacktrace/configure.ac | 2 +- libcc1/ChangeLog | 6 + libcc1/libcc1plugin.cc | 1 + libcc1/libcp1plugin.cc | 1 + libcpp/ChangeLog | 8 + libcpp/generated_cpp_wcwidth.h | 164 +- libcpp/ucnid.h | 130 +- libgcc/ChangeLog | 18 + libgcc/config.host | 17 - libgcc/config/tilegx/sfp-machine.h | 5 - libgcc/config/tilegx/sfp-machine32.h | 68 - libgcc/config/tilegx/sfp-machine64.h | 68 - libgcc/config/tilegx/t-crtstuff | 8 - libgcc/config/tilegx/t-softfp | 1 - libgcc/config/tilegx/t-tilegx | 26 - libgcc/config/tilepro/atomic.c | 397 - libgcc/config/tilepro/atomic.h | 437 - libgcc/config/tilepro/linux-unwind.h | 99 - libgcc/config/tilepro/sfp-machine.h | 59 - libgcc/config/tilepro/softdivide.c | 353 - libgcc/config/tilepro/softmpy.S | 94 - libgcc/config/tilepro/t-crtstuff | 4 - libgcc/config/tilepro/t-tilepro | 33 - libgfortran/ChangeLog | 92 + libgfortran/Makefile.am | 4 +- libgfortran/Makefile.in | 5 +- libgfortran/acinclude.m4 | 82 +- libgfortran/caf/single.c | 7 +- libgfortran/config.h.in | 197 +- libgfortran/configure | 3503 ++- libgfortran/configure.ac | 83 +- libgfortran/generated/bessel_r16.c | 4 + libgfortran/generated/bessel_r17.c | 2 + libgfortran/generated/norm2_r16.c | 4 + libgfortran/generated/norm2_r17.c | 2 + libgfortran/ieee/issignaling_fallback.h | 8 +- libgfortran/intrinsics/cshift0.c | 4 +- libgfortran/intrinsics/erfc_scaled.c | 25 +- libgfortran/intrinsics/pack_generic.c | 4 +- libgfortran/intrinsics/spread_generic.c | 8 +- libgfortran/intrinsics/trigd.c | 18 + libgfortran/intrinsics/unpack_generic.c | 8 +- libgfortran/io/read.c | 13 + libgfortran/io/transfer128.c | 4 +- libgfortran/io/write_float.def | 54 +- libgfortran/kinds-override.h | 14 +- libgfortran/libgfortran.h | 64 +- libgfortran/m4/mtype.m4 | 6 + libgfortran/mk-kinds-h.sh | 20 +- libgfortran/runtime/in_pack_generic.c | 4 +- libgfortran/runtime/in_unpack_generic.c | 4 +- libgo/Makefile.am | 1 + libgo/Makefile.in | 1 + libgo/config.h.in | 3 + libgo/configure | 12 +- libgo/configure.ac | 11 +- libgo/go/runtime/extern.go | 10 - libgo/go/syscall/dir_plan9.go | 1 + libgo/go/syscall/errstr.go | 4 +- libgo/go/syscall/errstr_glibc.go | 1 + libgo/go/syscall/exec_bsd.go | 1 + libgo/go/syscall/exec_freebsd.go | 1 + libgo/go/syscall/exec_hurd.go | 1 + libgo/go/syscall/exec_linux.go | 2 + libgo/go/syscall/exec_stubs.go | 1 + libgo/go/syscall/libcall_aix.go | 2 + libgo/go/syscall/libcall_bsd.go | 2 + libgo/go/syscall/libcall_bsd_largefile.go | 1 + libgo/go/syscall/libcall_bsd_regfile.go | 1 + libgo/go/syscall/libcall_bsd_sendfile.go | 1 + libgo/go/syscall/libcall_glibc.go | 3 + libgo/go/syscall/libcall_irix.go | 1 + libgo/go/syscall/libcall_linux.go | 18 +- libgo/go/syscall/libcall_linux_utimesnano.go | 1 + libgo/go/syscall/libcall_posix.go | 3 + libgo/go/syscall/libcall_posix_largefile.go | 1 + libgo/go/syscall/libcall_posix_nonhurd.go | 1 + libgo/go/syscall/libcall_posix_regfile.go | 1 + libgo/go/syscall/libcall_posix_utimesnano.go | 1 + libgo/go/syscall/libcall_solaris_largefile.go | 1 + libgo/go/syscall/libcall_solaris_regfile.go | 1 + libgo/go/syscall/libcall_uname.go | 1 + libgo/go/syscall/libcall_wait4.go | 1 + libgo/go/syscall/sleep_rtems.go | 1 + libgo/go/syscall/sleep_select.go | 1 + libgo/go/syscall/socket_bsd.go | 1 + libgo/go/syscall/socket_hurd.go | 1 + libgo/go/syscall/socket_irix.go | 1 + libgo/go/syscall/socket_linux_ppc64x_type.go | 1 + libgo/go/syscall/socket_linux_type.go | 5 +- libgo/go/syscall/socket_posix.go | 1 + libgo/go/syscall/socket_xnet.go | 1 + libgo/go/syscall/syscall.go | 1 - libgo/go/syscall/syscall_errno.go | 1 + libgo/go/syscall/syscall_funcs.go | 1 + libgo/go/syscall/syscall_funcs_stubs.go | 1 + libgo/go/syscall/syscall_glibc.go | 1 + libgo/go/syscall/syscall_js.go | 1 + libgo/go/syscall/syscall_linux.go | 2 + libgo/mksysinfo.sh | 9 +- libgo/sysinfo.c | 15 +- libgomp/ChangeLog | 86 + libgomp/Makefile.in | 52 +- libgomp/acinclude.m4 | 2 +- libgomp/allocator.c | 2 +- libgomp/configure | 145 +- libgomp/icv-device.c | 2 +- libgomp/libgomp.texi | 3 +- libgomp/omp.h.in | 6 + libgomp/omp_lib.f90.in | 2 + libgomp/omp_lib.h.in | 3 + libgomp/plugin/Makefrag.am | 25 +- libgomp/plugin/configfrag.ac | 90 +- libgomp/target.c | 127 +- libgomp/testsuite/Makefile.in | 5 - libgomp/testsuite/lib/libgomp.exp | 13 - libgomp/testsuite/libgomp-test-support.exp.in | 3 - .../libgomp.c-c++-common/get-mapped-ptr-1.c | 10 +- .../libgomp.c-c++-common/target-is-accessible-1.c | 5 +- libgomp/testsuite/libgomp.c/target-31.c | 2 +- libgomp/testsuite/libgomp.c/target-41.c | 8 +- libgomp/testsuite/libgomp.c/target-45.c | 19 + libgomp/testsuite/libgomp.c/target-46.c | 20 + libgomp/testsuite/libgomp.c/target-47.c | 19 + .../testsuite/libgomp.fortran/get-mapped-ptr-1.f90 | 12 +- .../libgomp.fortran/target-is-accessible-1.f90 | 13 +- libiberty/ChangeLog | 5 + libiberty/configure | 1 + libiberty/configure.ac | 1 + libiberty/rust-demangle.c | 29 +- libphobos/ChangeLog | 44 + libphobos/libdruntime/MERGE | 2 +- libphobos/libdruntime/Makefile.am | 22 +- libphobos/libdruntime/Makefile.in | 47 +- libphobos/libdruntime/core/attribute.d | 18 +- .../libdruntime/core/internal/array/equality.d | 33 +- libphobos/libdruntime/core/lifetime.d | 40 +- libphobos/libdruntime/core/stdc/config.d | 31 + libphobos/libdruntime/core/stdc/errno.d | 137 + libphobos/libdruntime/core/stdc/stdarg.d | 21 + libphobos/libdruntime/core/stdc/stddef.d | 5 + libphobos/libdruntime/core/stdc/stdint.d | 35 + libphobos/libdruntime/core/stdc/stdio.d | 72 + libphobos/libdruntime/core/stdc/stdlib.d | 1 + libphobos/libdruntime/core/stdcpp/xutility.d | 15 +- libphobos/libdruntime/core/sync/package.d | 20 + .../libdruntime/core/sys/dragonflybsd/sys/elf32.d | 10 + .../libdruntime/core/sys/dragonflybsd/sys/elf64.d | 10 + libphobos/libdruntime/core/sys/elf/package.d | 83 +- libphobos/libdruntime/core/sys/freebsd/sys/elf32.d | 10 + libphobos/libdruntime/core/sys/freebsd/sys/elf64.d | 10 + libphobos/libdruntime/core/sys/linux/elf.d | 20 + libphobos/libdruntime/core/sys/netbsd/sys/elf32.d | 10 + libphobos/libdruntime/core/sys/netbsd/sys/elf64.d | 10 + libphobos/libdruntime/core/sys/openbsd/sys/elf32.d | 10 + libphobos/libdruntime/core/sys/openbsd/sys/elf64.d | 10 + libphobos/libdruntime/core/sys/posix/fcntl.d | 6 + .../libdruntime/core/sys/solaris/sys/elftypes.d | 18 +- libphobos/libdruntime/core/sys/solaris/sys/link.d | 235 +- libphobos/libdruntime/core/sys/windows/winsock2.d | 14 +- libphobos/libdruntime/core/thread/osthread.d | 4 +- libphobos/libdruntime/core/thread/threadbase.d | 14 +- libphobos/libdruntime/core/time.d | 4 +- libphobos/libdruntime/core/vararg.d | 17 + libphobos/libdruntime/gcc/attributes.d | 137 + libphobos/libdruntime/gcc/simd.d | 359 + libphobos/libdruntime/rt/critical_.d | 4 +- libphobos/libdruntime/rt/dmain2.d | 16 +- libphobos/libdruntime/rt/ehalloc.d | 45 - libphobos/libdruntime/rt/lifetime.d | 6 +- libphobos/libdruntime/rt/minfo.d | 216 +- libphobos/libdruntime/rt/monitor_.d | 6 +- libphobos/src/MERGE | 2 +- libphobos/src/std/complex.d | 2 +- libphobos/src/std/experimental/logger/core.d | 329 +- libphobos/src/std/experimental/logger/package.d | 20 - libphobos/src/std/file.d | 30 +- libphobos/src/std/math/algebraic.d | 6 +- libphobos/src/std/math/hardware.d | 6 +- libphobos/src/std/math/trigonometry.d | 46 +- libphobos/src/std/mmfile.d | 10 +- libphobos/src/std/numeric.d | 44 +- libphobos/src/std/stdio.d | 12 +- libphobos/src/std/sumtype.d | 72 +- libphobos/testsuite/libphobos.cycles/cycles.exp | 2 +- libsanitizer/tsan/tsan_rtl_s390x.S | 2 + libstdc++-v3/ChangeLog | 402 + libstdc++-v3/acinclude.m4 | 12 + libstdc++-v3/config.h.in | 3 + libstdc++-v3/configure | 6371 +---- libstdc++-v3/configure.ac | 25 + libstdc++-v3/crossconfig.m4 | 6 - libstdc++-v3/include/bits/allocator.h | 7 +- libstdc++-v3/include/bits/basic_string.h | 192 +- libstdc++-v3/include/bits/basic_string.tcc | 85 - libstdc++-v3/include/bits/chrono.h | 45 +- libstdc++-v3/include/bits/cow_string.h | 63 +- libstdc++-v3/include/bits/fs_ops.h | 79 + libstdc++-v3/include/bits/fs_path.h | 15 +- libstdc++-v3/include/bits/hashtable.h | 30 +- libstdc++-v3/include/bits/hashtable_policy.h | 34 + libstdc++-v3/include/bits/move_only_function.h | 12 + libstdc++-v3/include/bits/new_allocator.h | 6 +- libstdc++-v3/include/bits/utility.h | 3 +- libstdc++-v3/include/experimental/bits/fs_ops.h | 71 + libstdc++-v3/include/experimental/bits/fs_path.h | 12 +- libstdc++-v3/include/experimental/numeric | 46 +- libstdc++-v3/include/ext/malloc_allocator.h | 6 +- libstdc++-v3/include/ext/vstring.h | 45 +- libstdc++-v3/include/std/atomic | 4 +- libstdc++-v3/include/std/numeric | 75 +- libstdc++-v3/include/std/string | 33 - libstdc++-v3/include/std/variant | 43 +- libstdc++-v3/libsupc++/eh_globals.cc | 58 +- libstdc++-v3/scripts/extract_symvers.in | 4 +- libstdc++-v3/scripts/run_doxygen | 4 +- libstdc++-v3/src/c++17/fs_dir.cc | 29 +- libstdc++-v3/src/c++17/fs_ops.cc | 34 +- libstdc++-v3/src/filesystem/dir-common.h | 70 +- libstdc++-v3/src/filesystem/dir.cc | 19 +- libstdc++-v3/src/filesystem/ops.cc | 87 +- libstdc++-v3/testsuite/20_util/allocator/105975.cc | 18 + libstdc++-v3/testsuite/20_util/from_chars/4.cc | 2 + .../testsuite/20_util/to_chars/long_double.cc | 7 +- .../21_strings/basic_string/cons/char/105995.cc | 11 + .../testsuite/21_strings/basic_string/hash/hash.cc | 16 + .../21_strings/basic_string/hash/hash_char8_t.cc | 12 + .../basic_string/operations/compare/char/3.cc | 7 + .../23_containers/bitset/cons/dr1325-2.cc | 1 + .../testsuite/23_containers/bitset/ext/15361.cc | 1 + .../testsuite/23_containers/bitset/input/1.cc | 1 + .../testsuite/23_containers/bitset/to_string/1.cc | 1 + .../23_containers/bitset/to_string/dr396.cc | 1 + .../23_containers/unordered_map/cons/56112.cc | 33 +- .../23_containers/unordered_map/insert/105717.cc | 73 + .../23_containers/unordered_set/insert/105717.cc | 73 + libstdc++-v3/testsuite/26_numerics/complex/proj.cc | 13 + libstdc++-v3/testsuite/26_numerics/gcd/105844.cc | 21 + libstdc++-v3/testsuite/26_numerics/gcd/gcd_neg.cc | 10 +- libstdc++-v3/testsuite/26_numerics/lcm/105844.cc | 22 + libstdc++-v3/testsuite/26_numerics/lcm/lcm_neg.cc | 10 +- .../26_numerics/random/random_device/entropy.cc | 3 +- .../27_io/filesystem/iterators/error_reporting.cc | 9 +- .../iterators/recursive_directory_iterator.cc | 2 +- .../27_io/filesystem/operations/absolute.cc | 2 +- .../testsuite/27_io/filesystem/operations/all.cc | 8 +- .../27_io/filesystem/operations/canonical.cc | 9 +- .../testsuite/27_io/filesystem/operations/copy.cc | 14 +- .../filesystem/operations/create_directories.cc | 4 +- .../filesystem/operations/create_directory.cc | 4 +- .../27_io/filesystem/operations/exists.cc | 2 +- .../27_io/filesystem/operations/is_empty.cc | 4 +- .../27_io/filesystem/operations/last_write_time.cc | 1 + .../27_io/filesystem/operations/permissions.cc | 4 + .../27_io/filesystem/operations/read_symlink.cc | 4 +- .../27_io/filesystem/operations/remove.cc | 4 +- .../27_io/filesystem/operations/remove_all.cc | 4 +- .../27_io/filesystem/operations/rename.cc | 5 +- .../testsuite/27_io/filesystem/operations/space.cc | 1 + .../27_io/filesystem/operations/status.cc | 2 +- .../27_io/filesystem/operations/symlink_status.cc | 7 +- .../filesystem/operations/temp_directory_path.cc | 9 +- .../filesystem/operations/weakly_canonical.cc | 4 +- .../testsuite/29_atomics/atomic/lwg3220.cc | 13 + .../testsuite/30_threads/this_thread/60421.cc | 1 + .../30_threads/thread/native_handle/cancel.cc | 6 +- .../filesystem/iterators/error_reporting.cc | 9 +- .../iterators/recursive_directory_iterator.cc | 2 +- .../filesystem/operations/canonical.cc | 6 +- .../experimental/filesystem/operations/copy.cc | 14 +- .../filesystem/operations/create_directories.cc | 4 +- .../filesystem/operations/create_directory.cc | 4 +- .../experimental/filesystem/operations/exists.cc | 2 +- .../experimental/filesystem/operations/is_empty.cc | 4 +- .../filesystem/operations/last_write_time.cc | 1 + .../filesystem/operations/permissions.cc | 4 + .../filesystem/operations/read_symlink.cc | 4 +- .../experimental/filesystem/operations/remove.cc | 5 +- .../filesystem/operations/remove_all.cc | 4 +- .../experimental/filesystem/operations/rename.cc | 5 +- .../experimental/filesystem/operations/space.cc | 1 + .../filesystem/operations/temp_directory_path.cc | 15 +- .../net/internet/resolver/ops/lookup.cc | 1 + .../net/internet/resolver/ops/reverse.cc | 1 + .../experimental/net/timer/waitable/dest.cc | 1 + .../experimental/net/timer/waitable/ops.cc | 1 + .../experimental/simd/standard_abi_usable.cc | 1 + .../experimental/simd/standard_abi_usable_2.cc | 1 + .../testsuite/ext/mt_allocator/22309_thread.cc | 1 + libstdc++-v3/testsuite/lib/dg-options.exp | 29 + libstdc++-v3/testsuite/lib/libstdc++.exp | 31 +- libstdc++-v3/testsuite/util/testsuite_fs.h | 71 +- lto-plugin/ChangeLog | 16 + lto-plugin/Makefile.am | 3 +- lto-plugin/Makefile.in | 3 +- lto-plugin/config.h.in | 3 + lto-plugin/configure | 14 +- lto-plugin/configure.ac | 4 + lto-plugin/lto-plugin.c | 62 +- 1056 files changed, 50146 insertions(+), 87330 deletions(-)