public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/vendors/redhat/heads/gcc-11-branch)] Merge commit 'r11-7178-g0f39fb7b001df7cdba56cd5c572d0737667acd2c' into redhat/gcc-11-branch
@ 2021-02-10 18:59 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2021-02-10 18:59 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:ca24474172e3b0805f9f016bf2a6ef0352aeb755

commit ca24474172e3b0805f9f016bf2a6ef0352aeb755
Merge: 17ea13f4691 0f39fb7b001
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Wed Feb 10 19:58:02 2021 +0100

    Merge commit 'r11-7178-g0f39fb7b001df7cdba56cd5c572d0737667acd2c' into redhat/gcc-11-branch

Diff:

 contrib/ChangeLog                                  |    10 +
 contrib/gcc_update                                 |     1 +
 contrib/mklog.py                                   |     5 +
 gcc/ChangeLog                                      |   604 +
 gcc/DATESTAMP                                      |     2 +-
 gcc/ada/ChangeLog                                  |    18 +
 gcc/ada/gcc-interface/decl.c                       |    97 +-
 gcc/ada/gcc-interface/utils.c                      |    48 +-
 gcc/analyzer/ChangeLog                             |    34 +
 gcc/analyzer/engine.cc                             |    68 +-
 gcc/analyzer/region-model-manager.cc               |    13 +
 gcc/analyzer/sm-file.cc                            |    11 +-
 gcc/analyzer/store.cc                              |    17 +-
 gcc/attribs.c                                      |    32 +
 gcc/attribs.h                                      |     3 +
 gcc/bitmap.h                                       |     6 +-
 gcc/c-family/ChangeLog                             |     9 +
 gcc/c-family/c-common.c                            |     1 +
 gcc/c-family/c-cppbuiltin.c                        |     5 +
 gcc/c-family/c-lex.c                               |     8 +
 gcc/c/ChangeLog                                    |    15 +
 gcc/c/c-decl.c                                     |    62 +-
 gcc/c/c-typeck.c                                   |     8 +-
 gcc/calls.c                                        |     6 +-
 gcc/cfgexpand.c                                    |     6 +-
 gcc/cfgrtl.c                                       |     8 +-
 gcc/common.opt                                     |    10 +-
 gcc/config/aarch64/aarch64-builtins.c              |     1 +
 gcc/config/aarch64/aarch64-cost-tables.h           |    18 +-
 gcc/config/aarch64/aarch64-simd-builtins.def       |   296 +-
 gcc/config/aarch64/aarch64-simd.md                 |   493 +-
 gcc/config/aarch64/aarch64.c                       |    12 +-
 gcc/config/aarch64/aarch64.md                      |     3 +
 gcc/config/aarch64/arm_neon.h                      |  1044 +-
 gcc/config/aarch64/iterators.md                    |     5 +
 gcc/config/arm/aarch-common-protos.h               |     1 +
 gcc/config/arm/aarch-cost-tables.h                 |    18 +-
 gcc/config/arm/arm.c                               |    21 +-
 gcc/config/arm/iterators.md                        |     3 +-
 gcc/config/arm/mve.md                              |    23 +-
 gcc/config/arm/unspecs.md                          |     3 -
 gcc/config/gcn/gcn-opts.h                          |     3 +-
 gcc/config/gcn/gcn.c                               |     3 +
 gcc/config/gcn/gcn.opt                             |     3 +
 gcc/config/gcn/mkoffload.c                         |     4 +
 gcc/config/gcn/t-gcn-hsa                           |     4 +-
 gcc/config/gcn/t-omp-device                        |     2 +-
 gcc/config/i386/i386-expand.c                      |    43 +-
 gcc/config/i386/i386-features.c                    |     2 +-
 gcc/config/i386/i386-options.c                     |     2 +
 gcc/config/i386/mmx.md                             |     6 +-
 gcc/config/i386/sse.md                             |    11 +
 gcc/config/i386/x86-tune.def                       |    10 +-
 gcc/config/nvptx/nvptx.c                           |     6 +-
 gcc/config/rs6000/fusion.md                        |  2304 ++
 gcc/config/rs6000/genfusion.pl                     |    94 +
 gcc/config/rs6000/rs6000-c.c                       |     2 +
 gcc/config/rs6000/rs6000-cpus.def                  |     4 +-
 gcc/config/rs6000/rs6000.c                         |     8 +-
 gcc/config/rs6000/rs6000.opt                       |    15 +
 gcc/config/rs6000/t-rs6000                         |     4 +-
 gcc/cp/ChangeLog                                   |   167 +
 gcc/cp/Make-lang.in                                |     2 +-
 gcc/cp/call.c                                      |    58 +-
 gcc/cp/constexpr.c                                 |    32 +-
 gcc/cp/constraint.cc                               |     8 -
 gcc/cp/cp-gimplify.c                               |    12 +
 gcc/cp/cp-tree.h                                   |    21 +-
 gcc/cp/decl.c                                      |    94 +-
 gcc/cp/error.c                                     |     3 +-
 gcc/cp/expr.c                                      |    14 +-
 gcc/cp/module.cc                                   |    27 +-
 gcc/cp/name-lookup.c                               |    15 +-
 gcc/cp/parser.c                                    |    15 +-
 gcc/cp/pt.c                                        |   142 +-
 gcc/cp/rtti.c                                      |    18 -
 gcc/cp/tree.c                                      |    10 +-
 gcc/cp/typeck.c                                    |     9 +-
 gcc/cp/typeck2.c                                   |    48 +-
 gcc/d/ChangeLog                                    |    54 +
 gcc/d/d-builtins.cc                                |     4 +-
 gcc/d/d-frontend.cc                                |     2 +-
 gcc/d/d-tree.h                                     |     2 +-
 gcc/d/dmd/MERGE                                    |     2 +-
 gcc/d/dmd/declaration.h                            |    40 +-
 gcc/d/dmd/dinterpret.c                             |     2 +-
 gcc/d/dmd/dmangle.c                                |    29 +-
 gcc/d/dmd/idgen.c                                  |    38 +
 gcc/d/dmd/root/ctfloat.h                           |    18 +
 gcc/d/dmd/root/outbuffer.c                         |    31 +
 gcc/d/dmd/root/outbuffer.h                         |     1 +
 gcc/d/intrinsics.cc                                |     9 +-
 gcc/d/intrinsics.def                               |   301 +-
 gcc/d/typeinfo.cc                                  |    16 -
 gcc/diagnostic-show-locus.c                        |     9 +
 gcc/doc/extend.texi                                |    40 +-
 gcc/doc/invoke.texi                                |     5 +-
 gcc/dwarf2out.c                                    |    10 +
 gcc/expr.c                                         |     1 +
 gcc/fortran/ChangeLog                              |    30 +
 gcc/fortran/dependency.c                           |    15 +-
 gcc/fortran/intrinsic.texi                         |     2 +-
 gcc/fortran/openmp.c                               |     8 +-
 gcc/fortran/trans-openmp.c                         |    12 +-
 gcc/gcc.c                                          |    38 +-
 gcc/gimple-if-to-switch.cc                         |    20 +-
 gcc/gimple-loop-interchange.cc                     |    10 +-
 gcc/gimple-loop-jam.c                              |     6 +-
 gcc/gimplify.c                                     |     7 +
 gcc/go/gofrontend/MERGE                            |     2 +-
 gcc/ifcvt.c                                        |    71 +-
 gcc/ipa-icf.c                                      |     7 +-
 gcc/ipa-modref.c                                   |    18 +-
 gcc/ipa-pure-const.c                               |     2 +-
 gcc/lra-constraints.c                              |     9 +-
 gcc/lra-spills.c                                   |     2 +-
 gcc/lto-streamer-out.c                             |     2 +-
 gcc/lto-streamer.c                                 |     8 +-
 gcc/lto-streamer.h                                 |     1 +
 gcc/opts.c                                         |    65 +-
 gcc/opts.h                                         |     4 +
 gcc/po/ChangeLog                                   |     4 +
 gcc/po/gcc.pot                                     | 25417 ++++++++++---------
 gcc/reorg.c                                        |    21 +-
 gcc/system.h                                       |     4 +
 gcc/testsuite/ChangeLog                            |   457 +
 gcc/testsuite/c-c++-common/attr-used-5.c           |     1 +
 gcc/testsuite/c-c++-common/attr-used-6.c           |     1 +
 gcc/testsuite/c-c++-common/attr-used-7.c           |     1 +
 gcc/testsuite/c-c++-common/attr-used-8.c           |     1 +
 gcc/testsuite/c-c++-common/attr-used-9.c           |     1 +
 gcc/testsuite/c-c++-common/pr98943.c               |    10 +
 gcc/testsuite/g++.dg/Wclass-memaccess-6.C          |    18 +
 gcc/testsuite/g++.dg/abi/pr98531-1.C               |    20 +
 gcc/testsuite/g++.dg/abi/pr98531-2.C               |    20 +
 gcc/testsuite/g++.dg/abi/pr98531-3.C               |    21 +
 gcc/testsuite/g++.dg/abi/pr98531-4.C               |    19 +
 gcc/testsuite/g++.dg/cpp0x/alias-decl-dr1558.C     |     1 +
 gcc/testsuite/g++.dg/cpp0x/alias-decl-targ1.C      |     9 +
 gcc/testsuite/g++.dg/cpp0x/constexpr-98295.C       |    11 +
 gcc/testsuite/g++.dg/cpp0x/noexcept65.C            |    35 +
 gcc/testsuite/g++.dg/cpp0x/pr84630.C               |     1 +
 gcc/testsuite/g++.dg/cpp0x/udlit-shadow-neg.C      |    61 +
 gcc/testsuite/g++.dg/cpp1y/constexpr-84494.C       |    11 +
 gcc/testsuite/g++.dg/cpp1y/lambda-generic-empty1.C |     9 +
 gcc/testsuite/g++.dg/cpp1y/nsdmi-aggr12.C          |    36 +
 .../g++.dg/cpp1z/class-deduction-decltype1.C       |    11 +
 gcc/testsuite/g++.dg/cpp1z/class-deduction78.C     |    20 +
 gcc/testsuite/g++.dg/cpp1z/decomp54.C              |    17 +
 gcc/testsuite/g++.dg/cpp23/feat-cxx2b.C            |   549 +
 gcc/testsuite/g++.dg/cpp23/size_t-literals.C       |     8 +
 gcc/testsuite/g++.dg/cpp2a/concepts-variadic3.C    |     7 +
 gcc/testsuite/g++.dg/cpp2a/consteval-expinst1.C    |    20 +
 gcc/testsuite/g++.dg/cpp2a/constexpr-new16.C       |    13 +
 gcc/testsuite/g++.dg/cpp2a/constexpr-new17.C       |    15 +
 gcc/testsuite/g++.dg/cpp2a/lambda-uneval13.C       |    11 +
 gcc/testsuite/g++.dg/cpp2a/no_unique_address11.C   |    18 +
 gcc/testsuite/g++.dg/cpp2a/no_unique_address12.C   |    12 +
 gcc/testsuite/g++.dg/cpp2a/using-enum-8.C          |     5 +
 gcc/testsuite/g++.dg/cpp2a/volatile5.C             |    15 +
 gcc/testsuite/g++.dg/ext/attr-expr1.C              |     9 +
 gcc/testsuite/g++.dg/ext/builtin-has-attribute2.C  |     8 +
 gcc/testsuite/g++.dg/ext/weak6.C                   |     8 +
 gcc/testsuite/g++.dg/gomp/pr99007.C                |    18 +
 gcc/testsuite/g++.dg/lookup/pr99030.C              |    16 +
 gcc/testsuite/g++.dg/lto/pr96591_0.C               |    45 +
 gcc/testsuite/g++.dg/modules/pr98531-1.h           |    13 +
 gcc/testsuite/g++.dg/modules/pr98531-1_a.H         |     6 +
 gcc/testsuite/g++.dg/modules/pr98531-1_b.C         |     5 +
 gcc/testsuite/g++.dg/modules/pr98531-2.h           |    13 +
 gcc/testsuite/g++.dg/modules/pr98531-2_a.H         |     5 +
 gcc/testsuite/g++.dg/modules/pr98531-2_b.C         |     4 +
 gcc/testsuite/g++.dg/modules/pr98531-3.h           |    13 +
 gcc/testsuite/g++.dg/modules/pr98531-3_a.H         |     5 +
 gcc/testsuite/g++.dg/modules/pr98531-3_b.C         |     4 +
 gcc/testsuite/g++.dg/modules/pr98944_a.C           |     9 +
 gcc/testsuite/g++.dg/modules/pr98944_b.C           |     8 +
 gcc/testsuite/g++.dg/modules/pr98944_c.C           |     8 +
 gcc/testsuite/g++.dg/modules/pr98944_d.C           |     8 +
 gcc/testsuite/g++.dg/opt/pr98743.C                 |    27 +
 gcc/testsuite/g++.dg/pr98499.C                     |    31 +
 gcc/testsuite/g++.dg/torture/pr97960.C             |    30 +
 gcc/testsuite/g++.dg/vect/slp-pr98855.cc           |    84 +
 gcc/testsuite/g++.dg/warn/Wsize_t-literals.C       |    12 +
 gcc/testsuite/g++.dg/warn/Wstringop-overread-1.C   |    12 +
 gcc/testsuite/g++.target/i386/avx512bw-pr98537-1.C |    11 +
 gcc/testsuite/g++.target/i386/avx512vl-pr98537-1.C |    40 +
 gcc/testsuite/g++.target/i386/avx512vl-pr98537-2.C |     8 +
 gcc/testsuite/gcc.dg/analyzer/conditionals-3.c     |     8 +-
 gcc/testsuite/gcc.dg/analyzer/data-model-1.c       |     4 +-
 gcc/testsuite/gcc.dg/analyzer/explode-1.c          |     2 +-
 gcc/testsuite/gcc.dg/analyzer/feasibility-1.c      |    26 +
 gcc/testsuite/gcc.dg/analyzer/file-1.c             |     7 +
 gcc/testsuite/gcc.dg/analyzer/file-3.c             |    18 +
 gcc/testsuite/gcc.dg/analyzer/params.c             |     4 +-
 .../analyzer/pr93355-localealias-feasibility-2.c   |    31 +
 .../analyzer/pr93355-localealias-feasibility-3.c   |    64 +
 gcc/testsuite/gcc.dg/analyzer/pr94851-2.c          |    54 +
 gcc/testsuite/gcc.dg/analyzer/pr96651-2.c          |     4 +-
 gcc/testsuite/gcc.dg/analyzer/pr98575-1.c          |    46 +
 gcc/testsuite/gcc.dg/analyzer/pr98918.c            |    22 +
 gcc/testsuite/gcc.dg/analyzer/signal-4b.c          |    18 +-
 gcc/testsuite/gcc.dg/analyzer/single-field.c       |     8 +-
 .../gcc.dg/analyzer/torture/conditionals-2.c       |     8 +-
 gcc/testsuite/gcc.dg/array-quals-1.c               |    30 +-
 gcc/testsuite/gcc.dg/asan/nested-1.c               |    24 +
 gcc/testsuite/gcc.dg/cpp/pr98882.c                 |     6 +
 gcc/testsuite/gcc.dg/decl-8.c                      |     4 +-
 gcc/testsuite/gcc.dg/gomp/pr99007-1.c              |    13 +
 gcc/testsuite/gcc.dg/gomp/pr99007-2.c              |    15 +
 gcc/testsuite/gcc.dg/gomp/pr99007-3.c              |    16 +
 gcc/testsuite/gcc.dg/label-decl-4.c                |     4 +-
 gcc/testsuite/gcc.dg/mismatch-decl-1.c             |    10 +-
 gcc/testsuite/gcc.dg/old-style-then-proto-1.c      |    18 +-
 gcc/testsuite/gcc.dg/parm-mismatch-1.c             |     8 +-
 gcc/testsuite/gcc.dg/pr35445.c                     |     2 +-
 gcc/testsuite/gcc.dg/pr97172.c                     |    50 +
 gcc/testsuite/gcc.dg/pr97487-1.c                   |     9 +
 gcc/testsuite/gcc.dg/pr97487-2.c                   |    18 +
 gcc/testsuite/gcc.dg/pr97882.c                     |   144 +
 gcc/testsuite/gcc.dg/pr97932.c                     |   125 +
 gcc/testsuite/gcc.dg/pr98287.c                     |    19 +
 gcc/testsuite/gcc.dg/qual-return-7.c               |    18 +
 gcc/testsuite/gcc.dg/qual-return-8.c               |    28 +
 gcc/testsuite/gcc.dg/redecl-11.c                   |     2 +-
 gcc/testsuite/gcc.dg/redecl-12.c                   |     2 +-
 gcc/testsuite/gcc.dg/redecl-13.c                   |     2 +-
 gcc/testsuite/gcc.dg/redecl-15.c                   |     2 +-
 gcc/testsuite/gcc.dg/tls/thr-init-1.c              |     2 +-
 gcc/testsuite/gcc.dg/vect/pr92205.c                |     2 +-
 gcc/testsuite/gcc.dg/vect/pr98848.c                |    18 +
 .../smlal-smlsl-mull-optimized.c                   |    45 +
 .../aarch64/advsimd-intrinsics/vmlXl_high.inc      |    89 +
 .../aarch64/advsimd-intrinsics/vmlXl_high_lane.inc |    71 +
 .../advsimd-intrinsics/vmlXl_high_laneq.inc        |    71 +
 .../aarch64/advsimd-intrinsics/vmlXl_high_n.inc    |    62 +
 .../aarch64/advsimd-intrinsics/vmlal_high.c        |    20 +
 .../aarch64/advsimd-intrinsics/vmlal_high_lane.c   |    16 +
 .../aarch64/advsimd-intrinsics/vmlal_high_laneq.c  |    16 +
 .../aarch64/advsimd-intrinsics/vmlal_high_n.c      |    16 +
 .../aarch64/advsimd-intrinsics/vmlsl_high.c        |    24 +
 .../aarch64/advsimd-intrinsics/vmlsl_high_lane.c   |    20 +
 .../aarch64/advsimd-intrinsics/vmlsl_high_laneq.c  |    20 +
 .../aarch64/advsimd-intrinsics/vmlsl_high_n.c      |    20 +
 .../aarch64/advsimd-intrinsics/vmull_high.c        |    78 +
 .../aarch64/advsimd-intrinsics/vmull_high_lane.c   |    69 +
 .../aarch64/advsimd-intrinsics/vmull_high_laneq.c  |    69 +
 .../aarch64/advsimd-intrinsics/vmull_high_n.c      |    61 +
 .../aarch64/advsimd-intrinsics/vpXXXq.inc          |    96 +
 .../gcc.target/aarch64/advsimd-intrinsics/vpaddq.c |    40 +
 .../gcc.target/aarch64/arg-type-diagnostics-1.c    |     4 +-
 .../gcc.target/aarch64/asimd-mul-to-shl-sub.c      |    17 +
 .../gcc.target/aarch64/narrow_high-intrinsics.c    |     4 +-
 .../gcc.target/aarch64/simd/vmovl_high_1.c         |    32 +
 gcc/testsuite/gcc.target/arm/simd/mve-vorn.c       |    38 +
 gcc/testsuite/gcc.target/i386/avx512vl-pr88547-1.c |    10 +-
 .../gcc.target/i386/avx512vl-pr92686-vpcmp-1.c     |   112 -
 .../gcc.target/i386/avx512vl-pr92686-vpcmp-2.c     |    91 -
 .../i386/avx512vl-pr92686-vpcmp-intelasm-1.c       |   111 -
 gcc/testsuite/gcc.target/i386/pr97510.c            |    18 +
 gcc/testsuite/gcc.target/i386/pr97971.c            |    12 +
 gcc/testsuite/gcc.target/i386/pr98928.c            |    59 +
 gcc/testsuite/gcc.target/i386/pr99025.c            |    17 +
 .../gcc.target/i386/prefer-vector-width-attr.c     |    11 +
 gcc/testsuite/gcc.target/powerpc/pr79251.p8.c      |     2 +-
 gcc/testsuite/gcc.target/powerpc/pr79251.p9.c      |     2 +-
 gcc/testsuite/gcc.target/riscv/attribute-18.c      |     2 +-
 gcc/testsuite/gdc.dg/intrinsics.d                  |     3 +
 .../gfortran.dg/coarray/array_temporary.f90        |    74 +
 .../gfortran.dg/goacc/array-with-dt-2.f90          |    11 +
 .../gfortran.dg/goacc/derived-chartypes-1.f90      |   132 +
 .../gfortran.dg/goacc/derived-chartypes-2.f90      |   132 +
 .../gfortran.dg/goacc/derived-chartypes-3.f90      |    38 +
 .../gfortran.dg/goacc/derived-chartypes-4.f90      |    38 +
 .../gfortran.dg/goacc/derived-classtypes-1.f95     |   129 +
 gcc/testsuite/gfortran.dg/goacc/substring.f90      |    27 +
 gcc/testsuite/gfortran.dg/gomp/substring.f90       |    22 +
 gcc/testsuite/gfortran.dg/pr91862.f90              |    26 +
 gcc/testsuite/gfortran.dg/pr98974.F90              |    21 +
 gcc/testsuite/lib/scanasm.exp                      |    12 +-
 gcc/testsuite/objc.dg/id-1.m                       |     2 +-
 gcc/testsuite/objc.dg/tls/diag-3.m                 |     4 +-
 gcc/toplev.c                                       |     6 +-
 gcc/tree-loop-distribution.c                       |     1 +
 gcc/tree-nested.c                                  |     4 +-
 gcc/tree-ssa-loop-im.c                             |     1 +
 gcc/tree-ssa-sccvn.c                               |    31 +-
 gcc/tree-ssa-sccvn.h                               |     2 +
 gcc/tree-ssa-strlen.c                              |     9 +
 gcc/tree-switch-conversion.c                       |    20 +-
 gcc/tree-switch-conversion.h                       |    18 +-
 gcc/tree-vect-loop.c                               |    16 +-
 gcc/tree-vect-patterns.c                           |     4 +
 gcc/tree-vect-slp-patterns.c                       |     2 +-
 gcc/tree-vect-slp.c                                |   179 +-
 gcc/tree-vect-stmts.c                              |    27 +-
 gcc/tree-vectorizer.h                              |    14 +
 gcc/tree.c                                         |    13 +-
 gcc/tree.h                                         |    18 +-
 gcc/varasm.c                                       |     7 +-
 gcc/vec.h                                          |     6 +-
 gotools/ChangeLog                                  |     8 +
 gotools/Makefile.am                                |    26 +-
 gotools/Makefile.in                                |    28 +-
 libcpp/ChangeLog                                   |    23 +
 libcpp/expr.c                                      |    28 +-
 libcpp/include/cpplib.h                            |     8 +-
 libcpp/init.c                                      |    52 +-
 libcpp/lex.c                                       |     4 +-
 libcpp/po/ChangeLog                                |     4 +
 libcpp/po/cpplib.pot                               |   431 +-
 libgo/Makefile.am                                  |     9 +
 libgo/Makefile.in                                  |    68 +-
 libgomp/ChangeLog                                  |    12 +
 libgomp/plugin/plugin-gcn.c                        |     7 +
 .../libgomp.oacc-fortran/array-stride-dt-1.f90     |    45 +
 libiberty/ChangeLog                                |     5 +
 libiberty/dyn-string.c                             |     2 +-
 libphobos/ChangeLog                                |    56 +
 libphobos/Makefile.in                              |     2 +-
 libphobos/configure                                |     4 +-
 libphobos/libdruntime/MERGE                        |     2 +-
 libphobos/libdruntime/Makefile.am                  |   153 +-
 libphobos/libdruntime/Makefile.in                  |   433 +-
 libphobos/libdruntime/core/bitop.d                 |   145 +-
 libphobos/libdruntime/core/checkedint.d            |    48 +-
 libphobos/libdruntime/core/cpuid.d                 |    69 +-
 libphobos/libdruntime/core/internal/abort.d        |     2 +-
 libphobos/libdruntime/core/internal/attributes.d   |    11 +
 libphobos/libdruntime/core/internal/traits.d       |   152 +-
 libphobos/libdruntime/core/simd.d                  |  1096 +-
 libphobos/libdruntime/core/stdc/complex.d          |    26 +-
 libphobos/libdruntime/core/stdc/errno.d            |   244 +-
 libphobos/libdruntime/core/stdc/fenv.d             |    22 +-
 libphobos/libdruntime/core/stdc/inttypes.d         |     8 +-
 libphobos/libdruntime/core/stdc/limits.d           |     2 +-
 libphobos/libdruntime/core/stdc/locale.d           |     2 +-
 libphobos/libdruntime/core/stdc/math.d             |   291 +-
 libphobos/libdruntime/core/stdc/stdarg.d           |   713 +-
 libphobos/libdruntime/core/stdc/stdint.d           |     8 +-
 libphobos/libdruntime/core/stdc/stdio.d            |    66 +-
 libphobos/libdruntime/core/stdc/stdlib.d           |     2 +-
 libphobos/libdruntime/core/stdc/string.d           |    58 +-
 libphobos/libdruntime/core/stdc/tgmath.d           |   550 +-
 libphobos/libdruntime/core/stdc/time.d             |   221 +-
 libphobos/libdruntime/core/stdc/wchar_.d           |    86 +-
 libphobos/libdruntime/core/stdc/wctype.d           |     4 +-
 libphobos/libdruntime/core/sys/bionic/err.d        |    23 +
 libphobos/libdruntime/core/sys/bionic/stdlib.d     |    17 +
 libphobos/libdruntime/core/sys/darwin/dlfcn.d      |     2 +-
 libphobos/libdruntime/core/sys/darwin/err.d        |    41 +
 libphobos/libdruntime/core/sys/darwin/ifaddrs.d    |    77 +
 libphobos/libdruntime/core/sys/darwin/mach/dyld.d  |     7 +-
 .../libdruntime/core/sys/darwin/mach/getsect.d     |   172 +-
 .../libdruntime/core/sys/darwin/mach/loader.d      |    41 +-
 libphobos/libdruntime/core/sys/darwin/mach/nlist.d |   317 +
 libphobos/libdruntime/core/sys/darwin/mach/stab.d  |    90 +
 .../libdruntime/core/sys/darwin/netinet/in_.d      |    18 +-
 libphobos/libdruntime/core/sys/darwin/pthread.d    |     8 +-
 libphobos/libdruntime/core/sys/darwin/stdlib.d     |    26 +
 libphobos/libdruntime/core/sys/darwin/sys/attr.d   |   338 +
 libphobos/libdruntime/core/sys/darwin/sys/sysctl.d |   253 +
 .../libdruntime/core/sys/dragonflybsd/dlfcn.d      |     8 +-
 libphobos/libdruntime/core/sys/dragonflybsd/err.d  |    31 +
 .../core/sys/dragonflybsd/netinet/in_.d            |    14 +-
 .../libdruntime/core/sys/dragonflybsd/stdlib.d     |    17 +
 .../core/sys/dragonflybsd/sys/link_elf.d           |     4 +-
 .../libdruntime/core/sys/dragonflybsd/sys/sysctl.d |   199 +
 libphobos/libdruntime/core/sys/freebsd/dlfcn.d     |     8 +-
 libphobos/libdruntime/core/sys/freebsd/err.d       |    31 +
 libphobos/libdruntime/core/sys/freebsd/execinfo.d  |     2 +
 .../libdruntime/core/sys/freebsd/netinet/in_.d     |    14 +-
 libphobos/libdruntime/core/sys/freebsd/stdlib.d    |    17 +
 libphobos/libdruntime/core/sys/freebsd/sys/event.d |    23 +-
 .../libdruntime/core/sys/freebsd/sys/link_elf.d    |     4 +-
 libphobos/libdruntime/core/sys/freebsd/sys/mount.d |    58 +-
 .../libdruntime/core/sys/freebsd/sys/sysctl.d      |   211 +
 libphobos/libdruntime/core/sys/linux/dlfcn.d       |    11 +-
 libphobos/libdruntime/core/sys/linux/elf.d         |     2 +-
 libphobos/libdruntime/core/sys/linux/epoll.d       |     1 +
 libphobos/libdruntime/core/sys/linux/err.d         |    24 +
 libphobos/libdruntime/core/sys/linux/errno.d       |     1 +
 libphobos/libdruntime/core/sys/linux/execinfo.d    |     2 +
 libphobos/libdruntime/core/sys/linux/fcntl.d       |     1 +
 libphobos/libdruntime/core/sys/linux/ifaddrs.d     |     3 +-
 libphobos/libdruntime/core/sys/linux/link.d        |     1 +
 libphobos/libdruntime/core/sys/linux/netinet/in_.d |    22 +-
 libphobos/libdruntime/core/sys/linux/sched.d       |    44 +
 libphobos/libdruntime/core/sys/linux/stdio.d       |     2 +
 libphobos/libdruntime/core/sys/linux/string.d      |     1 +
 libphobos/libdruntime/core/sys/linux/sys/inotify.d |     1 +
 libphobos/libdruntime/core/sys/linux/sys/mman.d    |     2 +
 libphobos/libdruntime/core/sys/linux/sys/prctl.d   |     2 +-
 .../libdruntime/core/sys/linux/sys/signalfd.d      |     1 +
 libphobos/libdruntime/core/sys/linux/sys/sysinfo.d |     1 +
 libphobos/libdruntime/core/sys/linux/sys/time.d    |     2 +-
 libphobos/libdruntime/core/sys/linux/sys/xattr.d   |    23 +-
 libphobos/libdruntime/core/sys/linux/tipc.d        |     1 +
 libphobos/libdruntime/core/sys/linux/unistd.d      |     4 +
 libphobos/libdruntime/core/sys/netbsd/dlfcn.d      |     8 +-
 libphobos/libdruntime/core/sys/netbsd/err.d        |    27 +
 libphobos/libdruntime/core/sys/netbsd/stdlib.d     |    17 +
 .../libdruntime/core/sys/netbsd/sys/link_elf.d     |     4 +-
 libphobos/libdruntime/core/sys/netbsd/sys/sysctl.d |   254 +
 libphobos/libdruntime/core/sys/openbsd/err.d       |    27 +
 libphobos/libdruntime/core/sys/openbsd/stdlib.d    |    17 +
 .../libdruntime/core/sys/openbsd/sys/link_elf.d    |     2 +-
 .../libdruntime/core/sys/openbsd/sys/sysctl.d      |   254 +
 libphobos/libdruntime/core/sys/posix/aio.d         |     4 +-
 libphobos/libdruntime/core/sys/posix/arpa/inet.d   |    68 +-
 libphobos/libdruntime/core/sys/posix/config.d      |     1 +
 libphobos/libdruntime/core/sys/posix/dirent.d      |    64 +-
 libphobos/libdruntime/core/sys/posix/dlfcn.d       |    45 +-
 libphobos/libdruntime/core/sys/posix/fcntl.d       |    71 +-
 libphobos/libdruntime/core/sys/posix/grp.d         |    27 +-
 libphobos/libdruntime/core/sys/posix/iconv.d       |     5 +-
 libphobos/libdruntime/core/sys/posix/inttypes.d    |    19 +-
 libphobos/libdruntime/core/sys/posix/libgen.d      |     1 +
 libphobos/libdruntime/core/sys/posix/locale.d      |   452 +
 libphobos/libdruntime/core/sys/posix/mqueue.d      |     7 +-
 libphobos/libdruntime/core/sys/posix/net/if_.d     |    20 +-
 libphobos/libdruntime/core/sys/posix/netdb.d       |     3 +-
 libphobos/libdruntime/core/sys/posix/netinet/in_.d |   158 +-
 libphobos/libdruntime/core/sys/posix/netinet/tcp.d |     2 +-
 libphobos/libdruntime/core/sys/posix/poll.d        |    13 +-
 libphobos/libdruntime/core/sys/posix/pthread.d     |   392 +-
 libphobos/libdruntime/core/sys/posix/pwd.d         |    27 +-
 libphobos/libdruntime/core/sys/posix/sched.d       |    11 +-
 libphobos/libdruntime/core/sys/posix/semaphore.d   |    35 +-
 libphobos/libdruntime/core/sys/posix/setjmp.d      |    14 +-
 libphobos/libdruntime/core/sys/posix/signal.d      |   245 +-
 libphobos/libdruntime/core/sys/posix/spawn.d       |     1 +
 libphobos/libdruntime/core/sys/posix/stdc/time.d   |   191 +
 libphobos/libdruntime/core/sys/posix/stdio.d       |   305 +-
 libphobos/libdruntime/core/sys/posix/stdlib.d      |   189 +-
 libphobos/libdruntime/core/sys/posix/string.d      |    52 +
 libphobos/libdruntime/core/sys/posix/strings.d     |    34 +
 libphobos/libdruntime/core/sys/posix/sys/filio.d   |     1 +
 libphobos/libdruntime/core/sys/posix/sys/ioccom.d  |     1 +
 libphobos/libdruntime/core/sys/posix/sys/ioctl.d   |     5 +-
 libphobos/libdruntime/core/sys/posix/sys/ipc.d     |    19 +-
 libphobos/libdruntime/core/sys/posix/sys/mman.d    |    95 +-
 libphobos/libdruntime/core/sys/posix/sys/msg.d     |     1 +
 .../libdruntime/core/sys/posix/sys/resource.d      |    25 +-
 libphobos/libdruntime/core/sys/posix/sys/select.d  |    25 +-
 libphobos/libdruntime/core/sys/posix/sys/shm.d     |    31 +-
 libphobos/libdruntime/core/sys/posix/sys/socket.d  |   141 +-
 libphobos/libdruntime/core/sys/posix/sys/stat.d    |   279 +-
 libphobos/libdruntime/core/sys/posix/sys/statvfs.d |   100 +-
 libphobos/libdruntime/core/sys/posix/sys/time.d    |    45 +-
 libphobos/libdruntime/core/sys/posix/sys/ttycom.d  |     1 +
 libphobos/libdruntime/core/sys/posix/sys/types.d   |    51 +-
 libphobos/libdruntime/core/sys/posix/sys/uio.d     |    47 +-
 libphobos/libdruntime/core/sys/posix/sys/un.d      |     1 +
 libphobos/libdruntime/core/sys/posix/sys/utsname.d |     1 +
 libphobos/libdruntime/core/sys/posix/sys/wait.d    |    47 +-
 libphobos/libdruntime/core/sys/posix/syslog.d      |    49 +-
 libphobos/libdruntime/core/sys/posix/termios.d     |    57 +-
 libphobos/libdruntime/core/sys/posix/time.d        |   209 +-
 libphobos/libdruntime/core/sys/posix/ucontext.d    |   104 +-
 libphobos/libdruntime/core/sys/posix/unistd.d      |   157 +-
 libphobos/libdruntime/core/sys/posix/utime.d       |    25 +-
 libphobos/libdruntime/core/sys/solaris/dlfcn.d     |     4 +-
 libphobos/libdruntime/core/sys/solaris/err.d       |    23 +
 libphobos/libdruntime/core/sys/solaris/libelf.d    |    12 +-
 libphobos/libdruntime/core/sys/solaris/link.d      |    34 +-
 libphobos/libdruntime/core/sys/solaris/stdlib.d    |    17 +
 .../libdruntime/core/sys/solaris/sys/elf_SPARC.d   |     2 +-
 libphobos/libdruntime/core/sys/windows/accctrl.d   |     2 +-
 libphobos/libdruntime/core/sys/windows/aclapi.d    |     1 +
 libphobos/libdruntime/core/sys/windows/aclui.d     |     5 +-
 libphobos/libdruntime/core/sys/windows/basetsd.d   |     1 +
 libphobos/libdruntime/core/sys/windows/basetyps.d  |     3 +-
 libphobos/libdruntime/core/sys/windows/cguid.d     |     2 +-
 libphobos/libdruntime/core/sys/windows/com.d       |     1 +
 libphobos/libdruntime/core/sys/windows/comcat.d    |     3 +-
 libphobos/libdruntime/core/sys/windows/commctrl.d  |     9 +-
 libphobos/libdruntime/core/sys/windows/commdlg.d   |     3 +-
 libphobos/libdruntime/core/sys/windows/cpl.d       |     3 +-
 libphobos/libdruntime/core/sys/windows/cplext.d    |     1 +
 libphobos/libdruntime/core/sys/windows/custcntl.d  |     3 +-
 libphobos/libdruntime/core/sys/windows/dbghelp.d   |     8 +-
 .../libdruntime/core/sys/windows/dbghelp_types.d   |     1 +
 libphobos/libdruntime/core/sys/windows/dbt.d       |     1 +
 libphobos/libdruntime/core/sys/windows/dde.d       |     3 +-
 libphobos/libdruntime/core/sys/windows/ddeml.d     |     3 +-
 libphobos/libdruntime/core/sys/windows/dhcpcsdk.d  |     3 +-
 libphobos/libdruntime/core/sys/windows/dlgs.d      |     3 +-
 libphobos/libdruntime/core/sys/windows/dll.d       |   121 +-
 libphobos/libdruntime/core/sys/windows/docobj.d    |     3 +-
 libphobos/libdruntime/core/sys/windows/errorrep.d  |     3 +-
 libphobos/libdruntime/core/sys/windows/exdisp.d    |     3 +-
 libphobos/libdruntime/core/sys/windows/httpext.d   |     7 +-
 libphobos/libdruntime/core/sys/windows/imagehlp.d  |     3 +-
 libphobos/libdruntime/core/sys/windows/imm.d       |     3 +-
 libphobos/libdruntime/core/sys/windows/intshcut.d  |     3 +-
 libphobos/libdruntime/core/sys/windows/ipexport.d  |     3 +-
 libphobos/libdruntime/core/sys/windows/iphlpapi.d  |     3 +-
 libphobos/libdruntime/core/sys/windows/iprtrmib.d  |     3 +-
 libphobos/libdruntime/core/sys/windows/iptypes.d   |     1 +
 libphobos/libdruntime/core/sys/windows/isguids.d   |     2 +-
 libphobos/libdruntime/core/sys/windows/lm.d        |     2 +
 libphobos/libdruntime/core/sys/windows/lmaccess.d  |     3 +-
 libphobos/libdruntime/core/sys/windows/lmalert.d   |     3 +-
 libphobos/libdruntime/core/sys/windows/lmapibuf.d  |     2 +-
 libphobos/libdruntime/core/sys/windows/lmat.d      |     3 +-
 libphobos/libdruntime/core/sys/windows/lmaudit.d   |     3 +-
 libphobos/libdruntime/core/sys/windows/lmbrowsr.d  |     3 +-
 libphobos/libdruntime/core/sys/windows/lmchdev.d   |     3 +-
 libphobos/libdruntime/core/sys/windows/lmconfig.d  |     3 +-
 libphobos/libdruntime/core/sys/windows/lmcons.d    |     5 +-
 libphobos/libdruntime/core/sys/windows/lmerr.d     |     1 +
 libphobos/libdruntime/core/sys/windows/lmerrlog.d  |     5 +-
 libphobos/libdruntime/core/sys/windows/lmmsg.d     |     3 +-
 libphobos/libdruntime/core/sys/windows/lmremutl.d  |     3 +-
 libphobos/libdruntime/core/sys/windows/lmrepl.d    |     3 +-
 libphobos/libdruntime/core/sys/windows/lmserver.d  |     3 +-
 libphobos/libdruntime/core/sys/windows/lmshare.d   |     3 +-
 libphobos/libdruntime/core/sys/windows/lmsname.d   |     3 +-
 libphobos/libdruntime/core/sys/windows/lmstats.d   |     3 +-
 libphobos/libdruntime/core/sys/windows/lmsvc.d     |     3 +-
 libphobos/libdruntime/core/sys/windows/lmuse.d     |     3 +-
 libphobos/libdruntime/core/sys/windows/lmwksta.d   |     3 +-
 libphobos/libdruntime/core/sys/windows/lzexpand.d  |     3 +-
 libphobos/libdruntime/core/sys/windows/mapi.d      |     3 +-
 libphobos/libdruntime/core/sys/windows/mciavi.d    |     3 +-
 libphobos/libdruntime/core/sys/windows/mcx.d       |     3 +-
 libphobos/libdruntime/core/sys/windows/mgmtapi.d   |     3 +-
 libphobos/libdruntime/core/sys/windows/mmsystem.d  |     5 +-
 libphobos/libdruntime/core/sys/windows/msacm.d     |     3 +-
 libphobos/libdruntime/core/sys/windows/mshtml.d    |    27 +-
 libphobos/libdruntime/core/sys/windows/mswsock.d   |     3 +-
 libphobos/libdruntime/core/sys/windows/nb30.d      |     3 +-
 libphobos/libdruntime/core/sys/windows/nddeapi.d   |     3 +-
 libphobos/libdruntime/core/sys/windows/nspapi.d    |     3 +-
 libphobos/libdruntime/core/sys/windows/ntdef.d     |     3 +-
 libphobos/libdruntime/core/sys/windows/ntdll.d     |     3 +-
 libphobos/libdruntime/core/sys/windows/ntldap.d    |     1 +
 libphobos/libdruntime/core/sys/windows/ntsecapi.d  |     1 +
 libphobos/libdruntime/core/sys/windows/ntsecpkg.d  |     1 +
 libphobos/libdruntime/core/sys/windows/oaidl.d     |     3 +-
 libphobos/libdruntime/core/sys/windows/objbase.d   |     3 +-
 libphobos/libdruntime/core/sys/windows/objfwd.d    |     3 +-
 libphobos/libdruntime/core/sys/windows/objidl.d    |    13 +-
 libphobos/libdruntime/core/sys/windows/objsafe.d   |     3 +-
 libphobos/libdruntime/core/sys/windows/ocidl.d     |    13 +-
 libphobos/libdruntime/core/sys/windows/odbcinst.d  |     3 +-
 libphobos/libdruntime/core/sys/windows/ole.d       |     3 +-
 libphobos/libdruntime/core/sys/windows/ole2.d      |     5 +-
 libphobos/libdruntime/core/sys/windows/oleacc.d    |     3 +-
 libphobos/libdruntime/core/sys/windows/oleauto.d   |    13 +-
 libphobos/libdruntime/core/sys/windows/olectl.d    |     9 +-
 libphobos/libdruntime/core/sys/windows/olectlid.d  |     2 +-
 libphobos/libdruntime/core/sys/windows/oledlg.d    |     3 +-
 libphobos/libdruntime/core/sys/windows/oleidl.d    |     7 +-
 libphobos/libdruntime/core/sys/windows/pbt.d       |     3 +-
 libphobos/libdruntime/core/sys/windows/powrprof.d  |     5 +-
 libphobos/libdruntime/core/sys/windows/prsht.d     |     3 +-
 libphobos/libdruntime/core/sys/windows/psapi.d     |    25 +-
 libphobos/libdruntime/core/sys/windows/rapi.d      |     3 +-
 libphobos/libdruntime/core/sys/windows/ras.d       |     3 +-
 libphobos/libdruntime/core/sys/windows/rasdlg.d    |     3 +-
 libphobos/libdruntime/core/sys/windows/raserror.d  |     1 +
 libphobos/libdruntime/core/sys/windows/rassapi.d   |     3 +-
 libphobos/libdruntime/core/sys/windows/reason.d    |     3 +-
 libphobos/libdruntime/core/sys/windows/regstr.d    |     3 +-
 libphobos/libdruntime/core/sys/windows/richedit.d  |     5 +-
 libphobos/libdruntime/core/sys/windows/richole.d   |     9 +-
 libphobos/libdruntime/core/sys/windows/rpc.d       |     1 +
 libphobos/libdruntime/core/sys/windows/rpcdce.d    |     3 +-
 libphobos/libdruntime/core/sys/windows/rpcdce2.d   |     3 +-
 libphobos/libdruntime/core/sys/windows/rpcdcep.d   |     7 +-
 libphobos/libdruntime/core/sys/windows/rpcndr.d    |     7 +-
 libphobos/libdruntime/core/sys/windows/rpcnsi.d    |     5 +-
 libphobos/libdruntime/core/sys/windows/rpcnsip.d   |     3 +-
 libphobos/libdruntime/core/sys/windows/rpcnterr.d  |     1 +
 libphobos/libdruntime/core/sys/windows/schannel.d  |     3 +-
 libphobos/libdruntime/core/sys/windows/sdkddkver.d |   118 +
 libphobos/libdruntime/core/sys/windows/secext.d    |     3 +-
 libphobos/libdruntime/core/sys/windows/security.d  |   134 +-
 libphobos/libdruntime/core/sys/windows/servprov.d  |     3 +-
 libphobos/libdruntime/core/sys/windows/setupapi.d  |     5 +-
 libphobos/libdruntime/core/sys/windows/shellapi.d  |     3 +-
 libphobos/libdruntime/core/sys/windows/shldisp.d   |     3 +-
 libphobos/libdruntime/core/sys/windows/shlguid.d   |     3 +-
 libphobos/libdruntime/core/sys/windows/shlobj.d    |    21 +-
 libphobos/libdruntime/core/sys/windows/shlwapi.d   |     3 +-
 libphobos/libdruntime/core/sys/windows/snmp.d      |     7 +-
 libphobos/libdruntime/core/sys/windows/sql.d       |     3 +-
 libphobos/libdruntime/core/sys/windows/sqlext.d    |     3 +-
 libphobos/libdruntime/core/sys/windows/sqltypes.d  |     5 +-
 libphobos/libdruntime/core/sys/windows/sqlucode.d  |     3 +-
 libphobos/libdruntime/core/sys/windows/sspi.d      |     1 +
 .../libdruntime/core/sys/windows/stacktrace.d      |    40 +-
 libphobos/libdruntime/core/sys/windows/stat.d      |     1 +
 libphobos/libdruntime/core/sys/windows/stdc/time.d |    59 +
 libphobos/libdruntime/core/sys/windows/subauth.d   |     3 +-
 libphobos/libdruntime/core/sys/windows/threadaux.d |     1 +
 libphobos/libdruntime/core/sys/windows/tlhelp32.d  |     3 +-
 libphobos/libdruntime/core/sys/windows/tmschema.d  |     1 +
 libphobos/libdruntime/core/sys/windows/unknwn.d    |     3 +-
 libphobos/libdruntime/core/sys/windows/uuid.d      |     1 +
 libphobos/libdruntime/core/sys/windows/vfw.d       |     1 +
 libphobos/libdruntime/core/sys/windows/w32api.d    |    11 +-
 libphobos/libdruntime/core/sys/windows/winbase.d   |    39 +-
 libphobos/libdruntime/core/sys/windows/winber.d    |     1 +
 libphobos/libdruntime/core/sys/windows/wincon.d    |     3 +-
 libphobos/libdruntime/core/sys/windows/wincrypt.d  |     3 +-
 libphobos/libdruntime/core/sys/windows/windef.d    |     3 +-
 libphobos/libdruntime/core/sys/windows/windows.d   |     1 +
 libphobos/libdruntime/core/sys/windows/winerror.d  |     3 +-
 libphobos/libdruntime/core/sys/windows/wingdi.d    |     7 +-
 libphobos/libdruntime/core/sys/windows/winhttp.d   |     1 +
 libphobos/libdruntime/core/sys/windows/wininet.d   |   236 +-
 libphobos/libdruntime/core/sys/windows/winioctl.d  |     3 +-
 libphobos/libdruntime/core/sys/windows/winldap.d   |   213 +-
 libphobos/libdruntime/core/sys/windows/winnetwk.d  |     3 +-
 libphobos/libdruntime/core/sys/windows/winnls.d    |     3 +-
 libphobos/libdruntime/core/sys/windows/winnt.d     |   149 +-
 libphobos/libdruntime/core/sys/windows/winperf.d   |     1 +
 libphobos/libdruntime/core/sys/windows/winreg.d    |   103 +-
 libphobos/libdruntime/core/sys/windows/winsock2.d  |     1 +
 libphobos/libdruntime/core/sys/windows/winspool.d  |     5 +-
 libphobos/libdruntime/core/sys/windows/winsvc.d    |     3 +-
 libphobos/libdruntime/core/sys/windows/winuser.d   |     7 +-
 libphobos/libdruntime/core/sys/windows/winver.d    |    92 +-
 libphobos/libdruntime/core/sys/windows/wtsapi32.d  |     3 +-
 libphobos/libdruntime/core/sys/windows/wtypes.d    |     7 +-
 libphobos/libdruntime/core/thread.d                |  5732 -----
 libphobos/libdruntime/core/thread/context.d        |    65 +
 libphobos/libdruntime/core/thread/fiber.d          |  2097 ++
 libphobos/libdruntime/core/thread/osthread.d       |  2803 ++
 libphobos/libdruntime/core/thread/package.d        |    20 +
 libphobos/libdruntime/core/thread/threadbase.d     |  1382 +
 libphobos/libdruntime/core/thread/threadgroup.d    |   162 +
 libphobos/libdruntime/core/thread/types.d          |    77 +
 libphobos/libdruntime/core/vararg.d                |   122 +
 libphobos/libdruntime/core/volatile.d              |    67 +
 libphobos/libdruntime/gcc/sections/elf_shared.d    |    18 +
 libphobos/libdruntime/object.d                     |    95 +-
 libphobos/libdruntime/rt/aaA.d                     |     2 +-
 libphobos/libdruntime/rt/critical_.d               |     7 +-
 libphobos/libdruntime/rt/lifetime.d                |   109 +-
 libphobos/libdruntime/rt/monitor_.d                |    28 +-
 libphobos/libdruntime/rt/typeinfo/ti_Acdouble.d    |    47 -
 libphobos/libdruntime/rt/typeinfo/ti_Acfloat.d     |    47 -
 libphobos/libdruntime/rt/typeinfo/ti_Acreal.d      |    47 -
 libphobos/libdruntime/rt/typeinfo/ti_Adouble.d     |    61 -
 libphobos/libdruntime/rt/typeinfo/ti_Afloat.d      |    61 -
 libphobos/libdruntime/rt/typeinfo/ti_Ag.d          |   154 -
 libphobos/libdruntime/rt/typeinfo/ti_Aint.d        |   151 -
 libphobos/libdruntime/rt/typeinfo/ti_Along.d       |   103 -
 libphobos/libdruntime/rt/typeinfo/ti_Areal.d       |    61 -
 libphobos/libdruntime/rt/typeinfo/ti_Ashort.d      |   113 -
 libphobos/libdruntime/rt/typeinfo/ti_C.d           |    75 -
 libphobos/libdruntime/rt/typeinfo/ti_byte.d        |    60 -
 libphobos/libdruntime/rt/typeinfo/ti_cdouble.d     |    74 -
 libphobos/libdruntime/rt/typeinfo/ti_cent.d        |    72 -
 libphobos/libdruntime/rt/typeinfo/ti_cfloat.d      |    73 -
 libphobos/libdruntime/rt/typeinfo/ti_char.d        |    62 -
 libphobos/libdruntime/rt/typeinfo/ti_creal.d       |    74 -
 libphobos/libdruntime/rt/typeinfo/ti_dchar.d       |    62 -
 libphobos/libdruntime/rt/typeinfo/ti_delegate.d    |    63 -
 libphobos/libdruntime/rt/typeinfo/ti_double.d      |    76 -
 libphobos/libdruntime/rt/typeinfo/ti_float.d       |    71 -
 libphobos/libdruntime/rt/typeinfo/ti_idouble.d     |    27 -
 libphobos/libdruntime/rt/typeinfo/ti_ifloat.d      |    27 -
 libphobos/libdruntime/rt/typeinfo/ti_int.d         |    64 -
 libphobos/libdruntime/rt/typeinfo/ti_ireal.d       |    27 -
 libphobos/libdruntime/rt/typeinfo/ti_long.d        |    73 -
 libphobos/libdruntime/rt/typeinfo/ti_n.d           |    58 -
 libphobos/libdruntime/rt/typeinfo/ti_ptr.d         |    65 -
 libphobos/libdruntime/rt/typeinfo/ti_real.d        |    67 -
 libphobos/libdruntime/rt/typeinfo/ti_short.d       |    60 -
 libphobos/libdruntime/rt/typeinfo/ti_ubyte.d       |    70 -
 libphobos/libdruntime/rt/typeinfo/ti_ucent.d       |    71 -
 libphobos/libdruntime/rt/typeinfo/ti_uint.d        |    64 -
 libphobos/libdruntime/rt/typeinfo/ti_ulong.d       |    73 -
 libphobos/libdruntime/rt/typeinfo/ti_ushort.d      |    60 -
 libphobos/libdruntime/rt/typeinfo/ti_void.d        |    65 -
 libphobos/libdruntime/rt/typeinfo/ti_wchar.d       |    62 -
 libphobos/libdruntime/rt/util/typeinfo.d           |   517 +
 libphobos/src/MERGE                                |     2 +-
 libphobos/src/std/conv.d                           |     2 -
 libphobos/src/std/datetime/systime.d               |   110 +-
 libphobos/src/std/datetime/timezone.d              |    17 +-
 libphobos/src/std/exception.d                      |     5 +-
 .../allocator/building_blocks/region.d             |    44 +-
 .../std/experimental/allocator/mmap_allocator.d    |    17 +
 libphobos/src/std/file.d                           |    88 +-
 libphobos/src/std/math.d                           |    33 +-
 libphobos/src/std/parallelism.d                    |   233 +-
 libphobos/src/std/socket.d                         |     4 +-
 libphobos/src/std/stdio.d                          |     9 +-
 libphobos/src/std/system.d                         |     6 +
 .../libphobos.allocations/tls_gc_integration.d     |     2 +-
 .../testsuite/libphobos.thread/fiber_guard_page.d  |     9 +-
 libstdc++-v3/ChangeLog                             |   277 +
 libstdc++-v3/doc/html/manual/status.html           |    33 +-
 libstdc++-v3/doc/xml/manual/status_cxx2011.xml     |     8 +-
 libstdc++-v3/doc/xml/manual/status_cxx2014.xml     |     6 +-
 libstdc++-v3/doc/xml/manual/status_cxx2017.xml     |    25 +-
 libstdc++-v3/include/bits/basic_string.tcc         |     7 +-
 libstdc++-v3/include/bits/hashtable.h              |   201 +
 libstdc++-v3/include/bits/hashtable_policy.h       |    22 +
 libstdc++-v3/include/bits/stl_deque.h              |     6 +-
 libstdc++-v3/include/bits/stl_function.h           |    15 +
 libstdc++-v3/include/bits/stl_tree.h               |    15 -
 libstdc++-v3/include/bits/unordered_map.h          |    94 +
 libstdc++-v3/include/bits/unordered_set.h          |    99 +
 libstdc++-v3/include/debug/unordered_map           |    84 +
 libstdc++-v3/include/debug/unordered_set           |    84 +
 libstdc++-v3/include/experimental/bits/simd.h      |   176 +-
 .../include/experimental/bits/simd_builtin.h       |     6 +-
 libstdc++-v3/include/experimental/bits/simd_neon.h |    17 +-
 libstdc++-v3/include/experimental/bits/simd_ppc.h  |    35 +-
 .../include/experimental/bits/simd_scalar.h        |     2 +-
 libstdc++-v3/include/ext/stdio_sync_filebuf.h      |     1 -
 libstdc++-v3/include/std/coroutine                 |     2 +-
 libstdc++-v3/src/c++17/fs_ops.cc                   |    12 +-
 libstdc++-v3/src/filesystem/ops.cc                 |     4 +-
 .../19_diagnostics/error_code/operators/less.cc    |     5 +-
 .../error_code/operators/not_equal.cc              |     3 +-
 .../error_code/operators/three_way.cc              |     8 +-
 .../error_condition/operators/less.cc              |     1 +
 .../error_condition/operators/three_way.cc         |     1 +
 .../testsuite/23_containers/deque/70303.cc         |    67 +
 .../23_containers/unordered_map/operations/1.cc    |   168 +
 .../unordered_multimap/operations/1.cc             |   135 +
 .../unordered_multiset/operations/1.cc             |   135 +
 .../23_containers/unordered_set/operations/1.cc    |   186 +
 .../testsuite/23_containers/vector/70303.cc        |    67 +
 .../27_io/filesystem/operations/proximate.cc       |     2 +-
 .../27_io/filesystem/operations/remove_all.cc      |     2 +
 .../27_io/filesystem/path/compare/lwg2936.cc       |     2 +-
 .../27_io/filesystem/path/generation/proximate.cc  |     2 +-
 .../27_io/filesystem/path/generation/relative.cc   |     4 +-
 libstdc++-v3/testsuite/Makefile.am                 |     5 +-
 libstdc++-v3/testsuite/Makefile.in                 |     5 +-
 .../filesystem/operations/remove_all.cc            |     2 +
 libstdc++-v3/testsuite/experimental/simd/driver.sh |   263 +-
 .../experimental/simd/generate_makefile.sh         |   201 +-
 .../testsuite/experimental/simd/tests/abs.cc       |     1 +
 .../experimental/simd/tests/algorithms.cc          |     1 +
 .../experimental/simd/tests/bits/verify.h          |    44 +-
 .../testsuite/experimental/simd/tests/broadcast.cc |     1 +
 .../testsuite/experimental/simd/tests/casts.cc     |     1 +
 .../experimental/simd/tests/fpclassify.cc          |     3 +-
 .../testsuite/experimental/simd/tests/frexp.cc     |     3 +-
 .../testsuite/experimental/simd/tests/generator.cc |     1 +
 .../experimental/simd/tests/hypot3_fma.cc          |     4 +-
 .../experimental/simd/tests/integer_operators.cc   |     1 +
 .../simd/tests/ldexp_scalbn_scalbln_modf.cc        |     3 +-
 .../testsuite/experimental/simd/tests/loadstore.cc |     2 +
 .../testsuite/experimental/simd/tests/logarithm.cc |     3 +-
 .../experimental/simd/tests/mask_broadcast.cc      |     1 +
 .../experimental/simd/tests/mask_conversions.cc    |     1 +
 .../experimental/simd/tests/mask_implicit_cvt.cc   |     1 +
 .../experimental/simd/tests/mask_loadstore.cc      |     1 +
 .../experimental/simd/tests/mask_operator_cvt.cc   |     1 +
 .../experimental/simd/tests/mask_operators.cc      |     1 +
 .../experimental/simd/tests/mask_reductions.cc     |     1 +
 .../testsuite/experimental/simd/tests/math_1arg.cc |     3 +-
 .../testsuite/experimental/simd/tests/math_2arg.cc |     3 +-
 .../experimental/simd/tests/operator_cvt.cc        |     1 +
 .../testsuite/experimental/simd/tests/operators.cc |     1 +
 .../experimental/simd/tests/reductions.cc          |    22 +
 .../testsuite/experimental/simd/tests/remqo.cc     |     3 +-
 .../testsuite/experimental/simd/tests/simd.cc      |     1 +
 .../testsuite/experimental/simd/tests/sincos.cc    |     4 +-
 .../experimental/simd/tests/split_concat.cc        |     1 +
 .../testsuite/experimental/simd/tests/splits.cc    |     1 +
 .../experimental/simd/tests/trigonometric.cc       |     3 +-
 .../experimental/simd/tests/trunc_ceil_floor.cc    |     3 +-
 .../testsuite/experimental/simd/tests/where.cc     |     1 +
 libstdc++-v3/testsuite/util/testsuite_fs.h         |     2 +-
 776 files changed, 43654 insertions(+), 27403 deletions(-)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-02-10 18:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-10 18:59 [gcc(refs/vendors/redhat/heads/gcc-11-branch)] Merge commit 'r11-7178-g0f39fb7b001df7cdba56cd5c572d0737667acd2c' into redhat/gcc-11-branch Jakub Jelinek

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