public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
From: Gaius Mulley <gaius@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org
Subject: [gcc/devel/modula-2] Merge branch 'master' into devel/modula-2.
Date: Wed, 20 Apr 2022 11:35:38 +0000 (GMT)	[thread overview]
Message-ID: <20220420113538.8E55C3857345@sourceware.org> (raw)

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

commit cc2a7dabd1f4f548ca7ebc35bef6b557c4015aa3
Merge: 8685e718a25 0707f428090
Author: Gaius Mulley <gaius.mulley@southwales.ac.uk>
Date:   Wed Apr 20 12:34:58 2022 +0100

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

Diff:

 ChangeLog                                          |     8 +
 MAINTAINERS                                        |     2 +-
 contrib/ChangeLog                                  |     4 +
 contrib/gcc-changelog/git_update_version.py        |     3 +-
 gcc/ChangeLog                                      |   781 +
 gcc/DATESTAMP                                      |     2 +-
 gcc/analyzer/ChangeLog                             |    63 +
 gcc/analyzer/region-model-manager.cc               |    37 +-
 gcc/analyzer/region-model-reachability.cc          |     8 +-
 gcc/analyzer/region-model.h                        |     2 +
 gcc/analyzer/region.cc                             |    11 +-
 gcc/analyzer/store.cc                              |   112 +-
 gcc/analyzer/store.h                               |    10 +-
 gcc/analyzer/svalue.cc                             |    55 +-
 gcc/analyzer/svalue.h                              |     2 +
 gcc/attribs.cc                                     |    23 +-
 gcc/builtins.cc                                    |    30 +-
 gcc/c-family/ChangeLog                             |     7 +
 gcc/c-family/c-common.cc                           |     2 +
 gcc/c/ChangeLog                                    |     5 +
 gcc/c/c-typeck.cc                                  |     6 +
 gcc/cgraph.cc                                      |     1 +
 gcc/cgraphclones.cc                                |     1 +
 gcc/cgraphunit.cc                                  |     1 +
 gcc/combine.cc                                     |    26 +-
 gcc/common.opt                                     |     2 +-
 gcc/common/config/s390/s390-common.cc              |     4 +-
 gcc/config.gcc                                     |     7 +-
 gcc/config/aarch64/aarch64-builtins.cc             |    60 +-
 gcc/config/aarch64/aarch64-c.cc                    |     2 +
 gcc/config/aarch64/aarch64-protos.h                |    14 +
 gcc/config/aarch64/aarch64-simd.md                 |    70 +-
 gcc/config/aarch64/aarch64-sve-builtins.cc         |    27 +-
 gcc/config/aarch64/aarch64-sve-builtins.h          |     4 +-
 gcc/config/aarch64/aarch64-tune.md                 |     2 +-
 gcc/config/aarch64/aarch64.cc                      |    64 +-
 gcc/config/aarch64/aarch64.h                       |     8 +-
 gcc/config/aarch64/aarch64.md                      |    53 +-
 gcc/config/aarch64/arm_acle.h                      |     2 +
 gcc/config/aarch64/t-aarch64                       |    12 +
 gcc/config/arm/t-aprofile                          |    25 +-
 gcc/config/arm/t-multilib                          |     9 +-
 gcc/config/bfin/bfin.md                            |     2 +-
 gcc/config/i386/i386-expand.cc                     |    56 +-
 gcc/config/i386/i386.cc                            |    91 +-
 gcc/config/i386/i386.opt                           |     4 +
 gcc/config/i386/mmx.md                             |     2 +-
 gcc/config/i386/smmintrin.h                        |    25 +-
 gcc/config/i386/sse.md                             |    47 +-
 gcc/config/iq2000/iq2000.md                        |    29 +-
 gcc/config/loongarch/loongarch.cc                  |     8 +-
 gcc/config/mips/mips.cc                            |   151 +-
 gcc/config/nvptx/nvptx.h                           |    19 -
 gcc/config/nvptx/nvptx.opt                         |     1 -
 gcc/config/riscv/arch-canonicalize                 |    90 +-
 gcc/config/riscv/multilib-generator                |    14 +-
 gcc/config/rs6000/rs6000.cc                        |    34 +-
 gcc/config/rs6000/rs6000.md                        |     8 +-
 gcc/config/s390/3931.md                            |  2562 ++++
 gcc/config/s390/driver-native.cc                   |     6 +-
 gcc/config/s390/s390-opts.h                        |     2 +-
 gcc/config/s390/s390.cc                            |    39 +-
 gcc/config/s390/s390.h                             |    18 +-
 gcc/config/s390/s390.md                            |    11 +-
 gcc/config/s390/s390.opt                           |     5 +-
 gcc/config/sh/sh.opt                               |     2 +-
 gcc/config/sparc/sparc.cc                          |    16 +-
 gcc/cp/ChangeLog                                   |   273 +
 gcc/cp/call.cc                                     |    18 +-
 gcc/cp/class.cc                                    |    44 +-
 gcc/cp/constexpr.cc                                |    15 +-
 gcc/cp/coroutines.cc                               |     1 +
 gcc/cp/cp-objcp-common.cc                          |    16 +
 gcc/cp/cp-objcp-common.h                           |     3 +
 gcc/cp/cp-tree.h                                   |     2 +-
 gcc/cp/decl.cc                                     |    40 +-
 gcc/cp/decl2.cc                                    |    50 +-
 gcc/cp/error.cc                                    |     8 +
 gcc/cp/init.cc                                     |    14 +-
 gcc/cp/lambda.cc                                   |    28 +-
 gcc/cp/method.cc                                   |    24 -
 gcc/cp/name-lookup.cc                              |    99 +-
 gcc/cp/name-lookup.h                               |     5 +-
 gcc/cp/parser.cc                                   |    44 +-
 gcc/cp/pt.cc                                       |    65 +-
 gcc/cp/semantics.cc                                |    21 +-
 gcc/cp/tree.cc                                     |    27 +-
 gcc/cp/typeck2.cc                                  |    32 +
 gcc/ctfc.cc                                        |    62 +-
 gcc/ctfc.h                                         |     8 +-
 gcc/ctfout.cc                                      |    28 +-
 gcc/d/ChangeLog                                    |    37 +
 gcc/d/Make-lang.in                                 |     2 +
 gcc/d/d-builtins.cc                                |     9 +
 gcc/d/d-codegen.cc                                 |    28 +-
 gcc/d/d-ctfloat.cc                                 |     3 +-
 gcc/d/d-lang.cc                                    |     4 +
 gcc/d/d-tree.h                                     |     3 +-
 gcc/d/decl.cc                                      |    63 +-
 gcc/d/dmd/MERGE                                    |     2 +-
 gcc/d/dmd/README.md                                |     2 +
 gcc/d/dmd/VERSION                                  |     2 +-
 gcc/d/dmd/aggregate.d                              |     6 +-
 gcc/d/dmd/aliasthis.d                              |     4 +-
 gcc/d/dmd/arrayop.d                                |    12 +-
 gcc/d/dmd/arraytypes.d                             |     1 -
 gcc/d/dmd/arraytypes.h                             |     1 -
 gcc/d/dmd/attrib.d                                 |    58 +-
 gcc/d/dmd/blockexit.d                              |     5 +-
 gcc/d/dmd/clone.d                                  |    38 +-
 gcc/d/dmd/common/README.md                         |     1 +
 gcc/d/dmd/common/bitfields.d                       |    70 +
 gcc/d/dmd/common/file.d                            |     4 +
 gcc/d/dmd/common/outbuffer.d                       |     4 +
 gcc/d/dmd/common/string.d                          |     4 +
 gcc/d/dmd/constfold.d                              |   137 +-
 gcc/d/dmd/cparse.d                                 |    70 +-
 gcc/d/dmd/ctfeexpr.d                               |   168 +-
 gcc/d/dmd/ctorflow.d                               |     1 -
 gcc/d/dmd/dcast.d                                  |    13 +-
 gcc/d/dmd/declaration.d                            |   100 +-
 gcc/d/dmd/declaration.h                            |    71 +-
 gcc/d/dmd/denum.d                                  |     5 +-
 gcc/d/dmd/dinterpret.d                             |   150 +-
 gcc/d/dmd/dmangle.d                                |    16 +-
 gcc/d/dmd/dmodule.d                                |    26 +-
 gcc/d/dmd/dscope.d                                 |    25 +
 gcc/d/dmd/dsymbol.d                                |    99 +-
 gcc/d/dmd/dsymbol.h                                |     2 +-
 gcc/d/dmd/dsymbolsem.d                             |   111 +-
 gcc/d/dmd/dtemplate.d                              |    32 +-
 gcc/d/dmd/dtoh.d                                   |    83 +-
 gcc/d/dmd/escape.d                                 |   128 +-
 gcc/d/dmd/expression.d                             |    23 +-
 gcc/d/dmd/expressionsem.d                          |   317 +-
 gcc/d/dmd/file_manager.d                           |    68 +-
 gcc/d/dmd/foreachvar.d                             |     1 -
 gcc/d/dmd/func.d                                   |   290 +-
 gcc/d/dmd/globals.d                                |     5 +
 gcc/d/dmd/globals.h                                |     4 +
 gcc/d/dmd/hdrgen.d                                 |   305 +-
 gcc/d/dmd/id.d                                     |     1 +
 gcc/d/dmd/importc.d                                |    39 +-
 gcc/d/dmd/init.h                                   |     2 +-
 gcc/d/dmd/initsem.d                                |    31 +-
 gcc/d/dmd/json.d                                   |     5 +-
 gcc/d/dmd/lexer.d                                  |   163 +-
 gcc/d/dmd/mtype.d                                  |   243 +-
 gcc/d/dmd/mtype.h                                  |     2 +-
 gcc/d/dmd/mustuse.d                                |   244 +
 gcc/d/dmd/nogc.d                                   |     4 +-
 gcc/d/dmd/ob.d                                     |     9 +-
 gcc/d/dmd/opover.d                                 |    18 +-
 gcc/d/dmd/optimize.d                               |    76 +-
 gcc/d/dmd/parse.d                                  |     2 +-
 gcc/d/dmd/printast.d                               |     2 -
 gcc/d/dmd/root/aav.d                               |    10 +-
 gcc/d/dmd/root/array.d                             |     2 +-
 gcc/d/dmd/root/array.h                             |     1 -
 gcc/d/dmd/root/bitarray.d                          |     3 -
 gcc/d/dmd/root/complex.d                           |     4 +
 gcc/d/dmd/root/file.d                              |    41 +-
 gcc/d/dmd/root/longdouble.d                        |     2 +
 gcc/d/dmd/root/optional.d                          |     4 +
 gcc/d/dmd/root/stringtable.d                       |     2 +-
 gcc/d/dmd/sapply.d                                 |     1 -
 gcc/d/dmd/semantic2.d                              |     2 +-
 gcc/d/dmd/semantic3.d                              |    35 +-
 gcc/d/dmd/statement.d                              |     3 +
 gcc/d/dmd/statementsem.d                           |    41 +-
 gcc/d/dmd/tokens.d                                 |    60 +-
 gcc/d/dmd/tokens.h                                 |     1 +
 gcc/d/dmd/traits.d                                 |   103 +-
 gcc/d/dmd/typesem.d                                |    48 +-
 gcc/d/dmd/utils.d                                  |     9 +-
 gcc/d/expr.cc                                      |    12 +-
 gcc/d/lang.opt                                     |     4 -
 gcc/d/modules.cc                                   |     2 +-
 gcc/d/toir.cc                                      |     2 +-
 gcc/doc/extend.texi                                |     8 +
 gcc/doc/install.texi                               |    23 +-
 gcc/doc/invoke.texi                                |    40 +-
 gcc/doc/match-and-simplify.texi                    |    36 +-
 gcc/doc/tm.texi                                    |     7 +
 gcc/dwarf2ctf.cc                                   |    18 +-
 gcc/fold-const.cc                                  |    32 +-
 gcc/fortran/ChangeLog                              |    32 +
 gcc/fortran/arith.cc                               |     9 +-
 gcc/fortran/array.cc                               |     7 +
 gcc/fortran/intrinsic.cc                           |     1 +
 gcc/fortran/match.cc                               |   166 +-
 gcc/fortran/resolve.cc                             |    11 +-
 gcc/fortran/trans-openmp.cc                        |     2 +-
 gcc/function.cc                                    |    22 +-
 gcc/gcc.cc                                         |     3 +-
 gcc/gimple-fold.cc                                 |   137 +-
 gcc/gimple-fold.h                                  |     6 +-
 gcc/gimple.cc                                      |     4 +
 gcc/go/gofrontend/MERGE                            |     2 +-
 gcc/go/gofrontend/gogo.cc                          |    37 +-
 gcc/ipa-fnsummary.cc                               |     2 +-
 gcc/ipa-free-lang-data.cc                          |     2 +-
 gcc/ipa-modref-tree.cc                             |    35 +-
 gcc/ipa-modref.cc                                  |    23 +
 gcc/jit/ChangeLog                                  |   129 +
 .../texinfo/{ => libgccjit-figures}/factorial.png  |   Bin
 .../texinfo/{ => libgccjit-figures}/factorial1.png |   Bin
 .../{ => libgccjit-figures}/sum-of-squares.png     |   Bin
 .../{ => libgccjit-figures}/sum-of-squares1.png    |   Bin
 gcc/jit/docs/_build/texinfo/libgccjit.texi         |  1998 ++-
 gcc/jit/docs/topics/compatibility.rst              |    57 +
 gcc/jit/docs/topics/contexts.rst                   |    15 +
 gcc/jit/docs/topics/expressions.rst                |    78 +
 gcc/jit/docs/topics/types.rst                      |    41 +
 gcc/jit/jit-builtins.cc                            |     1 +
 gcc/jit/jit-common.h                               |     3 +-
 gcc/jit/jit-playback.cc                            |    70 +-
 gcc/jit/jit-playback.h                             |    21 +
 gcc/jit/jit-recording.cc                           |   268 +-
 gcc/jit/jit-recording.h                            |    77 +-
 gcc/jit/libgccjit.cc                               |   112 +-
 gcc/jit/libgccjit.h                                |    96 +-
 gcc/jit/libgccjit.map                              |    28 +
 gcc/langhooks-def.h                                |     4 +-
 gcc/langhooks.h                                    |     5 +
 gcc/omp-low.cc                                     |     2 +-
 gcc/opts.cc                                        |     2 +-
 gcc/passes.def                                     |     2 +-
 gcc/po/ChangeLog                                   |    22 +
 gcc/po/be.po                                       | 13769 ++++++++---------
 gcc/po/da.po                                       | 13842 ++++++++---------
 gcc/po/de.po                                       | 13933 ++++++++---------
 gcc/po/el.po                                       | 13754 ++++++++---------
 gcc/po/es.po                                       | 13883 ++++++++---------
 gcc/po/fi.po                                       | 13786 ++++++++---------
 gcc/po/fr.po                                       | 13940 ++++++++---------
 gcc/po/gcc.pot                                     | 13847 ++++++++---------
 gcc/po/hr.po                                       | 14078 ++++++++---------
 gcc/po/id.po                                       | 13835 ++++++++---------
 gcc/po/ja.po                                       | 13796 ++++++++---------
 gcc/po/nl.po                                       | 13791 ++++++++---------
 gcc/po/ru.po                                       | 13887 ++++++++---------
 gcc/po/sr.po                                       | 13834 ++++++++---------
 gcc/po/sv.po                                       | 14839 +++++++++---------
 gcc/po/tr.po                                       | 13847 ++++++++---------
 gcc/po/uk.po                                       | 15211 +++++++++----------
 gcc/po/vi.po                                       | 13929 ++++++++---------
 gcc/po/zh_CN.po                                    | 13822 ++++++++---------
 gcc/po/zh_TW.po                                    | 13808 ++++++++---------
 gcc/pointer-query.cc                               |     7 +-
 gcc/reginfo.cc                                     |    27 +-
 gcc/regs.h                                         |     5 +
 gcc/rtl.h                                          |     1 +
 gcc/simplify-rtx.cc                                |    24 +-
 gcc/target.def                                     |     7 +
 gcc/targhooks.cc                                   |    83 +-
 gcc/testsuite/ChangeLog                            |   807 +
 gcc/testsuite/c-c++-common/pr105186.c              |     5 +
 .../compile => c-c++-common/torture}/20050113-1.c  |     1 +
 gcc/testsuite/g++.dg/concepts/variadic6.C          |    20 +
 gcc/testsuite/g++.dg/coroutines/pr103328.C         |    32 +
 gcc/testsuite/g++.dg/cpp0x/alias-decl-dr1286a.C    |    16 +-
 gcc/testsuite/g++.dg/cpp0x/constexpr-array28.C     |    21 +
 .../g++.dg/cpp0x/constexpr-fno-elide-ctors1.C      |    89 +
 gcc/testsuite/g++.dg/cpp0x/friend7.C               |     2 +-
 gcc/testsuite/g++.dg/cpp0x/initlist-new6.C         |    39 +
 gcc/testsuite/g++.dg/cpp0x/initlist-nrv1.C         |    34 +
 .../g++.dg/cpp0x/lambda/lambda-current-inst1.C     |    18 +
 gcc/testsuite/g++.dg/cpp0x/noexcept34.C            |     4 +-
 gcc/testsuite/g++.dg/cpp0x/nsdmi10.C               |     4 +-
 gcc/testsuite/g++.dg/cpp0x/pr104668.C              |    13 +
 gcc/testsuite/g++.dg/cpp0x/pr105256.C              |    18 +
 gcc/testsuite/g++.dg/cpp0x/ref-bind4.C             |     2 +-
 gcc/testsuite/g++.dg/cpp0x/ref-bind8.C             |    10 +
 gcc/testsuite/g++.dg/cpp0x/trailing15.C            |    14 +
 gcc/testsuite/g++.dg/cpp1y/constexpr-empty2.C      |     1 +
 .../g++.dg/cpp1y/lambda-generic-local-fn1.C        |    17 +
 gcc/testsuite/g++.dg/cpp1y/lambda-generic-this4.C  |     7 +
 gcc/testsuite/g++.dg/cpp1z/aligned-new9.C          |     4 +
 .../g++.dg/cpp1z/class-deduction-alias1.C          |    18 +
 .../g++.dg/cpp2a/builtin-clear-padding1.C          |     2 +-
 gcc/testsuite/g++.dg/cpp2a/concepts-pr67178.C      |     2 +-
 gcc/testsuite/g++.dg/cpp2a/concepts-requires28.C   |    13 +
 gcc/testsuite/g++.dg/cpp2a/concepts-requires29.C   |    18 +
 gcc/testsuite/g++.dg/cpp2a/concepts-requires29a.C  |    23 +
 .../g++.dg/cpp2a/is-constant-evaluated13.C         |    19 +
 gcc/testsuite/g++.dg/cpp2a/nodiscard1.C            |    13 +
 gcc/testsuite/g++.dg/cpp2a/nontype-class52.C       |    13 +
 gcc/testsuite/g++.dg/diagnostic/using1.C           |    16 +
 gcc/testsuite/g++.dg/ext/is_constructible7.C       |    27 -
 gcc/testsuite/g++.dg/ext/unsigned-typedef1.C       |     9 +
 gcc/testsuite/g++.dg/lookup/friend22.C             |     7 +
 gcc/testsuite/g++.dg/lookup/new3.C                 |    10 +
 gcc/testsuite/g++.dg/opt/const7.C                  |     7 +
 .../g++.dg/opt/{pr104880.cc => pr104880.C}         |     0
 gcc/testsuite/g++.dg/opt/pr105235-1.C              |    12 +
 gcc/testsuite/g++.dg/opt/pr105306.C                |    13 +
 gcc/testsuite/g++.dg/template/conv19.C             |    34 +
 gcc/testsuite/g++.dg/template/friend72.C           |    15 +
 gcc/testsuite/g++.dg/template/friend72a.C          |    14 +
 gcc/testsuite/g++.dg/template/friend73.C           |     5 +
 gcc/testsuite/g++.dg/template/using31.C            |    16 +
 .../g++.dg/torture/builtin-clear-padding-5.C       |    44 +
 gcc/testsuite/g++.dg/torture/pr105142.C            |     8 +
 gcc/testsuite/g++.dg/torture/pr105189.C            |    19 +
 gcc/testsuite/g++.dg/vect/pr105254.cc              |    26 +
 .../g++.dg/warn/Wctad-maybe-unsupported4.C         |    13 +
 gcc/testsuite/g++.dg/warn/Wplacement-new-size-11.C |    15 +
 .../g++.dg/warn/Wshadow-compatible-local-3.C       |    10 +
 gcc/testsuite/g++.dg/warn/Wunused-19.C             |    16 +
 gcc/testsuite/g++.target/aarch64/pr103147-1.C      |    12 +
 gcc/testsuite/g++.target/aarch64/pr103147-10.C     |    88 +
 gcc/testsuite/g++.target/aarch64/pr103147-2.C      |    12 +
 gcc/testsuite/g++.target/aarch64/pr103147-3.C      |    12 +
 gcc/testsuite/g++.target/aarch64/pr103147-4.C      |    12 +
 gcc/testsuite/g++.target/aarch64/pr103147-5.C      |    12 +
 gcc/testsuite/g++.target/aarch64/pr103147-6.C      |     3 +
 gcc/testsuite/g++.target/aarch64/pr103147-7.C      |     3 +
 gcc/testsuite/g++.target/aarch64/pr103147-8.C      |     3 +
 gcc/testsuite/g++.target/aarch64/pr103147-9.C      |    10 +
 gcc/testsuite/g++.target/i386/mv31.C               |    10 +
 gcc/testsuite/g++.target/i386/vec-tmpl1.C          |    16 +
 gcc/testsuite/g++.target/mips/cxx17_empty_base.C   |    20 +
 gcc/testsuite/g++.target/mips/mips.exp             |    34 +
 gcc/testsuite/g++.target/mips/pr102024.C           |    20 +
 .../debug/dwarf2 => g++.target/powerpc}/const2.C   |     0
 .../powerpc}/darwin-minversion-1.C                 |     0
 .../eh => g++.target/powerpc}/ppc64-sighandle-cr.C |     0
 .../{g++.dg/eh => g++.target/powerpc}/simd-4.C     |     2 +-
 .../{g++.dg/eh => g++.target/powerpc}/simd-5.C     |     0
 .../other => g++.target/powerpc}/spu2vmx-1.C       |     2 +-
 .../{g++.dg/eh => g++.target/powerpc}/uncaught3.C  |     2 +-
 gcc/testsuite/gcc.c-torture/compile/103818.c       |    12 +
 gcc/testsuite/gcc.c-torture/compile/pr103376.c     |     9 +
 gcc/testsuite/gcc.c-torture/compile/pr105234.c     |    14 +
 gcc/testsuite/gcc.c-torture/compile/pr105247.c     |    10 +
 gcc/testsuite/gcc.dg/Wuse-after-free-2.c           |     4 +-
 gcc/testsuite/gcc.dg/analyzer/pr103892.c           |    75 +
 gcc/testsuite/gcc.dg/analyzer/pr105252.c           |    20 +
 gcc/testsuite/gcc.dg/analyzer/pr96841.c            |     2 +-
 gcc/testsuite/gcc.dg/analyzer/symbolic-9.c         |   197 +
 .../gcc.dg/analyzer/torture/leak-pr102308-1.c      |    19 +
 .../gcc.dg/analyzer/torture/leak-pr102308-2.c      |    12 +
 .../gcc.dg/analyzer/torture/symbolic-10.c          |    40 +
 gcc/testsuite/gcc.dg/asan/pr105214.c               |    16 +
 gcc/testsuite/gcc.dg/builtin-apply2.c              |     2 +-
 gcc/testsuite/gcc.dg/debug/ctf/ctf-array-2.c       |    22 +-
 gcc/testsuite/gcc.dg/debug/ctf/ctf-array-5.c       |    17 +
 gcc/testsuite/gcc.dg/debug/ctf/ctf-variables-3.c   |    22 +
 gcc/testsuite/gcc.dg/fixed-point/composite-type.c  |     2 +-
 gcc/testsuite/gcc.dg/gimplefe-error-14.c           |     8 +
 gcc/testsuite/gcc.dg/ipa/pr105160.c                |    77 +
 gcc/testsuite/gcc.dg/ipa/remref-7.c                |     2 +-
 gcc/testsuite/gcc.dg/memcpy-6.c                    |     3 +-
 gcc/testsuite/gcc.dg/pr105140.c                    |    18 +
 gcc/testsuite/gcc.dg/pr105149.c                    |    16 +
 gcc/testsuite/gcc.dg/pr105150.c                    |     8 +
 gcc/testsuite/gcc.dg/pr105165.c                    |    13 +
 gcc/testsuite/gcc.dg/pr105173.c                    |    12 +
 gcc/testsuite/gcc.dg/pr105175.c                    |    16 +
 gcc/testsuite/gcc.dg/pr105211.c                    |    11 +
 gcc/testsuite/gcc.dg/pr105218.c                    |    16 +
 gcc/testsuite/gcc.dg/pr105226.c                    |    23 +
 gcc/testsuite/gcc.dg/pr105250.c                    |    30 +
 gcc/testsuite/gcc.dg/pr105257.c                    |    16 +
 gcc/testsuite/gcc.dg/pr105263.c                    |    15 +
 gcc/testsuite/gcc.dg/stack-usage-1.c               |     2 +
 gcc/testsuite/gcc.dg/strlenopt-73.c                |     2 +-
 gcc/testsuite/gcc.dg/strlenopt-80.c                |     3 +-
 gcc/testsuite/gcc.dg/torture/pr105132.c            |    12 +
 gcc/testsuite/gcc.dg/torture/pr105148.c            |    20 +
 gcc/testsuite/gcc.dg/torture/pr105163.c            |    17 +
 gcc/testsuite/gcc.dg/torture/pr105166.c            |     9 +
 gcc/testsuite/gcc.dg/torture/pr105185.c            |    13 +
 gcc/testsuite/gcc.dg/torture/pr105198.c            |    26 +
 gcc/testsuite/gcc.dg/tree-ssa/pr104639-1.c         |    13 +
 gcc/testsuite/gcc.dg/tree-ssa/pr104639-2.c         |    54 +
 .../vect/complex/fast-math-complex-add-double.c    |     4 +-
 .../vect/complex/fast-math-complex-add-float.c     |     4 +-
 .../complex/fast-math-complex-add-half-float.c     |     7 +-
 .../complex/fast-math-complex-add-pattern-double.c |     3 +-
 .../complex/fast-math-complex-add-pattern-float.c  |     3 +-
 .../fast-math-complex-add-pattern-half-float.c     |     8 +-
 .../complex/fast-math-complex-mla-half-float.c     |     2 +
 .../vect/complex/fast-math-complex-mls-double.c    |     1 +
 .../vect/complex/fast-math-complex-mls-float.c     |     1 +
 .../complex/fast-math-complex-mls-half-float.c     |     2 +
 .../vect/complex/fast-math-complex-mul-double.c    |     1 +
 .../vect/complex/fast-math-complex-mul-float.c     |     1 +
 .../complex/fast-math-complex-mul-half-float.c     |     2 +
 gcc/testsuite/gcc.dg/vect/pr103761.c               |    13 +
 gcc/testsuite/gcc.dg/vect/vect.exp                 |     2 +-
 gcc/testsuite/gcc.target/aarch64/mops_4.c          |   115 +
 gcc/testsuite/gcc.target/aarch64/pr103147-1.c      |    12 +
 gcc/testsuite/gcc.target/aarch64/pr103147-10.c     |    84 +
 gcc/testsuite/gcc.target/aarch64/pr103147-2.c      |    12 +
 gcc/testsuite/gcc.target/aarch64/pr103147-3.c      |    12 +
 gcc/testsuite/gcc.target/aarch64/pr103147-4.c      |    12 +
 gcc/testsuite/gcc.target/aarch64/pr103147-5.c      |    12 +
 gcc/testsuite/gcc.target/aarch64/pr103147-6.c      |     3 +
 gcc/testsuite/gcc.target/aarch64/pr103147-7.c      |     3 +
 gcc/testsuite/gcc.target/aarch64/pr103147-8.c      |     3 +
 gcc/testsuite/gcc.target/aarch64/pr103147-9.c      |    10 +
 gcc/testsuite/gcc.target/aarch64/pr103350-1.c      |     2 +-
 gcc/testsuite/gcc.target/aarch64/pr103350-2.c      |     2 +-
 gcc/testsuite/gcc.target/aarch64/sve/pr103761.c    |    13 +
 gcc/testsuite/gcc.target/aarch64/sve/pr105197-1.c  |    20 +
 gcc/testsuite/gcc.target/aarch64/sve/pr105197-2.c  |     9 +
 gcc/testsuite/gcc.target/aarch64/vadd_reduc-1.c    |    22 +
 gcc/testsuite/gcc.target/aarch64/vadd_reduc-2.c    |    34 +
 gcc/testsuite/gcc.target/arm/multilib.exp          |    19 +-
 gcc/testsuite/gcc.target/arm/reg_equal_test.c      |    25 +-
 gcc/testsuite/gcc.target/i386/auto-init-4.c        |     5 +-
 gcc/testsuite/gcc.target/i386/crc32-6.c            |     2 +-
 gcc/testsuite/gcc.target/i386/crc32-7.c            |    34 +
 gcc/testsuite/gcc.target/i386/pr101908-1.c         |    12 +
 gcc/testsuite/gcc.target/i386/pr101908-2.c         |    12 +
 gcc/testsuite/gcc.target/i386/pr101908-3.c         |    14 +
 gcc/testsuite/gcc.target/i386/pr103941-1.c         |    14 +
 gcc/testsuite/gcc.target/i386/pr103941-2.c         |    12 +
 gcc/testsuite/gcc.target/i386/pr105123.c           |    22 +
 gcc/testsuite/gcc.target/i386/pr105139.c           |    17 +
 gcc/testsuite/gcc.target/i386/pr105253.c           |    17 +
 gcc/testsuite/gcc.target/i386/sse2-v1ti-andnot.c   |    11 +
 gcc/testsuite/gcc.target/mips/pr102024-1.c         |    20 +
 gcc/testsuite/gcc.target/mips/pr102024-2.c         |    20 +
 gcc/testsuite/gcc.target/mips/pr102024-3.c         |    20 +
 gcc/testsuite/gcc.target/mips/pr102024-4.c         |    10 +
 .../gcc.target/powerpc/p9-vec-length-epil-7.c      |     4 +-
 .../gcc.target/powerpc/p9-vec-length-full-7.c      |     4 +-
 gcc/testsuite/gcc.target/powerpc/pr104253.c        |     3 +-
 gcc/testsuite/gcc.target/powerpc/pr104894-2.c      |    22 +
 gcc/testsuite/gcc.target/powerpc/pr104894.c        |    20 +
 gcc/testsuite/gcc.target/powerpc/pr56605.c         |     2 +-
 gcc/testsuite/gcc.target/powerpc/pr60203.c         |     1 +
 .../gcc.target/s390/ifcvt-two-insns-bool.c         |     4 +-
 .../gcc.target/s390/ifcvt-two-insns-int.c          |     4 +-
 .../gcc.target/s390/ifcvt-two-insns-long.c         |     4 +-
 gcc/testsuite/gcc.target/s390/pr80725.c            |     2 +-
 .../gcc.target/s390/zvector/vec-double-compile.c   |     8 +-
 .../gcc.target/s390/zvector/vec-float-compile.c    |     8 +-
 .../gcc.target/s390/zvector/vec-signed-compile.c   |     8 +-
 .../gcc.target/s390/zvector/vec-unsigned-compile.c |     8 +-
 gcc/testsuite/gdc.dg/nrvo1.d                       |    27 +
 gcc/testsuite/gdc.dg/simd_ctfe.d                   |     3 +-
 gcc/testsuite/gdc.test/compilable/Test16206.d      |     2 +-
 gcc/testsuite/gdc.test/compilable/aliasassign.d    |     1 -
 gcc/testsuite/gdc.test/compilable/art4769.d        |     1 -
 gcc/testsuite/gdc.test/compilable/b21285.d         |    34 +
 gcc/testsuite/gdc.test/compilable/b33.d            |     1 -
 gcc/testsuite/gdc.test/compilable/b6395.d          |     1 -
 gcc/testsuite/gdc.test/compilable/b9490.d          |     1 -
 gcc/testsuite/gdc.test/compilable/betterCarray.d   |     3 +-
 gcc/testsuite/gdc.test/compilable/betterCswitch.d  |     3 +-
 gcc/testsuite/gdc.test/compilable/ccompile.d       |     2 -
 gcc/testsuite/gdc.test/compilable/cdcmp.d          |     1 -
 gcc/testsuite/gdc.test/compilable/const.d          |     2 -
 gcc/testsuite/gdc.test/compilable/ddoc1.d          |     2 +-
 gcc/testsuite/gdc.test/compilable/ddoc11.d         |     5 -
 gcc/testsuite/gdc.test/compilable/ddoc12706.d      |     1 -
 gcc/testsuite/gdc.test/compilable/ddoc12745.d      |     2 +-
 gcc/testsuite/gdc.test/compilable/ddoc13.d         |     1 -
 gcc/testsuite/gdc.test/compilable/ddoc14.d         |     3 -
 gcc/testsuite/gdc.test/compilable/ddoc2.d          |     1 -
 gcc/testsuite/gdc.test/compilable/ddoc2273.d       |     1 -
 gcc/testsuite/gdc.test/compilable/ddoc3.d          |     1 -
 gcc/testsuite/gdc.test/compilable/ddoc5.d          |     1 -
 gcc/testsuite/gdc.test/compilable/ddoc6.d          |     1 -
 gcc/testsuite/gdc.test/compilable/ddoc6491.d       |     2 -
 gcc/testsuite/gdc.test/compilable/ddoc7.d          |     1 -
 gcc/testsuite/gdc.test/compilable/ddoc9369.d       |     3 -
 gcc/testsuite/gdc.test/compilable/ddoc9475.d       |     1 -
 .../gdc.test/compilable/dtoh_AnonDeclaration.d     |     1 -
 .../gdc.test/compilable/dtoh_ClassDeclaration.d    |     8 +-
 .../gdc.test/compilable/dtoh_StructDeclaration.d   |     6 +-
 .../gdc.test/compilable/dtoh_VarDeclaration.d      |     2 +-
 .../gdc.test/compilable/dtoh_extern_type.d         |     2 +-
 gcc/testsuite/gdc.test/compilable/dtoh_ignored.d   |     2 +-
 gcc/testsuite/gdc.test/compilable/dtoh_mangling.d  |   118 +
 .../gdc.test/compilable/extra-files/header1.d      |    13 +-
 gcc/testsuite/gdc.test/compilable/fail137.d        |     1 -
 gcc/testsuite/gdc.test/compilable/fix17686.d       |     1 -
 gcc/testsuite/gdc.test/compilable/fix20416.d       |     1 -
 gcc/testsuite/gdc.test/compilable/fix21647.d       |     1 -
 gcc/testsuite/gdc.test/compilable/fix22291.d       |   105 +-
 gcc/testsuite/gdc.test/compilable/ice20092.d       |     1 -
 .../gdc.test/compilable/imports/art4769a.d         |     1 -
 .../gdc.test/compilable/imports/art4769b.d         |     1 -
 gcc/testsuite/gdc.test/compilable/imports/b33a.d   |     3 -
 gcc/testsuite/gdc.test/compilable/imports/b3682.d  |     1 -
 gcc/testsuite/gdc.test/compilable/imports/defaa.d  |     3 -
 gcc/testsuite/gdc.test/compilable/imports/defab.d  |     1 -
 .../gdc.test/compilable/imports/imp16080.d         |     1 -
 .../gdc.test/compilable/imports/imp17434a.d        |     1 +
 .../gdc.test/compilable/imports/imp17434b.d        |     6 +
 .../compilable/imports/plainpackage/plainmodule.d  |     1 -
 .../compilable/imports/test11563std_traits.d       |     1 -
 .../gdc.test/compilable/imports/test16709c.d       |     1 -
 .../gdc.test/compilable/imports/test16709d.d       |     1 -
 .../gdc.test/compilable/imports/test4003a.d        |     1 -
 .../gdc.test/compilable/imports/test50a.d          |     1 -
 .../gdc.test/compilable/imports/test55a.d          |     1 -
 .../gdc.test/compilable/imports/test62a.d          |     2 -
 .../gdc.test/compilable/imports/test63a.d          |     1 -
 .../gdc.test/compilable/imports/test67a.d          |     2 -
 .../gdc.test/compilable/imports/test68a.d          |     1 -
 .../gdc.test/compilable/imports/test9276decl.d     |     1 -
 .../gdc.test/compilable/imports/test9276expr.d     |     1 -
 .../gdc.test/compilable/imports/test9276parser.d   |     1 -
 .../gdc.test/compilable/imports/test9276sem.d      |     1 -
 .../gdc.test/compilable/imports/test9276type.d     |     1 -
 .../gdc.test/compilable/imports/test9276util.d     |     1 -
 .../gdc.test/compilable/imports/test9276visitors.d |     1 -
 .../gdc.test/compilable/imports/wax16798.d         |     1 -
 gcc/testsuite/gdc.test/compilable/interpret3.d     |   102 +-
 .../gdc.test/compilable/isreturnonstack.d          |     1 -
 gcc/testsuite/gdc.test/compilable/issue15478.d     |     1 -
 gcc/testsuite/gdc.test/compilable/issue21813b.d    |     1 -
 gcc/testsuite/gdc.test/compilable/json.d           |     6 +-
 gcc/testsuite/gdc.test/compilable/line.d           |     2 -
 gcc/testsuite/gdc.test/compilable/mixintype.d      |     1 -
 gcc/testsuite/gdc.test/compilable/mixintype2.d     |     6 +
 .../gdc.test/compilable/must_use_assign.d          |     9 +
 .../gdc.test/compilable/must_use_not_reserved.d    |     5 +
 .../gdc.test/compilable/must_use_opassign.d        |    15 +
 .../gdc.test/compilable/must_use_opopassign.d      |    15 +
 .../gdc.test/compilable/must_use_opunary.d         |    18 +
 .../gdc.test/compilable/must_use_suppress.d        |    10 +
 gcc/testsuite/gdc.test/compilable/test10073.d      |     1 -
 gcc/testsuite/gdc.test/compilable/test1238.d       |     1 -
 gcc/testsuite/gdc.test/compilable/test12527.d      |     1 -
 gcc/testsuite/gdc.test/compilable/test13193.d      |     1 -
 gcc/testsuite/gdc.test/compilable/test13194.d      |     1 -
 gcc/testsuite/gdc.test/compilable/test13600.d      |     1 -
 gcc/testsuite/gdc.test/compilable/test13858.d      |     1 -
 gcc/testsuite/gdc.test/compilable/test15019.d      |     1 -
 gcc/testsuite/gdc.test/compilable/test15389_y.d    |     1 -
 gcc/testsuite/gdc.test/compilable/test15464.d      |     2 -
 gcc/testsuite/gdc.test/compilable/test15565.d      |     1 -
 gcc/testsuite/gdc.test/compilable/test15578.d      |     1 -
 gcc/testsuite/gdc.test/compilable/test15762.d      |     1 -
 gcc/testsuite/gdc.test/compilable/test15898.d      |     1 -
 gcc/testsuite/gdc.test/compilable/test16037.d      |     2 -
 gcc/testsuite/gdc.test/compilable/test16080.d      |     1 -
 gcc/testsuite/gdc.test/compilable/test16225.d      |     1 -
 gcc/testsuite/gdc.test/compilable/test16798.d      |     1 -
 gcc/testsuite/gdc.test/compilable/test17057.d      |     1 -
 gcc/testsuite/gdc.test/compilable/test17419.d      |     5 +-
 gcc/testsuite/gdc.test/compilable/test17421.d      |     1 -
 gcc/testsuite/gdc.test/compilable/test17434.d      |    11 +
 gcc/testsuite/gdc.test/compilable/test17434a.d     |     5 +
 gcc/testsuite/gdc.test/compilable/test17468.d      |     1 -
 gcc/testsuite/gdc.test/compilable/test17512.d      |     1 -
 gcc/testsuite/gdc.test/compilable/test17942.d      |     1 -
 gcc/testsuite/gdc.test/compilable/test18020.d      |     2 +-
 gcc/testsuite/gdc.test/compilable/test18584.d      |     1 -
 gcc/testsuite/gdc.test/compilable/test18936.d      |     1 -
 gcc/testsuite/gdc.test/compilable/test19097.d      |    40 +
 gcc/testsuite/gdc.test/compilable/test19203.d      |     1 -
 gcc/testsuite/gdc.test/compilable/test19227.d      |     1 -
 gcc/testsuite/gdc.test/compilable/test20596.d      |     2 -
 gcc/testsuite/gdc.test/compilable/test20653.d      |     1 -
 gcc/testsuite/gdc.test/compilable/test20717.d      |    17 +
 gcc/testsuite/gdc.test/compilable/test20906.d      |     1 -
 gcc/testsuite/gdc.test/compilable/test20990.d      |     1 -
 gcc/testsuite/gdc.test/compilable/test22639.d      |    26 +
 gcc/testsuite/gdc.test/compilable/test22665.d      |     2 -
 gcc/testsuite/gdc.test/compilable/test22825.d      |     4 +
 gcc/testsuite/gdc.test/compilable/test22859.d      |    40 +
 gcc/testsuite/gdc.test/compilable/test22860.d      |    62 +
 gcc/testsuite/gdc.test/compilable/test22919.d      |    17 +
 gcc/testsuite/gdc.test/compilable/test22988.d      |    15 +
 gcc/testsuite/gdc.test/compilable/test22997.d      |    14 +
 gcc/testsuite/gdc.test/compilable/test3775.d       |     2 -
 gcc/testsuite/gdc.test/compilable/test4003.d       |     1 -
 gcc/testsuite/gdc.test/compilable/test4375.d       |     1 -
 gcc/testsuite/gdc.test/compilable/test50.d         |     2 -
 gcc/testsuite/gdc.test/compilable/test5227.d       |     2 -
 gcc/testsuite/gdc.test/compilable/test602.d        |     1 -
 gcc/testsuite/gdc.test/compilable/test6089.d       |     1 -
 gcc/testsuite/gdc.test/compilable/test63.d         |     1 -
 gcc/testsuite/gdc.test/compilable/test6395.d       |     1 -
 gcc/testsuite/gdc.test/compilable/test66.d         |     1 -
 gcc/testsuite/gdc.test/compilable/test67.d         |     1 -
 gcc/testsuite/gdc.test/compilable/test68.d         |     1 -
 gcc/testsuite/gdc.test/compilable/test7399.d       |     1 -
 gcc/testsuite/gdc.test/compilable/test8296.d       |     2 +-
 gcc/testsuite/gdc.test/compilable/test8922b.d      |     1 -
 gcc/testsuite/gdc.test/compilable/test8922d.d      |     1 -
 gcc/testsuite/gdc.test/compilable/test9057.d       |     2 -
 gcc/testsuite/gdc.test/compilable/test9436.d       |     1 -
 .../gdc.test/compilable/testAliasLookup.d          |     1 -
 gcc/testsuite/gdc.test/compilable/testInference.d  |     1 -
 gcc/testsuite/gdc.test/compilable/testprofile.d    |     1 -
 gcc/testsuite/gdc.test/compilable/testsctreturn.d  |     1 -
 gcc/testsuite/gdc.test/compilable/typeid_name.d    |     1 -
 gcc/testsuite/gdc.test/compilable/vcg-ast.d        |     1 -
 gcc/testsuite/gdc.test/compilable/version.d        |     2 +-
 gcc/testsuite/gdc.test/fail_compilation/bug5.d     |     1 -
 gcc/testsuite/gdc.test/fail_compilation/bug5b.d    |     1 -
 gcc/testsuite/gdc.test/fail_compilation/bug9631.d  |     1 -
 .../gdc.test/fail_compilation/circ10280.d          |     1 -
 .../gdc.test/fail_compilation/ctfe11467.d          |     1 -
 .../gdc.test/fail_compilation/dephexstrings.d      |     1 -
 .../gdc.test/fail_compilation/deprecated6760.d     |     1 -
 .../gdc.test/fail_compilation/diag12640.d          |     1 -
 .../gdc.test/fail_compilation/diag14145.d          |     2 -
 .../gdc.test/fail_compilation/diag14235.d          |     4 +-
 .../gdc.test/fail_compilation/diag16271.d          |     1 -
 gcc/testsuite/gdc.test/fail_compilation/diag1730.d |     1 -
 .../gdc.test/fail_compilation/diag18574.d          |     1 -
 gcc/testsuite/gdc.test/fail_compilation/diag8101.d |     2 +-
 gcc/testsuite/gdc.test/fail_compilation/diag8510.d |     1 -
 .../gdc.test/fail_compilation/diag_funclit.d       |     2 +-
 gcc/testsuite/gdc.test/fail_compilation/diagin.d   |     2 +-
 gcc/testsuite/gdc.test/fail_compilation/dip25.d    |     4 +-
 .../gdc.test/fail_compilation/fail10905.d          |     1 -
 .../gdc.test/fail_compilation/fail11163.d          |     1 -
 gcc/testsuite/gdc.test/fail_compilation/fail118.d  |    28 +-
 gcc/testsuite/gdc.test/fail_compilation/fail12.d   |     1 -
 gcc/testsuite/gdc.test/fail_compilation/fail131.d  |     2 +-
 .../gdc.test/fail_compilation/fail13902.d          |    42 +-
 .../gdc.test/fail_compilation/fail14486.d          |    36 +-
 gcc/testsuite/gdc.test/fail_compilation/fail15.d   |     2 -
 .../gdc.test/fail_compilation/fail15691.d          |     2 -
 gcc/testsuite/gdc.test/fail_compilation/fail16.d   |     1 -
 gcc/testsuite/gdc.test/fail_compilation/fail160.d  |     1 -
 .../gdc.test/fail_compilation/fail16001.d          |     1 -
 .../gdc.test/fail_compilation/fail16600.d          |     2 -
 gcc/testsuite/gdc.test/fail_compilation/fail17.d   |     2 -
 .../gdc.test/fail_compilation/fail17275.d          |     1 -
 .../gdc.test/fail_compilation/fail17419.d          |     1 -
 .../gdc.test/fail_compilation/fail17421.d          |     1 -
 .../gdc.test/fail_compilation/fail17842.d          |     2 -
 .../gdc.test/fail_compilation/fail17906.d          |     3 +-
 .../gdc.test/fail_compilation/fail17927.d          |     5 +-
 .../gdc.test/fail_compilation/fail19441.d          |     1 -
 .../gdc.test/fail_compilation/fail19744.d          |     2 +-
 .../gdc.test/fail_compilation/fail19898a.d         |     1 -
 .../gdc.test/fail_compilation/fail19898b.d         |     1 -
 .../gdc.test/fail_compilation/fail19922.d          |     1 -
 .../gdc.test/fail_compilation/fail19923.d          |     1 -
 .../gdc.test/fail_compilation/fail20084.d          |     2 +-
 gcc/testsuite/gdc.test/fail_compilation/fail201.d  |     1 -
 gcc/testsuite/gdc.test/fail_compilation/fail202.d  |     1 -
 gcc/testsuite/gdc.test/fail_compilation/fail203.d  |     1 -
 gcc/testsuite/gdc.test/fail_compilation/fail204.d  |     1 -
 .../gdc.test/fail_compilation/fail20448.d          |     2 +-
 gcc/testsuite/gdc.test/fail_compilation/fail205.d  |     1 -
 gcc/testsuite/gdc.test/fail_compilation/fail206.d  |     1 -
 .../gdc.test/fail_compilation/fail20800.d          |     1 -
 gcc/testsuite/gdc.test/fail_compilation/fail217.d  |     1 -
 .../gdc.test/fail_compilation/fail21868b.d         |     4 +-
 .../gdc.test/fail_compilation/fail22118.d          |     1 -
 .../gdc.test/fail_compilation/fail22825a.d         |    11 +
 .../gdc.test/fail_compilation/fail22825b.d         |    13 +
 gcc/testsuite/gdc.test/fail_compilation/fail2361.d |     3 +-
 gcc/testsuite/gdc.test/fail_compilation/fail249.d  |     2 +-
 gcc/testsuite/gdc.test/fail_compilation/fail258.d  |     1 -
 gcc/testsuite/gdc.test/fail_compilation/fail259.d  |     1 -
 gcc/testsuite/gdc.test/fail_compilation/fail261.d  |     3 +-
 gcc/testsuite/gdc.test/fail_compilation/fail2656.d |    28 +-
 gcc/testsuite/gdc.test/fail_compilation/fail346.d  |     1 -
 gcc/testsuite/gdc.test/fail_compilation/fail359.d  |     4 +-
 gcc/testsuite/gdc.test/fail_compilation/fail3895.d |     1 -
 .../gdc.test/fail_compilation/fail4269a.d          |     1 -
 .../gdc.test/fail_compilation/fail4269b.d          |     1 -
 .../gdc.test/fail_compilation/fail4269c.d          |     1 -
 .../gdc.test/fail_compilation/fail4375a.d          |     1 -
 .../gdc.test/fail_compilation/fail4375b.d          |     1 -
 .../gdc.test/fail_compilation/fail4375c.d          |     1 -
 .../gdc.test/fail_compilation/fail4375d.d          |     1 -
 .../gdc.test/fail_compilation/fail4375e.d          |     1 -
 .../gdc.test/fail_compilation/fail4375f.d          |     1 -
 .../gdc.test/fail_compilation/fail4375g.d          |     1 -
 .../gdc.test/fail_compilation/fail4375h.d          |     1 -
 .../gdc.test/fail_compilation/fail4375i.d          |     1 -
 .../gdc.test/fail_compilation/fail4375j.d          |     1 -
 .../gdc.test/fail_compilation/fail4375k.d          |     1 -
 .../gdc.test/fail_compilation/fail4375l.d          |     1 -
 .../gdc.test/fail_compilation/fail4375m.d          |     1 -
 .../gdc.test/fail_compilation/fail4375o.d          |     1 -
 .../gdc.test/fail_compilation/fail4375p.d          |     1 -
 .../gdc.test/fail_compilation/fail4375q.d          |     1 -
 .../gdc.test/fail_compilation/fail4375r.d          |     1 -
 .../gdc.test/fail_compilation/fail4375s.d          |     1 -
 .../gdc.test/fail_compilation/fail4375t.d          |     1 -
 .../gdc.test/fail_compilation/fail4375u.d          |     1 -
 .../gdc.test/fail_compilation/fail4375v.d          |     1 -
 .../gdc.test/fail_compilation/fail4375w.d          |     1 -
 .../gdc.test/fail_compilation/fail4375x.d          |     1 -
 .../gdc.test/fail_compilation/fail4375y.d          |     1 -
 gcc/testsuite/gdc.test/fail_compilation/fail44.d   |     1 -
 gcc/testsuite/gdc.test/fail_compilation/fail47.d   |     1 -
 gcc/testsuite/gdc.test/fail_compilation/fail58.d   |     1 -
 gcc/testsuite/gdc.test/fail_compilation/fail60.d   |     1 -
 gcc/testsuite/gdc.test/fail_compilation/fail6107.d |     1 -
 gcc/testsuite/gdc.test/fail_compilation/fail7178.d |     1 -
 gcc/testsuite/gdc.test/fail_compilation/fail72.d   |     1 -
 gcc/testsuite/gdc.test/fail_compilation/fail7234.d |     1 -
 gcc/testsuite/gdc.test/fail_compilation/fail73.d   |     1 -
 gcc/testsuite/gdc.test/fail_compilation/fail7369.d |     1 -
 .../gdc.test/fail_compilation/fail7424c.d          |     1 -
 .../gdc.test/fail_compilation/fail7424d.d          |     1 -
 .../gdc.test/fail_compilation/fail7424e.d          |     1 -
 .../gdc.test/fail_compilation/fail7424f.d          |     1 -
 .../gdc.test/fail_compilation/fail7424g.d          |     1 -
 .../gdc.test/fail_compilation/fail7424h.d          |     1 -
 .../gdc.test/fail_compilation/fail7424i.d          |     1 -
 .../gdc.test/fail_compilation/fail7524a.d          |     3 +-
 .../gdc.test/fail_compilation/fail7524b.d          |     3 +-
 gcc/testsuite/gdc.test/fail_compilation/fail77.d   |     1 -
 gcc/testsuite/gdc.test/fail_compilation/fail78.d   |     1 -
 gcc/testsuite/gdc.test/fail_compilation/fail7851.d |     1 -
 gcc/testsuite/gdc.test/fail_compilation/fail7859.d |     1 -
 gcc/testsuite/gdc.test/fail_compilation/fail7861.d |     1 -
 gcc/testsuite/gdc.test/fail_compilation/fail7862.d |     1 -
 gcc/testsuite/gdc.test/fail_compilation/fail79.d   |     1 -
 gcc/testsuite/gdc.test/fail_compilation/fail8009.d |     1 -
 .../gdc.test/fail_compilation/fail8179b.d          |     1 -
 gcc/testsuite/gdc.test/fail_compilation/fail8373.d |     1 -
 gcc/testsuite/gdc.test/fail_compilation/fail9199.d |     1 -
 gcc/testsuite/gdc.test/fail_compilation/fail92.d   |     2 +-
 gcc/testsuite/gdc.test/fail_compilation/fail95.d   |     1 -
 .../gdc.test/fail_compilation/fail9665a.d          |     1 -
 gcc/testsuite/gdc.test/fail_compilation/fail9735.d |     1 -
 gcc/testsuite/gdc.test/fail_compilation/fail99.d   |     2 +-
 .../gdc.test/fail_compilation/fail_arrayop2.d      |     4 +-
 .../gdc.test/fail_compilation/failcontracts.d      |     1 -
 .../gdc.test/fail_compilation/faildeleteaa.d       |     3 +-
 .../gdc.test/fail_compilation/failsafec.d          |     1 -
 gcc/testsuite/gdc.test/fail_compilation/fix18575.d |     9 +-
 gcc/testsuite/gdc.test/fail_compilation/fix19059.d |     2 +-
 gcc/testsuite/gdc.test/fail_compilation/fix21585.d |     1 -
 gcc/testsuite/gdc.test/fail_compilation/fix5212.d  |     1 -
 gcc/testsuite/gdc.test/fail_compilation/fob1.d     |     1 +
 gcc/testsuite/gdc.test/fail_compilation/fob2.d     |    17 +
 gcc/testsuite/gdc.test/fail_compilation/format.d   |     1 -
 gcc/testsuite/gdc.test/fail_compilation/goto1.d    |     1 -
 gcc/testsuite/gdc.test/fail_compilation/goto3.d    |     2 -
 gcc/testsuite/gdc.test/fail_compilation/ice10283.d |     1 -
 .../gdc.test/fail_compilation/ice10727a.d          |     2 -
 .../gdc.test/fail_compilation/ice10727b.d          |     2 -
 gcc/testsuite/gdc.test/fail_compilation/ice10922.d |     2 +-
 gcc/testsuite/gdc.test/fail_compilation/ice11968.d |     3 +-
 gcc/testsuite/gdc.test/fail_compilation/ice13027.d |     1 -
 gcc/testsuite/gdc.test/fail_compilation/ice6538.d  |     1 -
 gcc/testsuite/gdc.test/fail_compilation/ice9254a.d |     2 +-
 gcc/testsuite/gdc.test/fail_compilation/ice9254b.d |     2 +-
 gcc/testsuite/gdc.test/fail_compilation/ice9254c.d |     2 +-
 gcc/testsuite/gdc.test/fail_compilation/ice9540.d  |     2 +-
 .../gdc.test/fail_compilation/imports/a10528.d     |     1 -
 .../gdc.test/fail_compilation/imports/a11850.d     |     2 -
 .../gdc.test/fail_compilation/imports/a14235.d     |     2 +-
 .../gdc.test/fail_compilation/imports/diag10141b.d |     1 -
 .../fail_compilation/imports/diag9210stdcomplex.d  |     1 -
 .../gdc.test/fail_compilation/imports/test18480a.d |     1 -
 .../gdc.test/fail_compilation/imports/test21164a.d |     1 -
 .../gdc.test/fail_compilation/imports/test21164b.d |     1 -
 .../gdc.test/fail_compilation/imports/test21164c.d |     1 -
 .../gdc.test/fail_compilation/imports/test21164d.d |     1 -
 .../gdc.test/fail_compilation/imports/test64a.d    |     1 -
 .../gdc.test/fail_compilation/issue22820.d         |     1 -
 .../gdc.test/fail_compilation/issue22826.d         |     3 +-
 gcc/testsuite/gdc.test/fail_compilation/lexer1.d   |     4 +-
 gcc/testsuite/gdc.test/fail_compilation/lexer4.d   |     6 +-
 gcc/testsuite/gdc.test/fail_compilation/mangle2.d  |     1 -
 gcc/testsuite/gdc.test/fail_compilation/must_use.d |    16 +
 .../gdc.test/fail_compilation/must_use_comma.d     |    17 +
 .../gdc.test/fail_compilation/must_use_opunary.d   |    21 +
 .../gdc.test/fail_compilation/must_use_reserved.d  |    20 +
 .../gdc.test/fail_compilation/must_use_template.d  |    16 +
 .../gdc.test/fail_compilation/must_use_union.d     |    16 +
 .../gdc.test/fail_compilation/no_TypeInfo.d        |     1 -
 gcc/testsuite/gdc.test/fail_compilation/nogc1.d    |     9 +-
 .../gdc.test/fail_compilation/opapplyscope.d       |     1 -
 .../gdc.test/fail_compilation/pragmainline.d       |     1 -
 gcc/testsuite/gdc.test/fail_compilation/pragmas.d  |     2 -
 .../gdc.test/fail_compilation/reserved_version.d   |     2 +
 .../fail_compilation/reserved_version_switch.d     |     3 +
 .../gdc.test/fail_compilation/retscope2.d          |     1 -
 .../gdc.test/fail_compilation/retscope3.d          |    41 -
 .../gdc.test/fail_compilation/retscope5.d          |     1 -
 .../gdc.test/fail_compilation/retscope6.d          |    20 +
 gcc/testsuite/gdc.test/fail_compilation/shared.d   |     2 +-
 gcc/testsuite/gdc.test/fail_compilation/switches.d |     2 -
 gcc/testsuite/gdc.test/fail_compilation/test1021.d |     2 -
 .../gdc.test/fail_compilation/test11047.d          |     2 -
 .../gdc.test/fail_compilation/test11176.d          |     5 +-
 .../gdc.test/fail_compilation/test13536.d          |     1 -
 .../gdc.test/fail_compilation/test13537.d          |     1 -
 .../gdc.test/fail_compilation/test14496.d          |     3 -
 .../gdc.test/fail_compilation/test15399.d          |     1 -
 .../gdc.test/fail_compilation/test15544.d          |     2 -
 .../gdc.test/fail_compilation/test15660.d          |     1 -
 .../gdc.test/fail_compilation/test15672.d          |     2 -
 .../gdc.test/fail_compilation/test15703.d          |     1 -
 .../gdc.test/fail_compilation/test15704.d          |     1 -
 .../gdc.test/fail_compilation/test15989.d          |     1 -
 .../gdc.test/fail_compilation/test16188.d          |     1 -
 .../gdc.test/fail_compilation/test16193.d          |     1 -
 .../gdc.test/fail_compilation/test16195.d          |     3 +-
 .../gdc.test/fail_compilation/test16381.d          |     1 -
 .../gdc.test/fail_compilation/test16589.d          |    12 +-
 .../gdc.test/fail_compilation/test17284.d          |     7 +-
 .../gdc.test/fail_compilation/test17425.d          |     1 -
 .../gdc.test/fail_compilation/test17450.d          |     4 +-
 .../gdc.test/fail_compilation/test18282.d          |     1 -
 .../gdc.test/fail_compilation/test18484.d          |     1 -
 .../gdc.test/fail_compilation/test18644.d          |     2 -
 .../gdc.test/fail_compilation/test18708.d          |     2 -
 .../gdc.test/fail_compilation/test19097.d          |    64 +-
 .../gdc.test/fail_compilation/test21008.d          |     6 +-
 .../gdc.test/fail_compilation/test21353.d          |     1 -
 .../gdc.test/fail_compilation/test21927.d          |     4 +-
 .../gdc.test/fail_compilation/test21939.d          |     3 +-
 .../gdc.test/fail_compilation/test22145.d          |     1 -
 .../gdc.test/fail_compilation/test22541.d          |     2 +-
 .../gdc.test/fail_compilation/test22840.d          |    26 +
 .../gdc.test/fail_compilation/test22910.d          |    19 +
 gcc/testsuite/gdc.test/fail_compilation/test3818.d |     2 -
 gcc/testsuite/gdc.test/fail_compilation/test64.d   |     1 -
 .../gdc.test/fail_compilation/testpull1810.d       |     1 -
 .../gdc.test/fail_compilation/testscopestatic.d    |     1 -
 .../gdc.test/fail_compilation/varargsstc.d         |     1 -
 .../gdc.test/fail_compilation/warn12809.d          |     2 -
 gcc/testsuite/gdc.test/runnable/betterc.d          |     1 -
 gcc/testsuite/gdc.test/runnable/bug846.d           |     1 -
 gcc/testsuite/gdc.test/runnable/fix22372.d         |     1 -
 gcc/testsuite/gdc.test/runnable/functype.d         |     1 -
 gcc/testsuite/gdc.test/runnable/imports/a18a.d     |     1 -
 gcc/testsuite/gdc.test/runnable/imports/a21a.d     |     1 -
 gcc/testsuite/gdc.test/runnable/imports/bug846.d   |     1 -
 gcc/testsuite/gdc.test/runnable/imports/c22a.d     |     1 -
 gcc/testsuite/gdc.test/runnable/imports/c22b.d     |     1 -
 .../gdc.test/runnable/imports/link7745b.d          |     2 -
 gcc/testsuite/gdc.test/runnable/imports/m1a.d      |     1 -
 .../gdc.test/runnable/imports/template2962a.d      |     1 -
 .../gdc.test/runnable/imports/test10441b.d         |     1 -
 .../gdc.test/runnable/imports/test10441c.d         |     1 -
 gcc/testsuite/gdc.test/runnable/imports/test10a.d  |     1 -
 .../gdc.test/runnable/imports/test11039b.d         |     1 -
 gcc/testsuite/gdc.test/runnable/imports/test13a.d  |     1 -
 gcc/testsuite/gdc.test/runnable/imports/test27a.d  |     1 -
 gcc/testsuite/gdc.test/runnable/imports/test29a.d  |     1 -
 gcc/testsuite/gdc.test/runnable/imports/test31a.d  |     1 -
 gcc/testsuite/gdc.test/runnable/imports/test32a.d  |     1 -
 gcc/testsuite/gdc.test/runnable/imports/test35a.d  |     1 -
 gcc/testsuite/gdc.test/runnable/imports/test40a.d  |     1 -
 gcc/testsuite/gdc.test/runnable/imports/test41a.d  |     1 -
 gcc/testsuite/gdc.test/runnable/imports/test45a.d  |     1 -
 gcc/testsuite/gdc.test/runnable/imports/test45b.d  |     1 -
 gcc/testsuite/gdc.test/runnable/imports/test46b.d  |     1 -
 gcc/testsuite/gdc.test/runnable/imports/test46c.d  |     1 -
 gcc/testsuite/gdc.test/runnable/imports/test49a.d  |     1 -
 gcc/testsuite/gdc.test/runnable/imports/test57a.d  |     2 -
 gcc/testsuite/gdc.test/runnable/imports/test57b.d  |     1 -
 gcc/testsuite/gdc.test/runnable/imports/test58a.d  |     1 -
 .../gdc.test/runnable/imports/testminitAA.d        |     1 -
 .../gdc.test/runnable/imports/testminitBB.d        |     1 -
 .../gdc.test/runnable/imports/testmod1b.d          |     1 -
 gcc/testsuite/gdc.test/runnable/imports/tlsa.d     |     2 -
 gcc/testsuite/gdc.test/runnable/manboy.d           |     1 -
 gcc/testsuite/gdc.test/runnable/nrvo.d             |    30 +
 gcc/testsuite/gdc.test/runnable/pi.d               |     3 -
 gcc/testsuite/gdc.test/runnable/template2962.d     |     1 -
 gcc/testsuite/gdc.test/runnable/test10441.d        |     1 -
 gcc/testsuite/gdc.test/runnable/test10942.d        |     1 -
 gcc/testsuite/gdc.test/runnable/test11.d           |     2 -
 gcc/testsuite/gdc.test/runnable/test11039.d        |     1 -
 gcc/testsuite/gdc.test/runnable/test12.d           |     1 -
 gcc/testsuite/gdc.test/runnable/test15568.d        |     1 -
 gcc/testsuite/gdc.test/runnable/test16140.d        |     1 -
 gcc/testsuite/gdc.test/runnable/test17.d           |     1 -
 gcc/testsuite/gdc.test/runnable/test17246.d        |     1 -
 gcc/testsuite/gdc.test/runnable/test19735.d        |     1 -
 gcc/testsuite/gdc.test/runnable/test20036.d        |     1 -
 gcc/testsuite/gdc.test/runnable/test20565.d        |     1 -
 gcc/testsuite/gdc.test/runnable/test20603.d        |    31 +
 gcc/testsuite/gdc.test/runnable/test21.d           |     1 -
 gcc/testsuite/gdc.test/runnable/test22175.d        |    32 +
 gcc/testsuite/gdc.test/runnable/test22945.d        |    38 +
 gcc/testsuite/gdc.test/runnable/test27.d           |     1 -
 gcc/testsuite/gdc.test/runnable/test28.d           |     1 -
 gcc/testsuite/gdc.test/runnable/test3.d            |     1 -
 gcc/testsuite/gdc.test/runnable/test30.d           |     1 -
 gcc/testsuite/gdc.test/runnable/test32.d           |     1 -
 gcc/testsuite/gdc.test/runnable/test34.d           |     2 -
 gcc/testsuite/gdc.test/runnable/test40.d           |     1 -
 gcc/testsuite/gdc.test/runnable/test41.d           |     1 -
 gcc/testsuite/gdc.test/runnable/test57.d           |     1 -
 gcc/testsuite/gdc.test/runnable/test7932.d         |     1 -
 gcc/testsuite/gdc.test/runnable/test9495.d         |     2 +-
 gcc/testsuite/gdc.test/runnable/testmain.d         |     1 -
 gcc/testsuite/gdc.test/runnable/testmod2.d         |     1 -
 gcc/testsuite/gdc.test/runnable/testscope2.d       |     6 +-
 gcc/testsuite/gdc.test/runnable/testthread2.d      |     1 -
 gcc/testsuite/gdc.test/runnable/tls.d              |     1 -
 gcc/testsuite/gdc.test/runnable/tls_dup.d          |     1 -
 gcc/testsuite/gdc.test/runnable/xtest46.d          |    86 +-
 gcc/testsuite/gdc.test/runnable/xtest55.d          |     1 -
 .../gdc.test/runnable_cxx/extra-files/cabi2.cpp    |     1 -
 gcc/testsuite/gdc.test/runnable_cxx/test6716.d     |     2 +-
 gcc/testsuite/gfortran.dg/coarray_44.f90           |     2 +
 gcc/testsuite/gfortran.dg/coarray_allocate_11.f90  |     6 +-
 gcc/testsuite/gfortran.dg/coarray_allocate_12.f90  |    19 +
 gcc/testsuite/gfortran.dg/gomp/loop-exit.f90       |   674 +
 gcc/testsuite/gfortran.dg/gomp/masked-taskloop.f90 |    20 +
 gcc/testsuite/gfortran.dg/pr104210.f90             |    15 +
 .../gfortran.dg/recursive_reference_3.f90          |    14 +
 gcc/testsuite/gnat.dg/concat5.adb                  |     9 +
 gcc/testsuite/gnat.dg/concat5_pkg1.adb             |    18 +
 gcc/testsuite/gnat.dg/concat5_pkg1.ads             |     5 +
 gcc/testsuite/gnat.dg/concat5_pkg2.adb             |    10 +
 gcc/testsuite/gnat.dg/concat5_pkg2.ads             |     5 +
 gcc/testsuite/go.test/test/fixedbugs/issue10441.go |     2 +-
 gcc/testsuite/jit.dg/all-non-failing-tests.h       |    16 +
 gcc/testsuite/jit.dg/harness.h                     |     4 +
 gcc/testsuite/jit.dg/test-bitcast.c                |    61 +
 gcc/testsuite/jit.dg/test-error-bad-bitcast.c      |    62 +
 gcc/testsuite/jit.dg/test-error-bad-bitcast2.c     |    62 +
 .../jit.dg/test-error-register-variable-bad-name.c |    35 +
 .../test-error-register-variable-size-mismatch.c   |    38 +
 gcc/testsuite/jit.dg/test-register-variable.c      |    56 +
 gcc/testsuite/jit.dg/test-setting-alignment.c      |    66 +
 gcc/testsuite/jit.dg/test-types.c                  |   131 +
 gcc/testsuite/lib/target-supports.exp              |    13 +-
 gcc/toplev.cc                                      |     2 +
 gcc/trans-mem.cc                                   |     2 +-
 gcc/tree-complex.cc                                |    16 +
 gcc/tree-predcom.cc                                |    38 +-
 gcc/tree-scalar-evolution.cc                       |     2 +-
 gcc/tree-ssa-alias.cc                              |    65 +-
 gcc/tree-ssa-alias.h                               |    10 +-
 gcc/tree-ssa-dce.cc                                |     2 +-
 gcc/tree-ssa-dse.cc                                |     4 +-
 gcc/tree-ssa-ifcombine.cc                          |     3 +-
 gcc/tree-ssa-loop-ivopts.cc                        |     6 +-
 gcc/tree-ssa-math-opts.cc                          |    15 +-
 gcc/tree-ssa-phiopt.cc                             |   146 +-
 gcc/tree-ssa-reassoc.cc                            |    70 +-
 gcc/tree-ssa-sccvn.cc                              |     5 +-
 gcc/tree-ssa-strlen.cc                             |     6 -
 gcc/tree-ssa-structalias.cc                        |    15 +-
 gcc/tree-vect-generic.cc                           |    41 +-
 gcc/tree-vect-loop-manip.cc                        |     3 +-
 gcc/tree-vect-slp.cc                               |    48 +-
 gcc/tree-vect-stmts.cc                             |    47 +-
 gcc/tree.cc                                        |    84 +-
 gcc/tree.h                                         |     1 +
 gcc/value-prof.cc                                  |     4 +
 include/ChangeLog                                  |     4 +
 {libgomp/plugin => include}/cuda/cuda.h            |     7 +-
 libbacktrace/ChangeLog                             |     5 +
 libbacktrace/elf.c                                 |     2 +-
 libgcc/ChangeLog                                   |     4 +
 libgcc/config/ia64/fde-glibc.c                     |     2 +
 libgo/Makefile.am                                  |     2 +-
 libgo/Makefile.in                                  |     2 +-
 libgo/go/runtime/mpagealloc.go                     |    12 +-
 libgo/go/runtime/mpagecache.go                     |     2 +-
 libgo/go/runtime/signal_gccgo.go                   |     3 +-
 libgo/match.sh                                     |     2 +-
 libgo/mksigtab.sh                                  |    12 +-
 libgo/runtime/go-signal.c                          |    25 +-
 libgomp/ChangeLog                                  |    34 +
 libgomp/configure                                  |     1 -
 libgomp/libgomp.texi                               |     2 +-
 libgomp/plugin/configfrag.ac                       |     1 -
 libgomp/plugin/plugin-nvptx.c                      |     6 +-
 .../examples-4/declare_target-1.f90                |    31 +-
 .../examples-4/declare_target-2.f90                |    31 +-
 .../testsuite/libgomp.fortran/use_device_ptr-4.f90 |    41 +
 libphobos/ChangeLog                                |    14 +
 libphobos/libdruntime/MERGE                        |     2 +-
 libphobos/libdruntime/Makefile.am                  |    14 +-
 libphobos/libdruntime/Makefile.in                  |    22 +-
 libphobos/libdruntime/core/atomic.d                |    11 +-
 libphobos/libdruntime/core/demangle.d              |     2 +-
 libphobos/libdruntime/core/int128.d                |   156 +-
 .../libdruntime/core/internal/array/casting.d      |    59 +-
 .../core/internal/gc/impl/conservative/gc.d        |    11 +-
 libphobos/libdruntime/core/lifetime.d              |    20 +-
 libphobos/libdruntime/core/stdc/stdlib.d           |     4 +-
 libphobos/libdruntime/core/stdcpp/string.d         |     4 +-
 libphobos/libdruntime/core/sys/openbsd/pwd.d       |    19 +
 libphobos/libdruntime/core/thread/context.d        |     2 +-
 libphobos/libdruntime/rt/dmain2.d                  |     2 +-
 libphobos/src/MERGE                                |     2 +-
 libphobos/src/etc/c/zlib.d                         |   211 +-
 libphobos/src/std/conv.d                           |    24 +-
 libphobos/src/std/datetime/systime.d               |    29 +-
 libphobos/src/std/experimental/logger/core.d       |     8 +-
 libphobos/src/std/experimental/logger/filelogger.d |     2 +-
 .../src/std/experimental/logger/multilogger.d      |     2 +-
 libphobos/src/std/file.d                           |     8 +-
 libphobos/src/std/format/internal/write.d          |   147 +-
 libphobos/src/std/format/package.d                 |     2 +-
 libphobos/src/std/format/read.d                    |     2 +-
 libphobos/src/std/format/write.d                   |     2 +-
 libphobos/src/std/functional.d                     |    12 +-
 libphobos/src/std/json.d                           |     2 +-
 libphobos/src/std/outbuffer.d                      |     4 +-
 libphobos/src/std/parallelism.d                    |     5 +
 libphobos/src/std/process.d                        |    11 +-
 libphobos/src/std/regex/internal/parser.d          |     2 +-
 libphobos/src/std/socket.d                         |     4 +-
 libphobos/src/std/stdio.d                          |    22 +-
 libphobos/src/std/sumtype.d                        |    12 +-
 libphobos/src/std/typecons.d                       |   169 +-
 libphobos/src/std/uni/package.d                    |    44 +-
 libphobos/src/std/windows/charset.d                |    15 +-
 libphobos/src/std/windows/syserror.d               |    97 +-
 .../libphobos.exceptions/message_with_null.d       |     8 +
 libstdc++-v3/ChangeLog                             |   242 +
 libstdc++-v3/acinclude.m4                          |    44 +-
 libstdc++-v3/config.h.in                           |     3 +
 libstdc++-v3/configure                             |    72 +-
 libstdc++-v3/doc/xml/manual/intro.xml              |     2 +-
 libstdc++-v3/include/bits/ranges_algo.h            |     2 +-
 libstdc++-v3/include/bits/stl_vector.h             |     3 +-
 libstdc++-v3/include/c_compatibility/stdatomic.h   |     2 +
 libstdc++-v3/include/experimental/bits/fs_path.h   |    59 +-
 libstdc++-v3/include/precompiled/stdc++.h          |     4 +
 libstdc++-v3/include/std/charconv                  |   259 +-
 libstdc++-v3/include/std/expected                  |     8 +-
 libstdc++-v3/include/std/optional                  |    12 +-
 libstdc++-v3/include/std/source_location           |    15 +-
 libstdc++-v3/include/std/stacktrace                |   295 +-
 libstdc++-v3/include/std/version                   |     5 +-
 libstdc++-v3/python/libstdcxx/v6/printers.py       |    38 +
 libstdc++-v3/src/c++17/floating_from_chars.cc      |    18 +-
 libstdc++-v3/src/c++17/floating_to_chars.cc        |     9 +-
 .../testsuite/19_diagnostics/stacktrace/current.cc |    86 +
 .../stacktrace/entry.cc                            |     7 +-
 .../19_diagnostics/stacktrace/stacktrace.cc        |   215 +
 .../stacktrace/synopsis.cc                         |     0
 .../stacktrace/version.cc                          |     0
 libstdc++-v3/testsuite/20_util/expected/bad.cc     |    15 +
 libstdc++-v3/testsuite/20_util/expected/cons.cc    |    18 +
 .../testsuite/20_util/expected/requirements.cc     |     2 +-
 libstdc++-v3/testsuite/20_util/expected/swap.cc    |    12 +-
 .../testsuite/20_util/optional/monadic/and_then.cc |     4 +-
 .../testsuite/20_util/optional/monadic/version.cc  |    10 -
 .../testsuite/20_util/optional/requirements.cc     |     4 +-
 libstdc++-v3/testsuite/20_util/optional/version.cc |     4 +-
 .../23_containers/vector/cons/constexpr.cc         |     7 +
 .../23_containers/vector/requirements/version.cc   |    10 +
 .../testsuite/25_algorithms/minmax/constrained.cc  |    30 +
 .../29_atomics/headers/stdatomic.h/c_compat.cc     |     6 +
 .../29_atomics/headers/stdatomic.h/version.cc      |    10 +
 .../testsuite/libstdc++-prettyprinters/cxx20.cc    |    11 +
 1052 files changed, 161237 insertions(+), 142275 deletions(-)


             reply	other threads:[~2022-04-20 11:35 UTC|newest]

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

Reply instructions:

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

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

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

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

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

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

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