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: Fri, 27 Aug 2021 00:43:40 +0000 (GMT)	[thread overview]
Message-ID: <20210827004340.94F6A3858415@sourceware.org> (raw)

https://gcc.gnu.org/g:8cd66d28b159e04befc9b008256536a4c6516ec0

commit 8cd66d28b159e04befc9b008256536a4c6516ec0
Merge: ddde4597e73 226eb7ff5d7
Author: Gaius Mulley <gaius.mulley@southwales.ac.uk>
Date:   Fri Aug 27 01:42:41 2021 +0100

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

Diff:

 ChangeLog                                          |   10 +
 MAINTAINERS                                        |    1 +
 Makefile.in                                        |    3 +
 Makefile.tpl                                       |    3 +
 config/ChangeLog                                   |    5 +
 config/mh-darwin                                   |    8 +
 contrib/ChangeLog                                  |   12 +
 contrib/download_prerequisites                     |   59 +-
 contrib/mklog.py                                   |   23 +-
 gcc/ChangeLog                                      |  766 +++++++++++
 gcc/DATESTAMP                                      |    2 +-
 gcc/acinclude.m4                                   |   82 +-
 gcc/ada/ChangeLog                                  |   10 +
 gcc/ada/gcc-interface/Make-lang.in                 |    4 +
 gcc/analyzer/ChangeLog                             |  259 ++++
 gcc/analyzer/analysis-plan.cc                      |    4 +
 gcc/analyzer/analyzer.cc                           |    3 +
 gcc/analyzer/analyzer.h                            |    4 +-
 gcc/analyzer/checker-path.cc                       |   28 +-
 gcc/analyzer/checker-path.h                        |    6 +
 gcc/analyzer/constraint-manager.cc                 | 1365 ++++++++++++++++++-
 gcc/analyzer/constraint-manager.h                  |  191 +++
 gcc/analyzer/diagnostic-manager.cc                 |   58 +-
 gcc/analyzer/engine.cc                             |  202 ++-
 gcc/analyzer/exploded-graph.h                      |   39 +
 gcc/analyzer/feasible-graph.cc                     |    7 +-
 gcc/analyzer/feasible-graph.h                      |    7 +-
 gcc/analyzer/program-point.cc                      |   18 +
 gcc/analyzer/program-point.h                       |    3 +-
 gcc/analyzer/program-state.cc                      |   44 +
 gcc/analyzer/program-state.h                       |   11 +
 gcc/analyzer/region-model-manager.cc               |    7 +-
 gcc/analyzer/region-model.cc                       |  202 +--
 gcc/analyzer/region-model.h                        |   61 +-
 gcc/analyzer/sm-file.cc                            |   18 +-
 gcc/analyzer/state-purge.cc                        |   35 +-
 gcc/analyzer/store.cc                              |   77 +-
 gcc/analyzer/store.h                               |    5 +
 gcc/analyzer/supergraph.cc                         |  142 +-
 gcc/analyzer/supergraph.h                          |   22 +-
 gcc/c-family/ChangeLog                             |   29 +
 gcc/c-family/c-format.c                            |  142 +-
 gcc/c-family/c-omp.c                               |    4 +-
 gcc/c-family/c-opts.c                              |   13 +
 gcc/c-family/c-pragma.c                            |    1 +
 gcc/c-family/c-pragma.h                            |    1 +
 gcc/c/ChangeLog                                    |   61 +
 gcc/c/c-parser.c                                   |  228 +++-
 gcc/c/c-typeck.c                                   |  188 ++-
 gcc/cgraph.h                                       |    5 +-
 gcc/cgraphclones.c                                 |   11 +-
 gcc/config.gcc                                     |   18 +-
 gcc/config/aarch64/arm_neon.h                      |    8 +-
 gcc/config/arm/arm-cpus.in                         |    9 +-
 gcc/config/arm/arm.c                               |    9 +
 gcc/config/arm/arm.md                              |   11 +-
 gcc/config/arm/arm.opt                             |    6 +-
 gcc/config/arm/arm_mve.h                           |    2 +-
 gcc/config/arm/t-rmprofile                         |    2 +-
 gcc/config/arm/vfp.md                              |   29 +-
 gcc/config/darwin.h                                |    3 +-
 gcc/config/h8300/h8300-protos.h                    |    2 +-
 gcc/config/h8300/h8300.c                           |   67 +-
 gcc/config/h8300/jumpcall.md                       |   74 +-
 gcc/config/h8300/proepi.md                         |   10 +-
 gcc/config/i386/avx512dqintrin.h                   |    4 +-
 gcc/config/i386/i386-expand.c                      |   13 +-
 gcc/config/i386/i386-features.c                    |   38 +-
 gcc/config/i386/i386-options.c                     |    4 +
 gcc/config/i386/i386.c                             |   49 +-
 gcc/config/i386/i386.h                             |    8 +-
 gcc/config/i386/i386.md                            |    8 +-
 gcc/config/i386/predicates.md                      |    7 +
 gcc/config/i386/sse.md                             |  240 +++-
 gcc/config/i386/t-omp-device                       |    2 +-
 gcc/config/i386/x86-tune-costs.h                   |   26 -
 gcc/config/mips/mips-msa.md                        |   27 +-
 gcc/config/mips/mips-protos.h                      |    1 +
 gcc/config/mips/mips.c                             |   59 +-
 gcc/config/nvptx/nvptx-c.c                         |   47 +
 gcc/config/nvptx/nvptx-protos.h                    |    1 +
 gcc/config/nvptx/nvptx.h                           |   12 +-
 gcc/config/nvptx/t-nvptx                           |    4 +
 gcc/config/pa/pa.c                                 |    4 +-
 gcc/config/rs6000/aix.h                            |    4 +-
 gcc/config/rs6000/aix71.h                          |    4 +
 gcc/config/rs6000/aix72.h                          |    3 +
 gcc/config/rs6000/aix73.h                          |    2 +-
 gcc/config/rs6000/altivec.md                       |  355 +----
 gcc/config/rs6000/rs6000-builtin-new.def           | 1368 ++++++++++++++++++++
 gcc/config/rs6000/rs6000-call.c                    |  154 ++-
 gcc/config/rs6000/rs6000-gen-builtins.c            |   43 +-
 gcc/config/rs6000/rs6000.h                         |   82 ++
 gcc/config/rs6000/t-rs6000                         |   47 +-
 gcc/config/rs6000/vsx.md                           |  206 +++
 gcc/config/v850/v850.h                             |    3 -
 gcc/configure                                      |  472 +------
 gcc/configure.ac                                   |  335 ++---
 gcc/coretypes.h                                    |    1 +
 gcc/cp/ChangeLog                                   |   85 ++
 gcc/cp/cp-objcp-common.c                           |    9 +
 gcc/cp/cp-tree.h                                   |    4 +-
 gcc/cp/init.c                                      |    5 +
 gcc/cp/parser.c                                    |  275 +++-
 gcc/d/ChangeLog                                    |    7 +
 gcc/d/d-lang.cc                                    |   19 +
 gcc/dbgcnt.def                                     |    1 +
 gcc/diagnostic.c                                   |   11 +
 gcc/diagnostic.h                                   |   19 +
 gcc/doc/extend.texi                                |   20 +-
 gcc/doc/invoke.texi                                |   32 +-
 gcc/dwarf2out.c                                    |   21 +-
 gcc/fortran/ChangeLog                              |   92 ++
 gcc/fortran/cpp.c                                  |    6 +
 gcc/fortran/dump-parse-tree.c                      |   31 +-
 gcc/fortran/error.c                                |  106 +-
 gcc/fortran/f95-lang.c                             |    5 +-
 gcc/fortran/gfortran.h                             |   58 +-
 gcc/fortran/match.h                                |    1 +
 gcc/fortran/openmp.c                               |  753 +++++++----
 gcc/fortran/parse.c                                |   10 +-
 gcc/fortran/resolve.c                              |    2 +
 gcc/fortran/simplify.c                             |   73 +-
 gcc/fortran/st.c                                   |    1 +
 gcc/fortran/trans-decl.c                           |   20 +-
 gcc/fortran/trans-openmp.c                         |   42 +
 gcc/fortran/trans.c                                |    1 +
 gcc/fortran/types.def                              |    1 +
 gcc/gcov.c                                         |  158 +--
 gcc/gimple-range-cache.cc                          |   40 +-
 gcc/gimple-range.cc                                |   52 +-
 gcc/gimple-range.h                                 |    3 +
 gcc/gimple-ssa-store-merging.c                     |  100 +-
 gcc/gimple-ssa-warn-access.cc                      |   24 +-
 gcc/gimple.c                                       |    5 +-
 gcc/hash-map-tests.c                               |   17 +-
 gcc/input.c                                        |  100 +-
 gcc/input.h                                        |   10 +
 gcc/ipa-modref-tree.c                              |   44 +-
 gcc/ipa-modref-tree.h                              |  427 ++++--
 gcc/ipa-modref.c                                   |  116 +-
 gcc/jit/ChangeLog                                  |   12 +
 gcc/jit/Make-lang.in                               |   63 +-
 gcc/jit/docs/examples/tut04-toyvm/toyvm.c          |    2 +-
 gcc/jit/docs/examples/tut04-toyvm/toyvm.cc         |    2 +-
 gcc/jit/jit-dejagnu.h                              |  338 +++++
 gcc/match.pd                                       |   11 +
 gcc/multiple_target.c                              |   16 +-
 gcc/objc/ChangeLog                                 |   15 +
 gcc/objc/objc-act.c                                |   16 +-
 gcc/objc/objc-next-runtime-abi-02.c                |   26 +-
 gcc/omp-builtins.def                               |    4 +
 gcc/omp-expand.c                                   |    8 +-
 gcc/optabs.c                                       |   79 ++
 gcc/params.opt                                     |    8 +-
 gcc/pointer-query.cc                               |  105 +-
 gcc/simplify-rtx.c                                 |  163 ++-
 gcc/testsuite/ChangeLog                            |  462 +++++++
 gcc/testsuite/c-c++-common/Wunused-var-16.c        |    4 +-
 gcc/testsuite/c-c++-common/dfp/convert-bfp-11.c    |   20 +-
 gcc/testsuite/c-c++-common/gomp/error-1.c          |   45 +
 gcc/testsuite/c-c++-common/gomp/error-2.c          |   24 +
 gcc/testsuite/c-c++-common/gomp/error-3.c          |   70 +
 gcc/testsuite/c-c++-common/gomp/nothing-2.c        |    2 +
 gcc/testsuite/c-c++-common/gomp/requires-3.c       |    3 +
 gcc/testsuite/c-c++-common/gomp/sink-5.c           |   16 +
 gcc/testsuite/g++.dg/analyzer/vfunc-2.C            |   44 +
 gcc/testsuite/g++.dg/analyzer/vfunc-3.C            |   32 +
 gcc/testsuite/g++.dg/analyzer/vfunc-4.C            |   28 +
 gcc/testsuite/g++.dg/analyzer/vfunc-5.C            |  103 ++
 .../g++.dg/cpp2a/class-deduction-aggr12.C          |    2 +-
 gcc/testsuite/g++.dg/gomp/attrs-1.C                |    4 +-
 gcc/testsuite/g++.dg/gomp/attrs-13.C               |   34 +
 gcc/testsuite/g++.dg/gomp/attrs-2.C                |    4 +-
 gcc/testsuite/g++.dg/gomp/error-1.C                |   42 +
 gcc/testsuite/g++.dg/lto/pr97565_0.C               |    7 +
 gcc/testsuite/g++.dg/lto/pr97565_1.C               |    6 +
 gcc/testsuite/g++.dg/pr100574.C                    |    4 +
 gcc/testsuite/g++.dg/tree-ssa/modref-1.C           |   32 +
 gcc/testsuite/g++.dg/warn/Warray-bounds-26.C       |   27 +
 gcc/testsuite/g++.dg/warn/Wreturn-5.C              |   15 +
 gcc/testsuite/gcc.c-torture/execute/fprintf-2.c    |    3 +-
 gcc/testsuite/gcc.c-torture/execute/gcc_tmpnam.h   |   13 +
 gcc/testsuite/gcc.c-torture/execute/printf-2.c     |    3 +-
 gcc/testsuite/gcc.c-torture/execute/user-printf.c  |    3 +-
 gcc/testsuite/gcc.dg/Warray-bounds-88.c            |  134 ++
 gcc/testsuite/gcc.dg/Wstringop-overread.c          |   32 +-
 gcc/testsuite/gcc.dg/analyzer/data-model-22.c      |  101 ++
 gcc/testsuite/gcc.dg/analyzer/data-model-23.c      |   26 +
 gcc/testsuite/gcc.dg/analyzer/function-ptr-2.c     |    5 +-
 gcc/testsuite/gcc.dg/analyzer/function-ptr-4.c     |   24 +
 gcc/testsuite/gcc.dg/analyzer/malloc-callbacks.c   |    2 +-
 gcc/testsuite/gcc.dg/analyzer/pr100546.c           |   17 +
 gcc/testsuite/gcc.dg/analyzer/pr101837.c           |   10 +
 gcc/testsuite/gcc.dg/analyzer/pr101875.c           |   16 +
 gcc/testsuite/gcc.dg/analyzer/pr101962.c           |   51 +
 gcc/testsuite/gcc.dg/analyzer/switch.c             |  141 +-
 gcc/testsuite/gcc.dg/analyzer/torture/switch-2.c   |   42 +
 gcc/testsuite/gcc.dg/analyzer/torture/switch-3.c   |  158 +++
 gcc/testsuite/gcc.dg/analyzer/torture/switch-4.c   |   27 +
 gcc/testsuite/gcc.dg/analyzer/torture/switch-5.c   |   68 +
 gcc/testsuite/gcc.dg/analyzer/uninit-6.c           |   29 +
 gcc/testsuite/gcc.dg/analyzer/uninit-6b.c          |   29 +
 gcc/testsuite/gcc.dg/c11-qual-1.c                  |   11 +
 gcc/testsuite/gcc.dg/c2x-qual-1.c                  |   30 +
 gcc/testsuite/gcc.dg/c2x-qual-2.c                  |   30 +
 gcc/testsuite/gcc.dg/c2x-qual-3.c                  |   30 +
 gcc/testsuite/gcc.dg/c2x-qual-4.c                  |  105 ++
 gcc/testsuite/gcc.dg/c2x-qual-5.c                  |  101 ++
 gcc/testsuite/gcc.dg/c2x-qual-6.c                  |  114 ++
 gcc/testsuite/gcc.dg/c2x-qual-7.c                  |   16 +
 gcc/testsuite/gcc.dg/diagnostic-input-charset-1.c  |   17 +
 gcc/testsuite/gcc.dg/diagnostic-input-utf8-bom.c   |   14 +
 gcc/testsuite/gcc.dg/fold-convlshift-1.c           |   20 +
 gcc/testsuite/gcc.dg/fold-convlshift-2.c           |   20 +
 gcc/testsuite/gcc.dg/fold-convlshift-3.c           |    8 +
 gcc/testsuite/gcc.dg/guality/pr101905.c            |   15 +
 gcc/testsuite/gcc.dg/ipa/modref-1.c                |    8 +-
 gcc/testsuite/gcc.dg/lto/pr101949_0.c              |   20 +
 gcc/testsuite/gcc.dg/lto/pr101949_1.c              |    4 +
 gcc/testsuite/gcc.dg/optimize-bswapdi-1.c          |    4 +-
 gcc/testsuite/gcc.dg/optimize-bswapdi-2.c          |    4 +-
 gcc/testsuite/gcc.dg/optimize-bswapsi-1.c          |    4 +-
 gcc/testsuite/gcc.dg/optimize-bswapsi-3.c          |    4 +-
 gcc/testsuite/gcc.dg/optimize-bswapsi-5.c          |    4 +-
 gcc/testsuite/gcc.dg/pointer-array-quals-1.c       |    2 +-
 gcc/testsuite/gcc.dg/pointer-array-quals-2.c       |    2 +-
 gcc/testsuite/gcc.dg/pr20126.c                     |    6 +
 gcc/testsuite/gcc.dg/pr78213.c                     |    3 +-
 gcc/testsuite/gcc.dg/pr86723.c                     |   63 +
 gcc/testsuite/gcc.dg/predict-1.c                   |    2 +-
 gcc/testsuite/gcc.dg/torture/pr79334-0.c           |   23 +
 gcc/testsuite/gcc.dg/torture/pr79334-1.c           |    1 +
 gcc/testsuite/gcc.dg/tree-ssa/evrp-trans.c         |  144 +++
 gcc/testsuite/gcc.dg/tree-ssa/evrp1.c              |    2 +-
 gcc/testsuite/gcc.dg/tree-ssa/evrp2.c              |    2 +-
 gcc/testsuite/gcc.dg/tree-ssa/evrp3.c              |    2 +-
 gcc/testsuite/gcc.dg/tree-ssa/evrp4.c              |    2 +-
 gcc/testsuite/gcc.dg/tree-ssa/evrp6.c              |    3 +-
 gcc/testsuite/gcc.dg/tree-ssa/modref-4.c           |    8 +-
 gcc/testsuite/gcc.dg/tree-ssa/modref-7.c           |   13 +
 gcc/testsuite/gcc.dg/tree-ssa/modref-8.c           |   25 +
 gcc/testsuite/gcc.dg/tree-ssa/pr64130.c            |    3 +-
 gcc/testsuite/gcc.dg/vect/pr101145.c               |  187 +++
 gcc/testsuite/gcc.dg/vect/pr101145.inc             |   65 +
 gcc/testsuite/gcc.dg/vect/pr101145_1.c             |   13 +
 gcc/testsuite/gcc.dg/vect/pr101145_2.c             |   13 +
 gcc/testsuite/gcc.dg/vect/pr101145_3.c             |   13 +
 gcc/testsuite/gcc.dg/vect/pr101145inf.c            |   25 +
 gcc/testsuite/gcc.dg/vect/pr101145inf.inc          |   28 +
 gcc/testsuite/gcc.dg/vect/pr101145inf_1.c          |   23 +
 gcc/testsuite/gcc.dg/vect/pr102046.c               |   19 +
 gcc/testsuite/gcc.dg/warn-strnlen-no-nul.c         |   39 +-
 gcc/testsuite/gcc.target/arm/acle/pr100856.c       |    4 +-
 .../arm/cmse/mainline/8_1m/soft/cmse-13a.c         |   31 +
 .../arm/cmse/mainline/8_1m/soft/cmse-7a.c          |   28 +
 .../arm/cmse/mainline/8_1m/soft/cmse-8a.c          |   30 +
 .../arm/cmse/mainline/8_1m/softfp-sp/cmse-7a.c     |   27 +
 .../arm/cmse/mainline/8_1m/softfp-sp/cmse-8a.c     |   29 +
 .../arm/cmse/mainline/8_1m/softfp/cmse-13a.c       |   30 +
 .../arm/cmse/mainline/8_1m/softfp/cmse-7a.c        |   27 +
 .../arm/cmse/mainline/8_1m/softfp/cmse-8a.c        |   29 +
 .../gcc.target/i386/avx2-shiftqihi-constant-1.c    |    2 +-
 .../i386/avx512bw-shiftqihi-constant-1.c           |    4 +-
 gcc/testsuite/gcc.target/i386/avx512f-pr101471.c   |   18 +
 gcc/testsuite/gcc.target/i386/mvc5.c               |    4 +
 gcc/testsuite/gcc.target/i386/mvc7.c               |    8 +-
 gcc/testsuite/gcc.target/i386/pr100865-10b.c       |    1 -
 gcc/testsuite/gcc.target/i386/pr100865-4b.c        |    3 +-
 gcc/testsuite/gcc.target/i386/pr100865-6b.c        |    6 +-
 gcc/testsuite/gcc.target/i386/pr100865-7b.c        |    6 +-
 gcc/testsuite/gcc.target/i386/pr101716.c           |   11 +
 gcc/testsuite/gcc.target/i386/pr101950-1.c         |   20 +
 gcc/testsuite/gcc.target/i386/pr101950-2.c         |   19 +
 gcc/testsuite/gcc.target/i386/pr101989-1.c         |   51 +
 gcc/testsuite/gcc.target/i386/pr101989-2.c         |  102 ++
 .../gcc.target/i386/pr101989-broadcast-1.c         |   31 +
 gcc/testsuite/gcc.target/i386/pr102016.c           |   10 +
 gcc/testsuite/gcc.target/i386/pr102021.c           |   15 +
 gcc/testsuite/gcc.target/i386/pr86723.c            |   52 +
 gcc/testsuite/gcc.target/i386/pr95778-1.c          |    4 +-
 gcc/testsuite/gcc.target/i386/pr95778-2.c          |    4 +-
 gcc/testsuite/gcc.target/i386/pr99881.c            |    2 +-
 .../gcc.target/i386/sse2-shiftqihi-constant-1.c    |    2 +-
 gcc/testsuite/gcc.target/mips/pr101922.c           |   19 +
 gcc/testsuite/gcc.target/powerpc/pr101849.c        |   22 +
 gcc/testsuite/gcc.target/powerpc/pr70117.c         |   24 +-
 .../gcc.target/powerpc/unpack-vectorize-1.c        |   18 +
 .../gcc.target/powerpc/unpack-vectorize-1.h        |   14 +
 .../gcc.target/powerpc/unpack-vectorize-2.c        |   12 +
 .../gcc.target/powerpc/unpack-vectorize-2.h        |    7 +
 .../gcc.target/powerpc/unpack-vectorize-3.c        |   11 +
 .../gcc.target/powerpc/unpack-vectorize-3.h        |    7 +
 .../gcc.target/powerpc/unpack-vectorize-run-1.c    |   24 +
 .../gcc.target/powerpc/unpack-vectorize-run-2.c    |   16 +
 .../gcc.target/powerpc/unpack-vectorize-run-3.c    |   16 +
 .../gcc.target/powerpc/unpack-vectorize.h          |   42 +
 gcc/testsuite/gfortran.dg/goacc/asyncwait-1.f95    |    2 +-
 gcc/testsuite/gfortran.dg/goacc/default-2.f        |   32 +-
 .../gfortran.dg/goacc/enter-exit-data.f95          |    4 +-
 gcc/testsuite/gfortran.dg/goacc/if.f95             |   12 +-
 .../gfortran.dg/goacc/parallel-kernels-clauses.f95 |   16 +-
 gcc/testsuite/gfortran.dg/goacc/routine-6.f90      |    2 +-
 gcc/testsuite/gfortran.dg/goacc/sie.f95            |   20 +-
 .../gfortran.dg/goacc/update-if_present-2.f90      |   10 +-
 gcc/testsuite/gfortran.dg/gomp/cancel-2.f90        |    4 +-
 gcc/testsuite/gfortran.dg/gomp/declare-simd-1.f90  |    2 +-
 gcc/testsuite/gfortran.dg/gomp/error-1.f90         |   51 +
 gcc/testsuite/gfortran.dg/gomp/error-2.f90         |   15 +
 gcc/testsuite/gfortran.dg/gomp/error-3.f90         |   88 ++
 gcc/testsuite/gfortran.dg/gomp/loop-2.f90          |    2 +-
 gcc/testsuite/gfortran.dg/gomp/masked-2.f90        |    2 +-
 gcc/testsuite/gfortran.dg/{ => gomp}/nothing-1.f90 |    0
 gcc/testsuite/gfortran.dg/{ => gomp}/nothing-2.f90 |    2 +-
 gcc/testsuite/gfortran.dg/pr100950.f90             |   53 +
 gcc/testsuite/gfortran.dg/pr98411.f90              |    4 +-
 gcc/testsuite/jit.dg/harness.h                     |    2 +-
 gcc/testsuite/jit.dg/jit.exp                       |    7 +-
 gcc/testsuite/jit.dg/test-asm.c                    |   13 +
 gcc/testsuite/jit.dg/test-asm.cc                   |   12 +
 gcc/testsuite/lib/target-supports.exp              |  159 ++-
 gcc/testsuite/obj-c++.dg/pr101666-0.mm             |    7 +
 gcc/testsuite/obj-c++.dg/pr101666-1.mm             |   10 +
 gcc/testsuite/obj-c++.dg/pr101666.inc              |   29 +
 gcc/testsuite/objc.dg/pr101666-0.m                 |    7 +
 gcc/testsuite/objc.dg/pr101666-1.m                 |   10 +
 gcc/testsuite/objc.dg/pr101666.inc                 |   29 +
 gcc/tree-pretty-print.c                            |    4 +
 gcc/tree-ssa-ccp.c                                 |   62 +
 gcc/tree-ssa-loop-niter.c                          |  157 ++-
 gcc/tree-ssa-sccvn.c                               |   30 +-
 gcc/tree-ssa-structalias.c                         |   22 +-
 gcc/tree-vect-data-refs.c                          |   21 +-
 gcc/tree-vect-generic.c                            |    7 +-
 gcc/tree-vect-loop.c                               |   19 +-
 gcc/tree-vect-slp.c                                |   76 +-
 gcc/tree-vectorizer.c                              |   15 +-
 gcc/tree-vectorizer.h                              |    2 +-
 gcc/tree.h                                         |    5 +
 gcc/value-relation.cc                              |  287 +++-
 gcc/value-relation.h                               |    9 +-
 include/ChangeLog                                  |    4 +
 include/gomp-constants.h                           |    1 +
 libcpp/ChangeLog                                   |   17 +
 libcpp/charset.c                                   |  109 +-
 libcpp/files.c                                     |   56 +-
 libcpp/include/cpplib.h                            |   18 +
 libgcc/ChangeLog                                   |   10 +
 libgcc/config.host                                 |    1 -
 libgcc/config/arm/cmse_nonsecure_call.S            |    5 +
 libgcc/config/i386/cygming-crtend.c                |    6 +
 libgomp/ChangeLog                                  |   67 +
 libgomp/config/nvptx/error.c                       |   32 +-
 libgomp/error.c                                    |   31 +
 libgomp/libgomp.map                                |    2 +
 libgomp/libgomp_g.h                                |    5 +
 libgomp/taskloop.c                                 |   27 +-
 libgomp/testsuite/lib/libgomp.exp                  |   17 +-
 libgomp/testsuite/libgomp.c-c++-common/error-1.c   |   59 +
 .../libgomp.c-c++-common/on_device_arch.h          |   13 +
 libgomp/testsuite/libgomp.c-c++-common/target-45.c |    2 +-
 .../testsuite/libgomp.c-c++-common/taskloop-4.c    |    3 +-
 .../testsuite/libgomp.c-c++-common/taskloop-5.c    |  135 ++
 libgomp/testsuite/libgomp.c/address-space-1.c      |   28 +
 libgomp/testsuite/libgomp.fortran/error-1.f90      |   87 ++
 libgomp/testsuite/libgomp.fortran/target10.f90     |    3 +-
 libgomp/testsuite/libgomp.fortran/taskloop-4-a.f90 |   86 ++
 libgomp/testsuite/libgomp.fortran/taskloop-4.f90   |   41 +
 libgomp/testsuite/libgomp.fortran/taskloop-5-a.f90 |   95 ++
 libgomp/testsuite/libgomp.fortran/taskloop-5.f90   |   75 ++
 libiberty/ChangeLog                                |   10 +
 libiberty/simple-object-mach-o.c                   |    5 +
 libstdc++-v3/ChangeLog                             |  219 ++++
 libstdc++-v3/configure                             |   82 +-
 libstdc++-v3/configure.ac                          |    5 +
 libstdc++-v3/doc/doxygen/user.cfg.in               |   95 +-
 libstdc++-v3/doc/html/manual/status.html           |    9 +-
 libstdc++-v3/doc/xml/manual/status_cxx2020.xml     |   13 +-
 libstdc++-v3/include/bits/shared_ptr.h             |   20 +-
 libstdc++-v3/include/bits/stl_algo.h               |   86 +-
 libstdc++-v3/include/bits/stl_function.h           |  134 +-
 libstdc++-v3/include/bits/stl_tree.h               |    2 +-
 libstdc++-v3/include/bits/stl_uninitialized.h      |  100 +-
 libstdc++-v3/include/bits/unique_ptr.h             |   86 +-
 libstdc++-v3/include/debug/deque                   |    7 +-
 libstdc++-v3/include/debug/forward_list            |    7 +-
 libstdc++-v3/include/debug/list                    |    7 +-
 libstdc++-v3/include/debug/vector                  |    7 +-
 libstdc++-v3/include/experimental/internet         |   16 +-
 libstdc++-v3/include/experimental/socket           |   22 +-
 libstdc++-v3/include/ext/rope                      |    5 -
 libstdc++-v3/include/ext/type_traits.h             |   16 +-
 libstdc++-v3/include/std/charconv                  |    6 +-
 libstdc++-v3/include/std/complex                   |   29 -
 libstdc++-v3/include/std/ranges                    |    3 +-
 libstdc++-v3/include/std/tuple                     |    6 +-
 libstdc++-v3/include/std/type_traits               |   80 +-
 libstdc++-v3/include/std/valarray                  |   20 +-
 libstdc++-v3/include/std/version                   |    4 +
 libstdc++-v3/libsupc++/dyncast.cc                  |    8 +-
 libstdc++-v3/python/libstdcxx/v6/printers.py       |   10 +-
 libstdc++-v3/src/c++11/cxx11-shim_facets.cc        |   28 +-
 libstdc++-v3/src/filesystem/ops-common.h           |    2 +-
 libstdc++-v3/testsuite/17_intro/names.cc           |   12 +
 .../is_corresponding_member.cc                     |   19 +
 .../20_util/is_layout_compatible/value.cc          |   56 +
 .../20_util/is_layout_compatible/version.cc        |   10 +
 .../is_pointer_interconvertible/with_class.cc      |   29 +
 .../specialized_algorithms/uninitialized_copy/1.cc |    2 +-
 .../uninitialized_copy/102064.cc                   |   52 +
 .../uninitialized_copy_n/102064.cc                 |   48 +
 .../uninitialized_fill/102064.cc                   |   51 +
 .../uninitialized_fill_n/102064.cc                 |   51 +
 .../testsuite/20_util/tuple/cons/101960.cc         |    4 +
 .../testsuite/23_containers/span/layout_compat.cc  |   19 +-
 .../testsuite/23_containers/vector/cons/89164.cc   |   14 +-
 .../23_containers/vector/cons/89164_c++17.cc       |   49 -
 .../filesystem/iterators/directory_iterator.cc     |   36 +-
 .../iterators/recursive_directory_iterator.cc      |   97 +-
 .../27_io/filesystem/operations/exists.cc          |    6 +-
 .../27_io/filesystem/operations/is_empty.cc        |    6 +-
 .../27_io/filesystem/operations/remove.cc          |   21 +-
 .../27_io/filesystem/operations/remove_all.cc      |    7 +-
 .../27_io/filesystem/operations/status.cc          |    6 +-
 .../27_io/filesystem/operations/symlink_status.cc  |    3 +
 .../filesystem/operations/temp_directory_path.cc   |    6 +-
 .../filesystem/iterators/directory_iterator.cc     |   32 +-
 .../iterators/recursive_directory_iterator.cc      |   98 +-
 .../experimental/filesystem/operations/exists.cc   |    6 +-
 .../experimental/filesystem/operations/is_empty.cc |    6 +-
 .../experimental/filesystem/operations/remove.cc   |   21 +-
 .../filesystem/operations/remove_all.cc            |    7 +-
 .../filesystem/operations/temp_directory_path.cc   |    3 +
 .../experimental/net/internet/resolver/base.cc     |    6 +
 .../experimental/net/socket/basic_socket.cc        |    6 +-
 .../experimental/net/socket/socket_base.cc         |   12 +-
 .../testsuite/libstdc++-prettyprinters/simple.cc   |   14 +-
 .../testsuite/libstdc++-prettyprinters/simple11.cc |   14 +-
 libstdc++-v3/testsuite/std/ranges/istream_view.cc  |   10 +
 libstdc++-v3/testsuite/util/testsuite_fs.h         |   18 +-
 440 files changed, 17207 insertions(+), 3322 deletions(-)


             reply	other threads:[~2021-08-27  0:43 UTC|newest]

Thread overview: 68+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-27  0:43 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-20 11:35 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-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=20210827004340.94F6A3858415@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).