From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2153) id 6095D385AC27; Tue, 25 Jan 2022 12:34:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6095D385AC27 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Jakub Jelinek To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc(refs/vendors/redhat/heads/gcc-12-branch)] Merge commit 'r12-6859-g480caa1f4ab1f138435239d67ffe3126c5e27b2b' into redhat/gcc-12-branch X-Act-Checkin: gcc X-Git-Author: Jakub Jelinek X-Git-Refname: refs/vendors/redhat/heads/gcc-12-branch X-Git-Oldrev: c682bc883d1a29c3f697f065af23759f3d6757bc X-Git-Newrev: 03182470d2d2b272f06500184acab6b8ed78d8ad Message-Id: <20220125123436.6095D385AC27@sourceware.org> Date: Tue, 25 Jan 2022 12:34:36 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jan 2022 12:34:36 -0000 https://gcc.gnu.org/g:03182470d2d2b272f06500184acab6b8ed78d8ad commit 03182470d2d2b272f06500184acab6b8ed78d8ad Merge: c682bc883d1 480caa1f4ab Author: Jakub Jelinek Date: Tue Jan 25 13:33:11 2022 +0100 Merge commit 'r12-6859-g480caa1f4ab1f138435239d67ffe3126c5e27b2b' into redhat/gcc-12-branch Diff: ChangeLog | 13 + MAINTAINERS | 2 +- build.log | 0 contrib/ChangeLog | 22 + contrib/check_GNU_style_lib.py | 2 +- contrib/filter-clang-warnings.py | 3 +- contrib/gcc-changelog/git_commit.py | 12 +- contrib/gcc-changelog/test_email.py | 5 + contrib/gcc-changelog/test_patches.txt | 82 ++ contrib/gcc-git-customization.sh | 1 + contrib/git-backport.py | 47 +- contrib/git-fix-changelog.py | 92 ++ gcc/ChangeLog | 1013 ++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 96 ++ gcc/ada/Makefile.rtl | 5 + gcc/ada/gcc-interface/Makefile.in | 7 + gcc/analyzer/ChangeLog | 48 + gcc/analyzer/constraint-manager.cc | 172 +++- gcc/analyzer/constraint-manager.h | 15 +- gcc/analyzer/region-model-manager.cc | 33 +- gcc/analyzer/region-model.cc | 5 +- gcc/attribs.cc | 2 +- gcc/bitmap.cc | 2 +- gcc/builtins.cc | 76 ++ gcc/c-family/ChangeLog | 35 + gcc/c-family/c-common.cc | 35 +- gcc/c-family/c-common.h | 9 +- gcc/c-family/c-format.cc | 4 +- gcc/c-family/c-indentation.cc | 2 +- gcc/c-family/c-pretty-print.cc | 2 +- gcc/c-family/c.opt | 13 +- gcc/cgraph.cc | 4 +- gcc/cgraph.h | 4 +- gcc/cgraphunit.cc | 2 +- gcc/common.opt | 6 +- gcc/common/config/i386/i386-common.cc | 17 +- gcc/common/config/riscv/riscv-common.cc | 14 +- gcc/common/config/s390/s390-common.cc | 14 +- gcc/config.gcc | 8 +- gcc/config/aarch64/aarch64-builtins.cc | 7 + gcc/config/alpha/linux.h | 25 +- gcc/config/arm/arm-cpus.in | 9 +- gcc/config/arm/arm-opts.h | 6 + gcc/config/arm/arm-protos.h | 2 + gcc/config/arm/arm.cc | 64 ++ gcc/config/arm/arm.md | 71 +- gcc/config/arm/arm.opt | 32 + gcc/config/arm/crypto.md | 227 ++++- gcc/config/arm/unspecs.md | 1 + gcc/config/bpf/coreout.cc | 28 +- gcc/config/bpf/coreout.h | 1 - gcc/config/fuchsia.h | 2 + gcc/config/glibc-stdint.h | 3 + gcc/config/i386/i386.cc | 2 +- gcc/config/i386/predicates.md | 2 + gcc/config/i386/sse.md | 22 +- gcc/config/linux.h | 25 +- gcc/config/nvptx/nvptx.cc | 8 +- gcc/config/riscv/riscv-c.cc | 3 + gcc/config/riscv/riscv.cc | 4 +- gcc/config/rs6000/linux.h | 25 +- gcc/config/rs6000/linux64.h | 25 +- gcc/config/rs6000/rs6000-call.cc | 12 - gcc/config/rs6000/rs6000-internal.h | 3 - gcc/config/rs6000/rs6000-overload.def | 4 + gcc/config/rs6000/rs6000-protos.h | 1 - gcc/config/rs6000/rs6000.cc | 127 +-- gcc/config/rs6000/rs6000.md | 135 ++- gcc/config/rs6000/vsx.md | 12 +- gcc/configure | 22 +- gcc/configure.ac | 20 +- gcc/convert.cc | 2 +- gcc/cp/ChangeLog | 136 +++ gcc/cp/call.cc | 32 +- gcc/cp/class.cc | 4 +- gcc/cp/constexpr.cc | 6 +- gcc/cp/cp-gimplify.cc | 6 +- gcc/cp/cp-lang.cc | 4 +- gcc/cp/cp-tree.h | 5 +- gcc/cp/decl.cc | 55 +- gcc/cp/error.cc | 18 +- gcc/cp/init.cc | 2 +- gcc/cp/parser.cc | 12 +- gcc/cp/pt.cc | 72 +- gcc/cp/semantics.cc | 42 +- gcc/cp/tree.cc | 27 +- gcc/cp/typeck.cc | 19 +- gcc/dbgcnt.cc | 2 +- gcc/diagnostic-show-locus.cc | 2 +- gcc/diagnostic.cc | 2 +- gcc/doc/extend.texi | 8 + gcc/doc/generic.texi | 9 + gcc/doc/invoke.texi | 30 +- gcc/doc/md.texi | 17 + gcc/doc/options.texi | 33 + gcc/dumpfile.cc | 2 +- gcc/dwarf2out.cc | 7 +- gcc/dwarf2out.h | 2 +- gcc/edit-context.cc | 2 +- gcc/emit-rtl.cc | 2 +- gcc/et-forest.cc | 2 +- gcc/expmed.cc | 8 +- gcc/expr.cc | 10 +- gcc/fibonacci_heap.cc | 2 +- gcc/fold-const.cc | 11 +- gcc/fortran/ChangeLog | 36 + gcc/fortran/dump-parse-tree.cc | 4 +- gcc/fortran/gfortran.h | 3 + gcc/fortran/lang.opt | 18 +- gcc/fortran/openmp.cc | 6 +- gcc/fortran/simplify.cc | 13 +- gcc/fortran/trans-decl.cc | 3 + gcc/fortran/trans-openmp.cc | 2 +- gcc/fortran/trans-types.cc | 3 + gcc/function-tests.cc | 2 +- gcc/gcse.cc | 2 +- gcc/gcse.h | 2 +- gcc/ggc-tests.cc | 2 +- gcc/gimple-fold.cc | 4 +- gcc/gimple-range-path.cc | 48 +- gcc/gimple-range-path.h | 3 +- gcc/gimple-ssa-store-merging.cc | 2 +- gcc/gimple-ssa-warn-access.cc | 14 +- gcc/gimple.cc | 2 +- gcc/go/gofrontend/MERGE | 2 +- gcc/hash-map-tests.cc | 2 +- gcc/hash-set-tests.cc | 2 +- gcc/ifcvt.cc | 543 ++++++++--- gcc/input.cc | 2 +- gcc/ipa-cp.cc | 2 +- gcc/ipa-fnsummary.cc | 2 +- gcc/ipa-fnsummary.h | 2 +- gcc/ipa-modref-tree.cc | 2 +- gcc/ipa-modref-tree.h | 2 - gcc/ipa-modref.cc | 2 +- gcc/ipa-modref.h | 2 +- gcc/ipa-prop.h | 2 +- gcc/ipa-reference.cc | 2 +- gcc/ipa-reference.h | 2 +- gcc/ipa-split.cc | 4 +- gcc/ira-costs.cc | 2 +- gcc/ira.cc | 14 +- gcc/ira.h | 9 +- gcc/lra-assigns.cc | 2 +- gcc/lra-constraints.cc | 148 +-- gcc/lra-int.h | 8 +- gcc/lra-remat.cc | 2 +- gcc/lra.cc | 18 +- gcc/lra.h | 2 - gcc/match.pd | 15 +- gcc/opt-functions.awk | 7 +- gcc/opt-read.awk | 4 + gcc/opt-suggestions.cc | 2 +- gcc/optabs-tree.cc | 21 +- gcc/optabs.cc | 148 ++- gcc/optabs.def | 4 + gcc/optabs.h | 4 +- gcc/optc-gen.awk | 2 + gcc/opts-common.cc | 180 +++- gcc/opts-global.cc | 6 +- gcc/opts.cc | 61 +- gcc/opts.h | 24 +- gcc/pointer-query.cc | 30 - gcc/predict.cc | 2 +- gcc/pretty-print.cc | 2 +- gcc/read-rtl-function.cc | 2 +- gcc/rtl-tests.cc | 2 +- gcc/rtl.cc | 13 + gcc/rtl.h | 11 +- gcc/sbitmap.cc | 2 +- gcc/selftest-run-tests.cc | 74 +- gcc/selftest.cc | 2 +- gcc/selftest.h | 74 +- gcc/simplify-rtx.cc | 2 +- gcc/spellcheck-tree.cc | 2 +- gcc/spellcheck.cc | 2 +- gcc/sreal.cc | 2 +- gcc/testsuite/ChangeLog | 522 ++++++++++ gcc/testsuite/c-c++-common/Wbidi-chars-10.c | 2 +- gcc/testsuite/c-c++-common/Wbidi-chars-11.c | 2 +- gcc/testsuite/c-c++-common/Wbidi-chars-14.c | 2 +- gcc/testsuite/c-c++-common/Wbidi-chars-16.c | 2 +- gcc/testsuite/c-c++-common/Wbidi-chars-17.c | 2 +- gcc/testsuite/c-c++-common/Wbidi-chars-18.c | 11 + gcc/testsuite/c-c++-common/Wbidi-chars-19.c | 11 + gcc/testsuite/c-c++-common/Wbidi-chars-20.c | 11 + gcc/testsuite/c-c++-common/Wbidi-chars-21.c | 11 + gcc/testsuite/c-c++-common/Wbidi-chars-22.c | 11 + gcc/testsuite/c-c++-common/Wbidi-chars-23.c | 11 + gcc/testsuite/c-c++-common/Wbidi-chars-4.c | 2 +- gcc/testsuite/c-c++-common/Wbidi-chars-5.c | 2 +- gcc/testsuite/c-c++-common/Wbidi-chars-6.c | 2 +- gcc/testsuite/c-c++-common/Wbidi-chars-7.c | 2 +- gcc/testsuite/c-c++-common/Wbidi-chars-8.c | 2 +- gcc/testsuite/c-c++-common/Wbidi-chars-9.c | 2 +- gcc/testsuite/c-c++-common/Wbidi-chars-ranges.c | 2 +- gcc/testsuite/c-c++-common/Wformat-pr104148.c | 33 + gcc/testsuite/g++.dg/abi/no_unique_address2.C | 27 + gcc/testsuite/g++.dg/cpp0x/constexpr-empty14a.C | 11 + gcc/testsuite/g++.dg/cpp0x/initlist127.C | 39 + gcc/testsuite/g++.dg/cpp0x/noexcept72.C | 21 + gcc/testsuite/g++.dg/cpp0x/noexcept73.C | 13 + gcc/testsuite/g++.dg/cpp0x/ref-qual21.C | 23 + gcc/testsuite/g++.dg/cpp1y/noexcept2.C | 20 + gcc/testsuite/g++.dg/cpp1z/class-deduction101.C | 17 + gcc/testsuite/g++.dg/cpp1z/class-deduction101a.C | 22 + gcc/testsuite/g++.dg/cpp1z/class-deduction101b.C | 22 + gcc/testsuite/g++.dg/cpp1z/class-deduction102.C | 25 + gcc/testsuite/g++.dg/cpp1z/class-deduction102a.C | 27 + gcc/testsuite/g++.dg/cpp1z/class-deduction102b.C | 30 + gcc/testsuite/g++.dg/cpp1z/class-deduction103.C | 22 + gcc/testsuite/g++.dg/cpp2a/consteval27.C | 18 + gcc/testsuite/g++.dg/cpp2a/desig20.C | 20 + gcc/testsuite/g++.dg/cpp2a/desig21.C | 48 + gcc/testsuite/g++.dg/cpp2a/nontype-class51.C | 26 + .../ext/{boolcomplex-1.c => boolcomplex-1.C} | 0 gcc/testsuite/g++.dg/gcov/pr16855-priority.C | 6 +- gcc/testsuite/g++.dg/gcov/pr16855.C | 4 +- gcc/testsuite/g++.dg/init/new50.C | 9 + gcc/testsuite/g++.dg/opt/{pr47639.c => pr47639.C} | 2 +- gcc/testsuite/g++.dg/other/pr88187.C | 2 +- gcc/testsuite/g++.dg/parse/no-typename1.C | 2 +- gcc/testsuite/g++.dg/{pr83979.c => pr83979.C} | 0 gcc/testsuite/g++.dg/template/explicit-args6.C | 2 + gcc/testsuite/g++.dg/template/nested7.C | 12 + gcc/testsuite/g++.dg/tm/{asm-1.c => asm-1.C} | 0 .../g++.dg/vect/{pr71483.c => pr71483.cc} | 0 gcc/testsuite/g++.dg/warn/Wdangling-pointer-3.C | 39 + gcc/testsuite/g++.dg/warn/pr104025.C | 20 + gcc/testsuite/g++.target/arm/pr103676.C | 32 + gcc/testsuite/gcc.dg/Wuse-after-free.c | 41 + gcc/testsuite/gcc.dg/analyzer/pr104062.c | 13 + gcc/testsuite/gcc.dg/analyzer/pr104089.c | 11 + gcc/testsuite/gcc.dg/analyzer/pr94362-1.c | 60 ++ gcc/testsuite/gcc.dg/analyzer/pr94362-2.c | 42 + gcc/testsuite/gcc.dg/analyzer/torture/pr103685.c | 33 + gcc/testsuite/gcc.dg/analyzer/torture/pr104159.c | 18 + gcc/testsuite/gcc.dg/asan/pr99673.c | 27 + gcc/testsuite/gcc.dg/debug/dwarf2/pr103874.c | 12 + gcc/testsuite/gcc.dg/ifcvt-4.c | 2 +- gcc/testsuite/gcc.dg/loop-unswitch-6.c | 32 + gcc/testsuite/gcc.dg/pr102087_1.c | 13 + gcc/testsuite/gcc.dg/pr102478.c | 29 + gcc/testsuite/gcc.dg/pr103721-2.c | 28 + gcc/testsuite/gcc.dg/pr103721.c | 25 + gcc/testsuite/gcc.dg/sancov/pr104158-1.c | 11 + gcc/testsuite/gcc.dg/sancov/pr104158-2.c | 11 + gcc/testsuite/gcc.dg/sancov/pr104158-3.c | 11 + gcc/testsuite/gcc.dg/sancov/pr104158-4.c | 11 + gcc/testsuite/gcc.dg/sancov/pr104158-5.c | 11 + gcc/testsuite/gcc.dg/sancov/pr104158-6.c | 11 + gcc/testsuite/gcc.dg/sancov/pr104158-7.c | 11 + gcc/testsuite/gcc.dg/spellcheck-options-24.c | 5 + gcc/testsuite/gcc.dg/torture/pr100740.c | 12 + gcc/testsuite/gcc.dg/torture/pr100786.c | 9 + gcc/testsuite/gcc.dg/torture/pr101508.c | 13 + gcc/testsuite/gcc.dg/torture/pr101972.c | 39 + gcc/testsuite/gcc.dg/torture/pr102131-1.c | 16 + gcc/testsuite/gcc.dg/torture/pr102131-2.c | 15 + gcc/testsuite/gcc.dg/torture/pr102131-3.c | 11 + gcc/testsuite/gcc.dg/torture/pr102131-4.c | 15 + gcc/testsuite/gcc.dg/torture/pr57147-2.c | 6 + gcc/testsuite/gcc.dg/tree-ssa/evrp-trans2.c | 8 + gcc/testsuite/gcc.dg/tree-ssa/pr89074.c | 12 + gcc/testsuite/gcc.dg/vect/bb-slp-17.c | 5 +- gcc/testsuite/gcc.dg/vect/pr104112-1.c | 18 + gcc/testsuite/gcc.dg/vect/pr104112-2.c | 11 + gcc/testsuite/gcc.dg/vect/pr104152.c | 40 + gcc/testsuite/gcc.dg/vect/pr81196-2.c | 16 + gcc/testsuite/gcc.dg/vect/slp-perm-9.c | 4 +- gcc/testsuite/gcc.dg/vect/tsvc/tsvc.h | 4 +- gcc/testsuite/gcc.target/aarch64/cpymem-q-reg_1.c | 4 +- gcc/testsuite/gcc.target/aarch64/spellcheck_1.c | 2 +- gcc/testsuite/gcc.target/aarch64/spellcheck_2.c | 2 +- gcc/testsuite/gcc.target/aarch64/spellcheck_3.c | 2 +- gcc/testsuite/gcc.target/aarch64/spellcheck_7.c | 2 +- gcc/testsuite/gcc.target/aarch64/vsqrt-1.c | 17 + gcc/testsuite/gcc.target/aarch64/vsqrt-2.c | 28 + .../gcc.target/arm/crypto-vaese-erratum1.c | 28 + gcc/testsuite/gcc.target/arm/stack-protector-7.c | 12 + gcc/testsuite/gcc.target/arm/stack-protector-8.c | 7 + gcc/testsuite/gcc.target/bpf/core-section-1.c | 2 +- .../gcc.target/i386/mask-pack-prefer128.c | 8 + .../gcc.target/i386/mask-pack-prefer256.c | 8 + gcc/testsuite/gcc.target/i386/pr103771.c | 18 + gcc/testsuite/gcc.target/i386/pr104104.c | 10 + gcc/testsuite/gcc.target/i386/pr104188.c | 70 ++ gcc/testsuite/gcc.target/mips/fix-r4000-2.c | 4 +- gcc/testsuite/gcc.target/mips/fix-r4000-3.c | 6 +- gcc/testsuite/gcc.target/mips/fix-r4000-7.c | 4 +- gcc/testsuite/gcc.target/mips/fix-r4000-8.c | 6 +- .../builtin-feclearexcept-feraiseexcept-1.c | 76 ++ .../builtin-feclearexcept-feraiseexcept-2.c | 91 ++ .../gcc.target/powerpc/builtin-fegetround.c | 36 + gcc/testsuite/gcc.target/powerpc/builtins-4.c | 34 +- .../powerpc/fold-vec-splat-floatdouble.c | 5 +- gcc/testsuite/gcc.target/powerpc/pr104015-1.c | 28 + gcc/testsuite/gcc.target/powerpc/pr104015-2.c | 29 + gcc/testsuite/gcc.target/powerpc/sldoi_to_mov.c | 3 +- gcc/testsuite/gcc.target/riscv/arch-10.c | 2 +- gcc/testsuite/gcc.target/riscv/arch-12.c | 2 +- gcc/testsuite/gcc.target/riscv/arch-9.c | 2 +- gcc/testsuite/gcc.target/riscv/attribute-19.c | 2 +- gcc/testsuite/gcc.target/riscv/pr104140.c | 11 + .../gcc.target/s390/ifcvt-two-insns-bool.c | 39 + .../gcc.target/s390/ifcvt-two-insns-int.c | 39 + .../gcc.target/s390/ifcvt-two-insns-long.c | 39 + .../gfortran.dg/gomp/affinity-clause-3.f90 | 2 +- gcc/testsuite/gfortran.dg/gomp/pr102621.f90 | 12 + gcc/testsuite/gfortran.dg/gomp/pr103695.f90 | 18 + gcc/testsuite/gfortran.dg/ieee/signaling_1.f90 | 5 +- gcc/testsuite/gfortran.dg/ieee/signaling_2.f90 | 2 + gcc/testsuite/gfortran.dg/ieee/signaling_3.f90 | 43 + gcc/testsuite/gfortran.dg/pr102860.f90 | 10 + gcc/testsuite/gfortran.dg/transfer_simplify_11.f90 | 2 +- gcc/testsuite/gfortran.dg/transfer_simplify_13.f90 | 34 + gcc/testsuite/lib/g++-dg.exp | 2 +- gcc/testsuite/lib/gcov.exp | 5 +- gcc/toplev.cc | 20 +- gcc/tree-cfg.cc | 2 +- gcc/tree-ssa-loop-niter.cc | 58 +- gcc/tree-ssa-loop-unswitch.cc | 50 +- gcc/tree-ssa-math-opts.cc | 4 + gcc/tree-ssa-threadbackward.cc | 4 + gcc/tree-vect-generic.cc | 5 +- gcc/tree-vect-loop.cc | 39 +- gcc/tree-vect-slp.cc | 20 +- gcc/tree-vect-stmts.cc | 11 +- gcc/tree.cc | 2 +- gcc/tree.def | 14 +- gcc/typed-splay-tree.cc | 2 +- gcc/value-relation.cc | 45 +- gcc/value-relation.h | 3 + gcc/vec-perm-indices.cc | 2 +- gcc/vec.cc | 2 +- libatomic/ChangeLog | 6 + libatomic/acinclude.m4 | 102 -- libatomic/configure | 6 +- libcpp/ChangeLog | 17 + libcpp/include/cpplib.h | 11 +- libcpp/internal.h | 3 +- libcpp/lex.cc | 16 +- libgcc/unwind-dw2-fde-dip.c | 2 +- libgfortran/ChangeLog | 6 + libgfortran/ieee/ieee_helper.c | 7 +- libgfortran/ieee/issignaling_fallback.h | 251 +++++ libgo/go/runtime/panic32.go | 4 +- libgomp/ChangeLog | 71 ++ libgomp/config/gcn/icv-device.c | 2 +- .../testsuite/libgomp.oacc-c++/privatized-ref-2.C | 6 +- .../testsuite/libgomp.oacc-c++/privatized-ref-3.C | 6 +- .../libgomp.oacc-c-c++-common/acc_prof-kernels-1.c | 4 +- .../libgomp.oacc-c-c++-common/kernels-loop-2.c | 4 +- .../libgomp.oacc-c-c++-common/loop-gwv-1.c | 25 +- .../libgomp.oacc-c-c++-common/loop-gwv-2.c | 34 +- .../libgomp.oacc-c-c++-common/loop-red-gwv-1.c | 22 +- .../libgomp.oacc-c-c++-common/loop-red-v-1.c | 11 +- .../libgomp.oacc-c-c++-common/loop-red-v-2.c | 11 +- .../libgomp.oacc-c-c++-common/loop-red-w-1.c | 13 +- .../libgomp.oacc-c-c++-common/loop-red-w-2.c | 13 +- .../libgomp.oacc-c-c++-common/loop-red-wv-1.c | 19 +- .../testsuite/libgomp.oacc-c-c++-common/loop-v-1.c | 13 +- .../testsuite/libgomp.oacc-c-c++-common/loop-w-1.c | 13 +- .../libgomp.oacc-c-c++-common/loop-wv-1.c | 19 +- .../libgomp.oacc-c-c++-common/parallel-dims.c | 14 +- .../testsuite/libgomp.oacc-c-c++-common/pr85486.c | 2 +- .../libgomp.oacc-c-c++-common/pr95270-1.c | 4 +- .../libgomp.oacc-c-c++-common/routine-gwv-1.c | 21 +- .../libgomp.oacc-c-c++-common/routine-nohost-2.c | 2 +- .../libgomp.oacc-c-c++-common/routine-v-1.c | 13 +- .../libgomp.oacc-c-c++-common/routine-w-1.c | 13 +- .../libgomp.oacc-c-c++-common/routine-wv-1.c | 19 +- .../libgomp.oacc-c-c++-common/struct-copyout-1.c | 2 +- .../libgomp.oacc-c-c++-common/struct-copyout-2.c | 2 +- .../libgomp.oacc-c-c++-common/vector-length-64-1.c | 2 +- .../libgomp.oacc-fortran/attach-descriptor-1.f90 | 2 +- .../libgomp.oacc-fortran/derivedtypes-arrays-1.f90 | 2 +- .../libgomp.oacc-fortran/kernels-loop-2.f95 | 4 +- .../libgomp.oacc-fortran/parallel-dims.f90 | 4 +- .../libgomp.oacc-fortran/privatized-ref-1.f95 | 6 +- libstdc++-v3/ChangeLog | 256 +++++ libstdc++-v3/configure | 4 +- libstdc++-v3/configure.ac | 2 +- libstdc++-v3/doc/html/manual/api.html | 10 + libstdc++-v3/doc/html/manual/status.html | 4 +- libstdc++-v3/doc/xml/manual/evolution.xml | 14 + libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 3 +- libstdc++-v3/include/bits/alloc_traits.h | 2 +- libstdc++-v3/include/bits/allocator.h | 2 +- libstdc++-v3/include/bits/basic_string.h | 2 +- libstdc++-v3/include/bits/chrono.h | 4 +- libstdc++-v3/include/bits/hashtable_policy.h | 11 + libstdc++-v3/include/bits/move.h | 2 +- libstdc++-v3/include/bits/node_handle.h | 2 +- libstdc++-v3/include/bits/range_access.h | 2 +- libstdc++-v3/include/bits/shared_ptr.h | 2 +- libstdc++-v3/include/bits/shared_ptr_atomic.h | 8 +- libstdc++-v3/include/bits/shared_ptr_base.h | 2 +- libstdc++-v3/include/bits/stl_algo.h | 4 +- libstdc++-v3/include/bits/stl_algobase.h | 2 +- libstdc++-v3/include/bits/stl_function.h | 2 +- libstdc++-v3/include/bits/stl_iterator.h | 2 +- libstdc++-v3/include/bits/stl_map.h | 2 +- libstdc++-v3/include/bits/stl_pair.h | 14 - libstdc++-v3/include/bits/stl_tempbuf.h | 2 +- libstdc++-v3/include/bits/stl_tree.h | 2 +- libstdc++-v3/include/bits/unique_ptr.h | 2 +- libstdc++-v3/include/bits/unordered_map.h | 2 +- libstdc++-v3/include/c_global/cmath | 2 +- libstdc++-v3/include/c_global/cstddef | 2 +- libstdc++-v3/include/experimental/bits/simd.h | 26 +- libstdc++-v3/include/std/atomic | 2 +- libstdc++-v3/include/std/complex | 2 +- libstdc++-v3/include/std/filesystem | 2 +- libstdc++-v3/include/std/functional | 4 +- libstdc++-v3/include/std/iomanip | 2 +- libstdc++-v3/include/std/mutex | 2 +- libstdc++-v3/include/std/numeric | 6 +- libstdc++-v3/include/std/spanstream | 15 +- libstdc++-v3/include/std/tuple | 4 +- libstdc++-v3/include/std/type_traits | 22 +- libstdc++-v3/include/std/version | 102 +- libstdc++-v3/libsupc++/new | 2 +- libstdc++-v3/scripts/testsuite_flags.in | 11 +- libstdc++-v3/src/Makefile.am | 12 +- libstdc++-v3/src/Makefile.in | 9 +- libstdc++-v3/src/c++11/cxx11-ios_failure.cc | 4 + libstdc++-v3/src/c++11/future.cc | 4 + libstdc++-v3/src/c++11/system_error.cc | 4 + libstdc++-v3/src/c++17/floating_from_chars.cc | 38 +- libstdc++-v3/src/c++17/memory_resource.cc | 4 + libstdc++-v3/src/libbacktrace/Makefile.am | 56 +- libstdc++-v3/src/libbacktrace/Makefile.in | 128 ++- .../20_util/shared_ptr/atomic/atomic_shared_ptr.cc | 3 + .../testsuite/20_util/shared_ptr/cons/array.cc | 2 +- .../testsuite/20_util/weak_ptr/atomic_weak_ptr.cc | 3 + .../23_containers/unordered_map/104174.cc | 4 + libstdc++-v3/testsuite/27_io/spanstream/2.cc | 113 +++ .../29_atomics/headers/stdatomic.h/c_compat.cc | 5 +- 440 files changed, 8367 insertions(+), 1545 deletions(-)