From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2153) id F2FDB3857823; Sun, 7 Mar 2021 08:53:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F2FDB3857823 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-11-branch)] Merge commit 'r11-7547-g0ad6a2e2f0c667f9916cfcdb81f41f6055f1d0b3' into redhat/gcc-11-branch X-Act-Checkin: gcc X-Git-Author: Jakub Jelinek X-Git-Refname: refs/vendors/redhat/heads/gcc-11-branch X-Git-Oldrev: 441dcf7e3bfd4aae42bb0d520cfc904fb14f84aa X-Git-Newrev: e13870b7c083e39ab17cc827bab5cb45387e8f19 Message-Id: <20210307085340.F2FDB3857823@sourceware.org> Date: Sun, 7 Mar 2021 08:53:40 +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: Sun, 07 Mar 2021 08:53:41 -0000 https://gcc.gnu.org/g:e13870b7c083e39ab17cc827bab5cb45387e8f19 commit e13870b7c083e39ab17cc827bab5cb45387e8f19 Merge: 441dcf7e3bf 0ad6a2e2f0c Author: Jakub Jelinek Date: Sun Mar 7 09:53:01 2021 +0100 Merge commit 'r11-7547-g0ad6a2e2f0c667f9916cfcdb81f41f6055f1d0b3' into redhat/gcc-11-branch Diff: c++tools/ChangeLog | 5 + c++tools/server.cc | 14 +- gcc/BASE-VER | 2 +- gcc/ChangeLog | 437 +++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 32 + gcc/ada/Makefile.rtl | 12 + gcc/ada/cstreams.c | 5 + gcc/ada/init.c | 8 +- gcc/ada/libgnarl/s-osinte__linux.ads | 2 +- gcc/ada/sem_ch3.adb | 2 +- gcc/ada/sem_ch8.adb | 10 +- gcc/analyzer/ChangeLog | 86 + gcc/analyzer/diagnostic-manager.cc | 356 ++- gcc/analyzer/diagnostic-manager.h | 44 +- gcc/analyzer/engine.cc | 64 +- gcc/analyzer/exploded-graph.h | 2 - gcc/builtins.c | 225 +- gcc/c-family/ChangeLog | 37 + gcc/c-family/c-ada-spec.c | 4 +- gcc/c-family/c-attribs.c | 4 +- gcc/c-family/c-common.c | 6 +- gcc/c-family/c-ppoutput.c | 9 +- gcc/c-family/c-pretty-print.c | 1 + gcc/c-family/c.opt | 6 +- gcc/c/ChangeLog | 5 + gcc/c/c-parser.c | 2 +- gcc/cfgexpand.c | 16 +- gcc/cfgrtl.c | 59 +- gcc/cgraph.c | 37 +- gcc/cgraph.h | 14 + gcc/cgraphunit.c | 7 +- gcc/common/config/arm/arm-common.c | 49 +- gcc/common/config/s390/s390-common.c | 4 + gcc/config.gcc | 10 +- gcc/config/aarch64/aarch64-sve-builtins.cc | 3 + gcc/config/aarch64/aarch64.md | 4 +- gcc/config/arm/aarch-common-protos.h | 8 +- gcc/config/arm/aarch-common.c | 7 +- gcc/config/arm/arm.c | 14 +- gcc/config/arm/arm.h | 10 +- gcc/config/arm/thumb2.md | 47 +- gcc/config/cris/cris.c | 7 +- gcc/config/cris/cris.h | 7 - gcc/config/darwin-protos.h | 1 + gcc/config/darwin.c | 10 + gcc/config/darwin.h | 5 + gcc/config/host-darwin.c | 3 +- gcc/config/i386/i386.c | 47 +- gcc/config/i386/i386.md | 11 +- gcc/config/i386/predicates.md | 4 + gcc/config/i386/winnt.c | 17 +- gcc/config/mips/mips.c | 2 +- gcc/config/mn10300/mn10300.c | 7 +- gcc/config/nds32/nds32.c | 1 + gcc/config/pdp11/pdp11.c | 9 +- gcc/config/rs6000/dfp.md | 37 +- gcc/config/rs6000/mma.md | 1 + gcc/config/rs6000/pcrel-opt.md | 401 +++ gcc/config/rs6000/predicates.md | 21 + gcc/config/rs6000/rs6000-call.c | 6 +- gcc/config/rs6000/rs6000-cpus.def | 2 + gcc/config/rs6000/rs6000-passes.def | 8 + gcc/config/rs6000/rs6000-pcrel-opt.c | 910 ++++++ gcc/config/rs6000/rs6000-protos.h | 4 + gcc/config/rs6000/rs6000.c | 118 +- gcc/config/rs6000/rs6000.md | 15 +- gcc/config/rs6000/rs6000.opt | 4 + gcc/config/rs6000/sync.md | 8 +- gcc/config/rs6000/t-rs6000 | 7 +- gcc/config/s390/driver-native.c | 2 +- gcc/config/s390/s390-builtin-types.def | 3 + gcc/config/s390/s390-builtins.def | 12 + gcc/config/s390/s390-c.c | 2 +- gcc/config/s390/s390-opts.h | 1 + gcc/config/s390/s390.c | 10 + gcc/config/s390/s390.h | 20 +- gcc/config/s390/s390.md | 19 +- gcc/config/s390/s390.opt | 3 + gcc/config/s390/vecintrin.h | 6 + gcc/config/s390/vx-builtins.md | 55 + gcc/config/sparc/t-sparc | 4 + gcc/config/vax/vax.c | 3 +- gcc/config/visium/visium.c | 12 +- gcc/cp/ChangeLog | 498 +++ gcc/cp/call.c | 21 +- gcc/cp/class.c | 67 +- gcc/cp/constexpr.c | 99 +- gcc/cp/constraint.cc | 906 +++--- gcc/cp/coroutines.cc | 460 ++- gcc/cp/cp-gimplify.c | 7 +- gcc/cp/cp-tree.h | 47 +- gcc/cp/cvt.c | 14 +- gcc/cp/error.c | 4 +- gcc/cp/lambda.c | 3 +- gcc/cp/lex.c | 2 +- gcc/cp/mapper-client.cc | 2 +- gcc/cp/module.cc | 1197 ++++--- gcc/cp/name-lookup.c | 120 +- gcc/cp/name-lookup.h | 18 +- gcc/cp/parser.c | 131 +- gcc/cp/pt.c | 318 +- gcc/cp/rtti.c | 24 +- gcc/cp/type-utils.h | 23 +- gcc/cp/typeck.c | 11 +- gcc/d/ChangeLog | 10 + gcc/d/d-lang.cc | 3 - gcc/d/dmd/MERGE | 2 +- gcc/d/dmd/dmodule.c | 2 +- gcc/diagnostic-show-locus.c | 4 +- gcc/doc/extend.texi | 19 +- gcc/doc/invoke.texi | 15 +- gcc/doc/tm.texi | 14 +- gcc/doc/tm.texi.in | 2 + gcc/dwarf2cfi.c | 6 + gcc/dwarf2out.c | 60 +- gcc/expmed.c | 13 +- gcc/expr.c | 8 +- gcc/fortran/ChangeLog | 28 + gcc/fortran/decl.c | 6 +- gcc/fortran/frontend-passes.c | 2 +- gcc/fortran/invoke.texi | 19 +- gcc/fortran/openmp.c | 8 +- gcc/fortran/primary.c | 59 +- gcc/gcov-io.h | 3 - gcc/gcse.c | 3 +- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/embed.cc | 15 - gcc/go/gofrontend/gogo.cc | 5 + gcc/go/gofrontend/gogo.h | 11 +- gcc/go/gofrontend/parse.cc | 2 +- gcc/ipa-devirt.c | 7 +- gcc/ipa-fnsummary.c | 15 +- gcc/ipa.c | 2 +- gcc/lra-constraints.c | 5 +- gcc/lto/ChangeLog | 7 + gcc/lto/lto-symtab.c | 3 +- gcc/optc-save-gen.awk | 6 + gcc/po/ChangeLog | 8 + gcc/po/de.po | 3255 ++++++++------------ gcc/po/sv.po | 548 ++-- gcc/rtlanal.c | 8 +- gcc/target.def | 27 +- gcc/testsuite/ChangeLog | 577 ++++ gcc/testsuite/c-c++-common/goacc/asyncwait-1.c | 23 +- gcc/testsuite/c-c++-common/gomp/pr99322.c | 26 + gcc/testsuite/g++.dg/concepts/abbrev8.C | 22 + gcc/testsuite/g++.dg/concepts/abbrev9.C | 26 + .../g++.dg/coroutines/coro1-refs-and-ctors.h | 7 +- gcc/testsuite/g++.dg/coroutines/pr94879-folly-1.C | 8 +- gcc/testsuite/g++.dg/coroutines/pr94883-folly-2.C | 6 +- gcc/testsuite/g++.dg/coroutines/pr95345.C | 6 +- .../g++.dg/coroutines/pr95616-0-no-exceptions.C | 50 + gcc/testsuite/g++.dg/coroutines/pr95616-0.C | 51 + .../g++.dg/coroutines/pr95616-1-no-exceptions.C | 51 + gcc/testsuite/g++.dg/coroutines/pr95616-1.C | 51 + gcc/testsuite/g++.dg/coroutines/pr95616-2.C | 51 + .../g++.dg/coroutines/pr95616-3-no-exceptions.C | 50 + gcc/testsuite/g++.dg/coroutines/pr95616-3.C | 51 + gcc/testsuite/g++.dg/coroutines/pr95616-4.C | 51 + gcc/testsuite/g++.dg/coroutines/pr95616-5.C | 51 + gcc/testsuite/g++.dg/coroutines/pr95616-6.C | 51 + gcc/testsuite/g++.dg/coroutines/pr95822.C | 29 + gcc/testsuite/g++.dg/coroutines/pr97587.C | 32 + gcc/testsuite/g++.dg/coroutines/pr98118.C | 29 + .../g++.dg/coroutines/torture/pr95615-01.C | 4 + .../g++.dg/coroutines/torture/pr95615-02.C | 4 + .../g++.dg/coroutines/torture/pr95615-03.C | 4 + .../g++.dg/coroutines/torture/pr95615-04.C | 4 + .../g++.dg/coroutines/torture/pr95615-05.C | 4 + .../g++.dg/coroutines/torture/pr95615.inc | 128 + gcc/testsuite/g++.dg/cpp0x/constexpr-cast2.C | 16 + gcc/testsuite/g++.dg/cpp0x/constexpr-cast3.C | 14 + gcc/testsuite/g++.dg/cpp0x/constexpr-nullptr-2.C | 4 +- gcc/testsuite/g++.dg/cpp0x/decltype-call5.C | 7 + gcc/testsuite/g++.dg/cpp0x/decltype-call6.C | 12 + gcc/testsuite/g++.dg/cpp1y/lambda-generic-95451.C | 35 + gcc/testsuite/g++.dg/cpp1y/var-templ68.C | 15 + gcc/testsuite/g++.dg/cpp1y/var-templ68a.C | 16 + gcc/testsuite/g++.dg/cpp1z/auto1.C | 13 + gcc/testsuite/g++.dg/cpp1z/class-deduction79.C | 10 + gcc/testsuite/g++.dg/cpp1z/class-deduction80.C | 9 + gcc/testsuite/g++.dg/cpp1z/class-deduction81.C | 20 + gcc/testsuite/g++.dg/cpp1z/class-deduction82.C | 12 + gcc/testsuite/g++.dg/cpp1z/class-deduction83.C | 13 + gcc/testsuite/g++.dg/cpp1z/eval-order10.C | 27 + gcc/testsuite/g++.dg/cpp1z/noexcept-type23.C | 14 + gcc/testsuite/g++.dg/cpp23/lambda-specifiers1.C | 18 + .../g++.dg/cpp2a/class-deduction-aggr10.C | 21 + gcc/testsuite/g++.dg/cpp2a/class-deduction-aggr8.C | 19 + gcc/testsuite/g++.dg/cpp2a/class-deduction-aggr9.C | 18 + gcc/testsuite/g++.dg/cpp2a/concepts-lambda15.C | 16 + .../g++.dg/cpp2a/concepts-partial-spec9.C | 23 + gcc/testsuite/g++.dg/cpp2a/concepts-placeholder3.C | 19 + gcc/testsuite/g++.dg/cpp2a/concepts-placeholder4.C | 24 + gcc/testsuite/g++.dg/cpp2a/concepts-return-req2.C | 13 + gcc/testsuite/g++.dg/cpp2a/concepts-ts1.C | 2 +- gcc/testsuite/g++.dg/cpp2a/constexpr-99287.C | 61 + ...card-constructor.c => nodiscard-constructor1.C} | 6 +- .../g++.dg/cpp2a/nodiscard-constructor2.C | 17 + gcc/testsuite/g++.dg/cpp2a/nodiscard-once.C | 2 +- .../g++.dg/cpp2a/nodiscard-reason-nonstring.C | 2 +- .../g++.dg/cpp2a/nodiscard-reason-only-one.C | 2 +- gcc/testsuite/g++.dg/cpp2a/nontype-class-defarg1.C | 6 + gcc/testsuite/g++.dg/diagnostic/local1.C | 25 + gcc/testsuite/g++.dg/eh/seh-xmm-unwind.C | 61 + gcc/testsuite/g++.dg/ext/attr-flatten1.C | 9 + gcc/testsuite/g++.dg/ext/attr-lambda3.C | 4 + gcc/testsuite/g++.dg/modules/inst-2_b.C | 4 +- gcc/testsuite/g++.dg/modules/inst-4_a.C | 6 +- gcc/testsuite/g++.dg/modules/inst-4_b.C | 4 +- gcc/testsuite/g++.dg/modules/member-def-1_b.C | 2 +- gcc/testsuite/g++.dg/modules/member-def-1_c.C | 2 +- gcc/testsuite/g++.dg/modules/namespace-2_a.C | 8 +- gcc/testsuite/g++.dg/modules/pr99166_a.X | 3 +- gcc/testsuite/g++.dg/modules/pr99166_b.C | 4 +- gcc/testsuite/g++.dg/modules/pr99166_c.C | 4 +- gcc/testsuite/g++.dg/modules/pr99166_d.C | 6 +- gcc/testsuite/g++.dg/modules/pr99170-1_a.H | 10 + gcc/testsuite/g++.dg/modules/pr99170-1_b.C | 7 + gcc/testsuite/g++.dg/modules/pr99170-2.h | 44 + gcc/testsuite/g++.dg/modules/pr99170-2_a.C | 9 + gcc/testsuite/g++.dg/modules/pr99170-2_b.C | 4 + gcc/testsuite/g++.dg/modules/pr99170-3_a.H | 11 + gcc/testsuite/g++.dg/modules/pr99170-3_b.C | 6 + gcc/testsuite/g++.dg/modules/pr99245_a.H | 5 + gcc/testsuite/g++.dg/modules/pr99245_b.H | 9 + gcc/testsuite/g++.dg/modules/pr99294.h | 14 + gcc/testsuite/g++.dg/modules/pr99294_a.C | 18 + gcc/testsuite/g++.dg/modules/pr99294_b.C | 12 + gcc/testsuite/g++.dg/modules/pr99344_a.C | 23 + gcc/testsuite/g++.dg/modules/pr99344_b.C | 2 + gcc/testsuite/g++.dg/modules/pr99377_a.H | 21 + gcc/testsuite/g++.dg/modules/pr99377_b.C | 10 + gcc/testsuite/g++.dg/modules/pr99377_c.C | 8 + gcc/testsuite/g++.dg/modules/pr99389_a.H | 20 + gcc/testsuite/g++.dg/modules/pr99389_b.C | 12 + gcc/testsuite/g++.dg/modules/pr99389_c.C | 7 + gcc/testsuite/g++.dg/modules/tpl-spec-1_a.C | 2 +- gcc/testsuite/g++.dg/modules/tpl-spec-1_b.C | 3 +- gcc/testsuite/g++.dg/modules/tpl-spec-2_b.C | 2 +- gcc/testsuite/g++.dg/modules/tpl-spec-2_c.C | 2 +- gcc/testsuite/g++.dg/modules/tpl-spec-2_d.C | 2 +- gcc/testsuite/g++.dg/modules/tpl-spec-3_a.C | 2 +- gcc/testsuite/g++.dg/modules/tpl-spec-3_b.C | 2 +- gcc/testsuite/g++.dg/modules/tpl-spec-4_a.C | 2 +- gcc/testsuite/g++.dg/modules/tpl-spec-4_b.C | 2 +- gcc/testsuite/g++.dg/modules/tpl-spec-5_a.C | 2 +- gcc/testsuite/g++.dg/modules/tpl-spec-5_b.C | 2 +- gcc/testsuite/g++.dg/pr99218.C | 31 + .../g++.dg/vect/simd-complex-num-null-node.cc | 78 + gcc/testsuite/g++.dg/warn/Wnonnull12.C | 29 + gcc/testsuite/g++.dg/warn/Wnonnull9.C | 20 +- gcc/testsuite/g++.dg/warn/Wshadow-17.C | 11 + gcc/testsuite/gcc.c-torture/compile/pr99324.c | 19 + gcc/testsuite/gcc.dg/Warray-bounds-69.c | 74 + gcc/testsuite/gcc.dg/Wstringop-overflow-47.c | 11 +- gcc/testsuite/gcc.dg/Wstringop-overflow-65.c | 98 + gcc/testsuite/gcc.dg/attr-flatten-1.c | 15 +- gcc/testsuite/gcc.dg/cpp/line11.c | 6 + gcc/testsuite/gcc.dg/cpp/line12.c | 6 + .../debug/dwarf2/stacked-qualified-types-3.c | 3 +- gcc/testsuite/gcc.dg/graphite/pr99085.c | 20 + gcc/testsuite/gcc.dg/pr97172-2.c | 1 + gcc/testsuite/gcc.dg/pr99323-1.c | 17 + gcc/testsuite/gcc.dg/pr99323-2.c | 11 + .../gcc.dg/tree-prof/indir-call-prof-malloc.c | 2 +- gcc/testsuite/gcc.dg/tree-prof/pr97461.c | 2 +- gcc/testsuite/gcc.misc-tests/outputs.exp | 810 ++--- .../aarch64/advsimd-intrinsics/vXXXhn_high.inc | 65 + .../aarch64/advsimd-intrinsics/vaddhn_high.c | 32 + .../aarch64/advsimd-intrinsics/vcvt_fXX_fXX.c | 100 + .../gcc.target/aarch64/advsimd-intrinsics/vcvtx.c | 83 + .../aarch64/advsimd-intrinsics/vmovn_high.c | 73 + .../aarch64/advsimd-intrinsics/vqmovn_high.c | 121 + .../aarch64/advsimd-intrinsics/vqmovun_high.c | 91 + .../aarch64/advsimd-intrinsics/vraddhn_high.c | 32 + .../aarch64/advsimd-intrinsics/vrshrn_high_n.c | 177 ++ .../aarch64/advsimd-intrinsics/vrsubhn_high.c | 32 + .../aarch64/advsimd-intrinsics/vshrn_high_n.c | 93 + .../aarch64/advsimd-intrinsics/vsubhn_high.c | 32 + gcc/testsuite/gcc.target/aarch64/pr93235.c | 12 + gcc/testsuite/gcc.target/aarch64/pr99381.c | 10 + gcc/testsuite/gcc.target/arm/cmse/cmse-18.c | 11 + gcc/testsuite/gcc.target/cris/pr93372-1.c | 11 +- gcc/testsuite/gcc.target/i386/pr95798-1.c | 2 +- gcc/testsuite/gcc.target/i386/pr95798-2.c | 2 +- gcc/testsuite/gcc.target/i386/pr99123-2.c | 51 + gcc/testsuite/gcc.target/i386/pr99321.c | 41 + .../gcc.target/powerpc/compress-float-ppc-pic.c | 1 + .../gcc.target/powerpc/pcrel-opt-inc-di.c | 17 + gcc/testsuite/gcc.target/powerpc/pcrel-opt-ld-df.c | 36 + gcc/testsuite/gcc.target/powerpc/pcrel-opt-ld-di.c | 42 + gcc/testsuite/gcc.target/powerpc/pcrel-opt-ld-hi.c | 42 + gcc/testsuite/gcc.target/powerpc/pcrel-opt-ld-qi.c | 42 + gcc/testsuite/gcc.target/powerpc/pcrel-opt-ld-sf.c | 42 + gcc/testsuite/gcc.target/powerpc/pcrel-opt-ld-si.c | 41 + .../gcc.target/powerpc/pcrel-opt-ld-vector.c | 36 + gcc/testsuite/gcc.target/powerpc/pcrel-opt-st-df.c | 36 + gcc/testsuite/gcc.target/powerpc/pcrel-opt-st-di.c | 36 + gcc/testsuite/gcc.target/powerpc/pcrel-opt-st-hi.c | 42 + gcc/testsuite/gcc.target/powerpc/pcrel-opt-st-qi.c | 42 + gcc/testsuite/gcc.target/powerpc/pcrel-opt-st-sf.c | 36 + gcc/testsuite/gcc.target/powerpc/pcrel-opt-st-si.c | 41 + .../gcc.target/powerpc/pcrel-opt-st-vector.c | 36 + gcc/testsuite/gcc.target/powerpc/ppc-eabi.c | 2 + gcc/testsuite/gcc.target/powerpc/pr26350.c | 1 + gcc/testsuite/gcc.target/powerpc/pr79439-1.c | 1 + gcc/testsuite/gcc.target/powerpc/pr79439-2.c | 1 + gcc/testsuite/gcc.target/powerpc/pr79439-3.c | 1 + gcc/testsuite/gcc.target/powerpc/pr96264.c | 2 +- .../gcc.target/s390/mul-signed-overflow-1.c | 3 +- .../gcc.target/s390/mul-signed-overflow-2.c | 3 +- .../gcc.target/s390/target-attribute/pr99313.c | 5 + .../s390/zvector/vec-nnpa-fp16-convert.c | 34 + .../s390/zvector/vec-nnpa-fp32-convert-1.c | 27 + .../s390/zvector/vec_convert_from_fp16.c | 12 + .../gcc.target/s390/zvector/vec_convert_to_fp16.c | 12 + .../s390/zvector/vec_extend_to_fp32_hi.c | 12 + .../s390/zvector/vec_extend_to_fp32_lo.c | 12 + .../gcc.target/s390/zvector/vec_round_from_fp32.c | 12 + gcc/testsuite/gfortran.dg/matmul_21.f90 | 15 + gcc/testsuite/gfortran.dg/pr95690.f90 | 4 +- gcc/testsuite/gfortran.dg/real4-10-real8-10.f90 | 25 + gcc/testsuite/gfortran.dg/real4-10-real8-16.f90 | 26 + gcc/testsuite/gfortran.dg/real4-10-real8-4.f90 | 25 + gcc/testsuite/gfortran.dg/real4-10.f90 | 25 + gcc/testsuite/gfortran.dg/real4-16-real8-10.f90 | 26 + gcc/testsuite/gfortran.dg/real4-16-real8-16.f90 | 26 + gcc/testsuite/gfortran.dg/real4-16-real8-4.f90 | 26 + gcc/testsuite/gfortran.dg/real4-16.f90 | 26 + gcc/testsuite/gfortran.dg/real4-8-real8-10.f90 | 25 + gcc/testsuite/gfortran.dg/real4-8-real8-16.f90 | 26 + gcc/testsuite/gfortran.dg/real4-8-real8-4.f90 | 25 + gcc/testsuite/gfortran.dg/real4-8.f90 | 25 + gcc/testsuite/gfortran.dg/real8-10.f90 | 25 + gcc/testsuite/gfortran.dg/real8-16.f90 | 26 + gcc/testsuite/gfortran.dg/real8-4.f90 | 25 + gcc/testsuite/gnat.dg/limited5.adb | 17 + gcc/testsuite/lib/prune.exp | 3 + gcc/testsuite/lib/target-supports.exp | 16 + gcc/tree-cfg.c | 68 +- gcc/tree-pretty-print.c | 102 +- gcc/tree-ssa-alias.c | 10 +- gcc/tree-vect-slp.c | 2 +- gcc/tree-vrp.c | 22 +- gcc/tree.c | 2 +- gcc/tree.h | 10 +- libbacktrace/ChangeLog | 12 + libbacktrace/backtrace.h | 15 +- libbacktrace/dwarf.c | 89 +- libcpp/ChangeLog | 6 + libcpp/line-map.c | 8 + libgcc/ChangeLog | 39 + libgcc/config.in | 3 + libgcc/config/rs6000/_sprintfkf.c | 1 + libgcc/config/rs6000/_sprintfkf.h | 3 +- libgcc/configure | 4 +- libgcc/configure.ac | 2 +- libgcc/libgcov-driver.c | 66 +- libgcc/libgcov.h | 63 +- libgfortran/ChangeLog | 38 + libgfortran/generated/matmul_c10.c | 15 +- libgfortran/generated/matmul_c16.c | 15 +- libgfortran/generated/matmul_c4.c | 15 +- libgfortran/generated/matmul_c8.c | 15 +- libgfortran/generated/matmul_i1.c | 15 +- libgfortran/generated/matmul_i16.c | 15 +- libgfortran/generated/matmul_i2.c | 15 +- libgfortran/generated/matmul_i4.c | 15 +- libgfortran/generated/matmul_i8.c | 15 +- libgfortran/generated/matmul_r10.c | 15 +- libgfortran/generated/matmul_r16.c | 15 +- libgfortran/generated/matmul_r4.c | 15 +- libgfortran/generated/matmul_r8.c | 15 +- libgfortran/generated/matmulavx128_c10.c | 6 +- libgfortran/generated/matmulavx128_c16.c | 6 +- libgfortran/generated/matmulavx128_c4.c | 6 +- libgfortran/generated/matmulavx128_c8.c | 6 +- libgfortran/generated/matmulavx128_i1.c | 6 +- libgfortran/generated/matmulavx128_i16.c | 6 +- libgfortran/generated/matmulavx128_i2.c | 6 +- libgfortran/generated/matmulavx128_i4.c | 6 +- libgfortran/generated/matmulavx128_i8.c | 6 +- libgfortran/generated/matmulavx128_r10.c | 6 +- libgfortran/generated/matmulavx128_r16.c | 6 +- libgfortran/generated/matmulavx128_r4.c | 6 +- libgfortran/generated/matmulavx128_r8.c | 6 +- libgfortran/m4/matmul_internal.m4 | 3 +- libgfortran/runtime/string.c | 2 +- libgo/Makefile.am | 1 + libgo/Makefile.in | 9 +- libgo/go/runtime/stubs.go | 2 - libgo/runtime/go-memclr.c | 45 +- libgo/runtime/go-memmove.c | 89 + libgo/runtime/runtime.h | 3 +- libgomp/ChangeLog | 70 + libgomp/config.h.in | 3 + libgomp/configure | 168 +- libgomp/configure.ac | 2 + libgomp/libgomp.h | 21 +- libgomp/plugin/configfrag.ac | 8 +- libgomp/task.c | 248 +- libgomp/team.c | 2 - libgomp/testsuite/libgomp.c-c++-common/pr96390.c | 1 + .../testsuite/libgomp.c-c++-common/task-detach-1.c | 4 +- .../libgomp.c-c++-common/task-detach-10.c | 45 + .../libgomp.c-c++-common/task-detach-11.c | 13 + .../testsuite/libgomp.c-c++-common/task-detach-2.c | 6 +- .../testsuite/libgomp.c-c++-common/task-detach-3.c | 6 +- .../testsuite/libgomp.c-c++-common/task-detach-4.c | 4 +- .../testsuite/libgomp.c-c++-common/task-detach-5.c | 8 +- .../testsuite/libgomp.c-c++-common/task-detach-6.c | 8 +- .../testsuite/libgomp.c-c++-common/task-detach-7.c | 45 + .../testsuite/libgomp.c-c++-common/task-detach-8.c | 47 + .../testsuite/libgomp.c-c++-common/task-detach-9.c | 43 + .../testsuite/libgomp.fortran/task-detach-1.f90 | 4 +- .../testsuite/libgomp.fortran/task-detach-10.f90 | 44 + .../testsuite/libgomp.fortran/task-detach-11.f90 | 13 + .../testsuite/libgomp.fortran/task-detach-2.f90 | 6 +- .../testsuite/libgomp.fortran/task-detach-3.f90 | 6 +- .../testsuite/libgomp.fortran/task-detach-4.f90 | 4 +- .../testsuite/libgomp.fortran/task-detach-5.f90 | 8 +- .../testsuite/libgomp.fortran/task-detach-6.f90 | 16 +- .../testsuite/libgomp.fortran/task-detach-7.f90 | 42 + .../testsuite/libgomp.fortran/task-detach-8.f90 | 45 + .../testsuite/libgomp.fortran/task-detach-9.f90 | 41 + libstdc++-v3/ChangeLog | 74 + .../post/aarch64-linux-gnu/baseline_symbols.txt | 104 + .../post/i386-solaris/amd64/baseline_symbols.txt | 98 + .../abi/post/i386-solaris/baseline_symbols.txt | 98 + .../abi/post/ia64-linux-gnu/baseline_symbols.txt | 121 + .../abi/post/m68k-linux-gnu/baseline_symbols.txt | 121 + .../post/riscv64-linux-gnu/baseline_symbols.txt | 116 + .../abi/post/sparc-solaris/baseline_symbols.txt | 98 + .../sparc-solaris/sparcv9/baseline_symbols.txt | 98 + libstdc++-v3/doc/html/manual/abi.html | 6 +- libstdc++-v3/doc/xml/manual/abi.xml | 12 +- libstdc++-v3/include/experimental/bits/simd.h | 12 +- .../include/experimental/bits/simd_builtin.h | 4 +- libstdc++-v3/include/experimental/bits/simd_x86.h | 4 +- libstdc++-v3/include/std/bit | 16 + libstdc++-v3/include/std/chrono | 10 +- libstdc++-v3/include/std/utility | 9 + libstdc++-v3/include/std/version | 3 +- .../uninitialized_default_n/sizes.cc | 4 +- .../uninitialized_value_construct_n/sizes.cc | 7 +- libstdc++-v3/testsuite/20_util/to_underlying/1.cc | 38 + .../testsuite/20_util/to_underlying/version.cc | 27 + .../testsuite/27_io/headers/cstdio/types_std.cc | 2 +- 450 files changed, 15103 insertions(+), 5482 deletions(-)