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: Thu,  8 Sep 2022 15:03:51 +0000 (GMT)	[thread overview]
Message-ID: <20220908150351.1007538582A1@sourceware.org> (raw)

https://gcc.gnu.org/g:89ef821b0883bd4d1c80b6b956c3d84baa3cf181

commit 89ef821b0883bd4d1c80b6b956c3d84baa3cf181
Merge: 971d9ba31fa c8d3b44dfa2
Author: Gaius Mulley <gaiusmod2@gmail.com>
Date:   Thu Sep 8 16:03:24 2022 +0100

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

Diff:

 ChangeLog                                          |   14 +
 MAINTAINERS                                        |    6 +-
 configure                                          |    8 +-
 configure.ac                                       |    8 +-
 gcc/ChangeLog                                      |  940 ++++++++++++++++
 gcc/DATESTAMP                                      |    2 +-
 gcc/ada/ChangeLog                                  |  764 +++++++++++++
 gcc/ada/Makefile.rtl                               |    2 +
 gcc/ada/ali.adb                                    |   19 +-
 gcc/ada/aspects.ads                                |    6 +-
 gcc/ada/bindgen.adb                                |    1 +
 gcc/ada/bindusg.adb                                |    5 +
 gcc/ada/checks.adb                                 |    3 +-
 gcc/ada/debug.adb                                  |    8 +-
 .../doc/gnat_rm/implementation_defined_aspects.rst |   16 +-
 .../gnat_rm/implementation_defined_attributes.rst  |    7 -
 .../doc/gnat_rm/implementation_defined_pragmas.rst |    3 +-
 .../building_executable_programs_with_gnat.rst     |   97 +-
 .../doc/gnat_ugn/gnat_and_program_execution.rst    |    7 +-
 gcc/ada/einfo-utils.adb                            |    2 +-
 gcc/ada/exp_aggr.adb                               |   38 +-
 gcc/ada/exp_attr.adb                               |  138 ++-
 gcc/ada/exp_ch11.adb                               |    3 -
 gcc/ada/exp_ch3.adb                                |  137 ++-
 gcc/ada/exp_ch3.ads                                |   16 +-
 gcc/ada/exp_ch4.adb                                |    5 +
 gcc/ada/exp_ch5.adb                                |   37 +-
 gcc/ada/exp_ch6.adb                                |   52 +-
 gcc/ada/exp_ch6.ads                                |   12 +
 gcc/ada/exp_ch7.adb                                |  224 +---
 gcc/ada/exp_ch9.adb                                |   58 +-
 gcc/ada/exp_unst.adb                               |   11 +-
 gcc/ada/exp_util.adb                               |   18 +-
 gcc/ada/exp_util.ads                               |    5 -
 gcc/ada/freeze.adb                                 |  125 +-
 gcc/ada/gcc-interface/decl.cc                      |    1 +
 gcc/ada/gcc-interface/trans.cc                     |  261 +++--
 gcc/ada/gcc-interface/utils.cc                     |   28 +-
 gcc/ada/gen_il-fields.ads                          |    1 -
 gcc/ada/gen_il-gen-gen_nodes.adb                   |   10 +-
 gcc/ada/gnat_rm.texi                               | 1003 ++++++++---------
 gcc/ada/gnat_ugn.texi                              |  120 +-
 gcc/ada/inline.adb                                 |   18 +-
 gcc/ada/layout.adb                                 |   12 +-
 gcc/ada/libgnarl/s-tpoben.ads                      |   11 +-
 gcc/ada/libgnat/a-cforse.ads                       |    7 +-
 gcc/ada/libgnat/a-coinve.adb                       |   41 +-
 gcc/ada/libgnat/a-convec.adb                       |   47 +-
 gcc/ada/libgnat/a-coorse.ads                       |    6 +-
 gcc/ada/libgnat/a-strsup.adb                       |   15 +-
 gcc/ada/libgnat/a-stwisu.adb                       |    8 +-
 gcc/ada/libgnat/a-stzsup.adb                       |   14 +-
 gcc/ada/libgnat/s-powflt.ads                       |   30 +-
 gcc/ada/libgnat/s-powlfl.ads                       |   63 +-
 gcc/ada/libgnat/s-powllf.ads                       |   73 +-
 gcc/ada/libgnat/s-valflt.ads                       |    5 +-
 gcc/ada/libgnat/s-vallfl.ads                       |    5 +-
 gcc/ada/libgnat/s-valllf.ads                       |    5 +-
 gcc/ada/libgnat/s-valrea.adb                       |  345 +++---
 gcc/ada/libgnat/s-valrea.ads                       |    8 +-
 gcc/ada/libgnat/s-valued.adb                       |   30 +-
 gcc/ada/libgnat/s-valuef.adb                       |   32 +-
 gcc/ada/libgnat/s-valuer.adb                       |  219 ++--
 gcc/ada/libgnat/s-valuer.ads                       |   31 +-
 gcc/ada/opt.ads                                    |    4 +
 gcc/ada/par-ch4.adb                                |    1 -
 gcc/ada/par-ch5.adb                                |   25 +-
 gcc/ada/sem.ads                                    |   37 +-
 gcc/ada/sem_aggr.adb                               |  169 ++-
 gcc/ada/sem_aggr.ads                               |    4 +
 gcc/ada/sem_attr.adb                               |   44 +-
 gcc/ada/sem_case.adb                               |   27 +-
 gcc/ada/sem_ch13.adb                               |  816 +++++++-------
 gcc/ada/sem_ch13.ads                               |   30 +
 gcc/ada/sem_ch3.adb                                |  106 +-
 gcc/ada/sem_ch4.adb                                |  144 ++-
 gcc/ada/sem_ch5.adb                                |   13 +-
 gcc/ada/sem_ch6.adb                                | 1190 +++++++++++++++-----
 gcc/ada/sem_ch6.ads                                |   16 +
 gcc/ada/sem_ch9.adb                                |  368 +++---
 gcc/ada/sem_elab.adb                               |    8 +-
 gcc/ada/sem_eval.adb                               |    1 +
 gcc/ada/sem_prag.adb                               |   14 +-
 gcc/ada/sem_res.adb                                |   18 +-
 gcc/ada/sem_util.adb                               |   78 +-
 gcc/ada/sem_util.ads                               |    6 -
 gcc/ada/sigtramp-vxworks-target.h                  |    2 +-
 gcc/ada/sinfo-utils.ads                            |    6 +
 gcc/ada/sinfo.ads                                  |   39 +-
 gcc/ada/snames.adb-tmpl                            |    3 -
 gcc/ada/snames.ads-tmpl                            |   19 +-
 gcc/ada/sprint.adb                                 |   48 +-
 gcc/ada/switch-b.adb                               |    6 +
 gcc/ada/treepr.adb                                 |   22 +-
 gcc/analyzer/ChangeLog                             |   14 +
 gcc/analyzer/region-model-impl-calls.cc            |   16 +-
 gcc/analyzer/region-model.cc                       |   29 +
 gcc/analyzer/region-model.h                        |    3 +
 gcc/analyzer/region.cc                             |   10 +
 gcc/analyzer/region.h                              |    2 +
 gcc/builtins.cc                                    |    8 +-
 gcc/c-family/ChangeLog                             |   32 +
 gcc/c-family/c-common.cc                           |   14 +-
 gcc/c-family/c-common.h                            |    4 +
 gcc/c-family/c-lex.cc                              |    6 +-
 gcc/c-family/c-omp.cc                              |   28 +-
 gcc/c-family/c-pragma.h                            |    1 +
 gcc/c-family/c-warn.cc                             |   94 ++
 gcc/c-family/c.opt                                 |   12 +-
 gcc/c/ChangeLog                                    |   57 +
 gcc/c/c-parser.cc                                  |  202 +++-
 gcc/c/c-tree.h                                     |    3 +
 gcc/c/c-typeck.cc                                  |   22 +-
 gcc/collect2.cc                                    |    7 +
 gcc/common/config/riscv/riscv-common.cc            |    4 +
 gcc/config.gcc                                     |   10 +-
 gcc/config.in                                      |    7 +
 gcc/config/aarch64/aarch64-builtins.cc             |    9 +-
 gcc/config/aarch64/aarch64-c.cc                    |   13 -
 gcc/config/aarch64/aarch64-d.cc                    |    1 +
 gcc/config/aarch64/aarch64-d.h                     |   24 +
 gcc/config/aarch64/aarch64-protos.h                |    7 +-
 gcc/config/aarch64/aarch64.cc                      |   20 +-
 gcc/config/aarch64/aarch64.h                       |    8 +-
 gcc/config/aarch64/aarch64.md                      |   38 +-
 gcc/config/alpha/alpha.h                           |    2 +-
 gcc/config/arc/arc.cc                              |    2 +-
 gcc/config/arc/arc.h                               |    4 +-
 gcc/config/arm/arm-d.cc                            |    3 +-
 gcc/config/arm/arm-d.h                             |   24 +
 gcc/config/arm/arm-protos.h                        |    6 +-
 gcc/config/arm/arm.cc                              |    2 +-
 gcc/config/arm/arm.h                               |    6 +-
 gcc/config/arm/mve.md                              |   30 +-
 gcc/config/bfin/bfin.h                             |    4 +-
 gcc/config/bpf/bpf.cc                              |   18 +-
 gcc/config/bpf/bpf.h                               |    2 +-
 gcc/config/c6x/c6x.cc                              |    2 +-
 gcc/config/c6x/c6x.h                               |    4 +-
 gcc/config/cris/cris.h                             |    4 +-
 gcc/config/csky/csky.cc                            |    6 +-
 gcc/config/csky/csky.h                             |   12 +-
 gcc/config/csky/csky.md                            |    6 +-
 gcc/config/darwin-d.cc                             |    1 +
 gcc/config/default-d.cc                            |    4 +-
 gcc/config/dragonfly-d.cc                          |    1 +
 gcc/config/freebsd-d.cc                            |    3 +-
 gcc/config/frv/frv.h                               |   12 +-
 gcc/config/gcn/gcn-hsa.h                           |    2 +-
 gcc/config/gcn/gcn.cc                              |    2 +-
 gcc/config/glibc-d.cc                              |    3 +-
 gcc/config/i386/bsd.h                              |    2 +-
 gcc/config/i386/cygming.h                          |   14 +-
 gcc/config/i386/darwin.h                           |   10 +-
 gcc/config/i386/djgpp.h                            |    4 +-
 gcc/config/i386/dragonfly.h                        |    6 +-
 gcc/config/i386/freebsd.h                          |    6 +-
 gcc/config/i386/gas.h                              |    2 +-
 gcc/config/i386/gnu-user.h                         |    6 +-
 gcc/config/i386/i386-builtin.def                   |    2 +-
 gcc/config/i386/i386-d.cc                          |    1 +
 gcc/config/i386/i386-d.h                           |   26 +
 gcc/config/i386/i386-expand.cc                     |   15 +-
 gcc/config/i386/i386-protos.h                      |    5 -
 gcc/config/i386/i386.cc                            |    6 +-
 gcc/config/i386/i386.h                             |   17 +-
 gcc/config/i386/i386.md                            |    9 +-
 gcc/config/i386/i386elf.h                          |    6 +-
 gcc/config/i386/iamcu.h                            |    6 +-
 gcc/config/i386/lynx.h                             |    6 +-
 gcc/config/i386/netbsd-elf.h                       |    4 +-
 gcc/config/i386/nto.h                              |    2 +-
 gcc/config/i386/openbsdelf.h                       |    6 +-
 gcc/config/i386/sse.md                             |   37 +-
 gcc/config/i386/subst.md                           |    1 +
 gcc/config/i386/sysv4.h                            |    4 +-
 gcc/config/i386/vxworks.h                          |    8 +-
 gcc/config/i386/winnt-d.cc                         |    2 +-
 gcc/config/i386/x86-64.h                           |    6 +-
 gcc/config/ia64/ia64-protos.h                      |    2 +-
 gcc/config/ia64/ia64.cc                            |   16 +-
 gcc/config/ia64/ia64.h                             |   14 -
 gcc/config/ia64/sysv4.h                            |    4 +-
 gcc/config/lm32/lm32.h                             |    2 +-
 gcc/config/loongarch/genopts/loongarch.opt.in      |    4 +
 gcc/config/loongarch/loongarch.cc                  |   19 +
 gcc/config/loongarch/loongarch.opt                 |    4 +
 gcc/config/m32c/m32c.cc                            |    2 +-
 gcc/config/m32c/m32c.h                             |    2 +-
 gcc/config/m68k/linux.h                            |    4 +-
 gcc/config/m68k/m68k.h                             |    4 +-
 gcc/config/m68k/m68kelf.h                          |    4 +-
 gcc/config/m68k/netbsd-elf.h                       |    6 +-
 gcc/config/microblaze/microblaze.cc                |    8 +-
 gcc/config/microblaze/microblaze.h                 |    8 +-
 gcc/config/mips/mips-d.cc                          |    1 +
 gcc/config/mips/mips-d.h                           |   24 +
 gcc/config/mips/mips-protos.h                      |    4 -
 gcc/config/mips/mips.h                             |    4 -
 gcc/config/mips/vxworks.h                          |    2 +-
 gcc/config/mmix/mmix-protos.h                      |    2 +-
 gcc/config/mmix/mmix.cc                            |    6 +-
 gcc/config/mmix/mmix.h                             |   13 +-
 gcc/config/msp430/msp430.cc                        |    2 +-
 gcc/config/nds32/nds32-protos.h                    |    2 +-
 gcc/config/nds32/nds32.cc                          |    8 +-
 gcc/config/nds32/nds32.h                           |    2 +-
 gcc/config/netbsd-d.cc                             |    3 +-
 gcc/config/nvptx/nvptx.h                           |    5 +-
 gcc/config/openbsd-d.cc                            |    3 +-
 gcc/config/or1k/or1k.h                             |    2 +-
 gcc/config/pa/pa-d.cc                              |    1 +
 gcc/config/pa/pa-d.h                               |   24 +
 gcc/config/pa/pa-protos.h                          |    4 -
 gcc/config/pa/pa.h                                 |    4 -
 gcc/config/pa/pa32-regs.h                          |    6 +-
 gcc/config/pa/pa64-regs.h                          |    6 +-
 gcc/config/riscv/riscv-d.cc                        |    1 +
 gcc/config/riscv/riscv-d.h                         |   24 +
 gcc/config/riscv/riscv-opts.h                      |    3 +
 gcc/config/riscv/riscv-protos.h                    |    4 -
 gcc/config/riscv/riscv.h                           |    4 -
 gcc/config/riscv/riscv.md                          |   28 +-
 gcc/config/riscv/riscv.opt                         |    3 +
 gcc/config/rs6000/rs6000-builtin.cc                |    8 +-
 gcc/config/rs6000/rs6000-d.cc                      |    1 +
 gcc/config/rs6000/rs6000-d.h                       |   24 +
 gcc/config/rs6000/rs6000-protos.h                  |    6 +-
 gcc/config/rs6000/rs6000.cc                        |   13 +-
 gcc/config/rs6000/rs6000.h                         |    8 +-
 gcc/config/rs6000/rs6000.md                        |   26 +-
 gcc/config/rs6000/rtems.h                          |    3 +-
 gcc/config/rs6000/t-rtems                          |    5 +
 gcc/config/rs6000/xcoff.h                          |    3 +
 gcc/config/s390/s390-d.cc                          |    1 +
 gcc/config/s390/s390-d.h                           |   24 +
 gcc/config/s390/s390-protos.h                      |    4 -
 gcc/config/s390/s390.h                             |    6 +-
 gcc/config/sh/elf.h                                |    2 +-
 gcc/config/sh/linux.h                              |    8 +-
 gcc/config/sh/sh.h                                 |    6 +-
 gcc/config/sol2-d.cc                               |    3 +-
 gcc/config/sparc/sparc-d.cc                        |    1 +
 gcc/config/sparc/sparc-d.h                         |   24 +
 gcc/config/sparc/sparc-protos.h                    |    4 -
 gcc/config/sparc/sparc.h                           |    4 -
 gcc/config/visium/visium.h                         |    4 +-
 gcc/config/xtensa/elf.h                            |    2 +-
 gcc/config/xtensa/linux.h                          |    7 +-
 gcc/config/xtensa/uclinux.h                        |    2 +-
 gcc/config/xtensa/xtensa-protos.h                  |    2 +-
 gcc/config/xtensa/xtensa.cc                        |    2 +-
 gcc/config/xtensa/xtensa.h                         |    2 +-
 gcc/configure                                      |   46 +-
 gcc/configure.ac                                   |   16 +-
 gcc/cp/ChangeLog                                   |   81 ++
 gcc/cp/coroutines.cc                               |    9 +
 gcc/cp/cp-tree.h                                   |   19 +-
 gcc/cp/decl.cc                                     |   41 +-
 gcc/cp/parser.cc                                   |  201 +++-
 gcc/cp/pt.cc                                       |   24 +-
 gcc/cp/semantics.cc                                |   36 +-
 gcc/defaults.h                                     |    8 +-
 gcc/doc/invoke.texi                                |   38 +-
 gcc/doc/tm.texi                                    |   19 +-
 gcc/doc/tm.texi.in                                 |   19 +-
 gcc/dwarf2asm.cc                                   |   13 +-
 gcc/dwarf2out.cc                                   |  137 ++-
 gcc/except.cc                                      |    2 +-
 gcc/fold-const-call.cc                             |    2 +-
 gcc/fortran/ChangeLog                              |   57 +
 gcc/fortran/decl.cc                                |    3 +-
 gcc/fortran/dump-parse-tree.cc                     |   38 +-
 gcc/fortran/gfortran.h                             |   13 +-
 gcc/fortran/openmp.cc                              |  222 ++--
 gcc/fortran/parse.cc                               |    3 +-
 gcc/fortran/trans-expr.cc                          |   10 +-
 gcc/fortran/trans-openmp.cc                        |   43 +-
 gcc/gimple-predicate-analysis.cc                   |  359 +++---
 gcc/gimple-predicate-analysis.h                    |    4 +-
 gcc/gimple-range-fold.cc                           |   16 +-
 gcc/gimple.h                                       |   24 +-
 gcc/gimplify.cc                                    |  109 +-
 gcc/ginclude/stdalign.h                            |    3 +-
 gcc/ginclude/stdbool.h                             |    5 +-
 gcc/go/ChangeLog                                   |    6 +
 gcc/go/gofrontend/MERGE                            |    2 +-
 gcc/lto-streamer-out.cc                            |    3 +
 gcc/match.pd                                       |    2 +-
 gcc/omp-expand.cc                                  |   48 +-
 gcc/omp-general.cc                                 |   12 +-
 gcc/omp-low.cc                                     |  128 +--
 gcc/range-op-float.cc                              |  135 ++-
 gcc/real.cc                                        |   12 +-
 gcc/real.h                                         |    7 +
 gcc/realmpfr.cc                                    |    2 +-
 gcc/sched-rgn.cc                                   |   37 +-
 gcc/testsuite/ChangeLog                            |  286 +++++
 gcc/testsuite/c-c++-common/Wxor-used-as-pow-1.c    |   57 +
 .../c-c++-common/Wxor-used-as-pow-fixits.c         |   34 +
 .../c-c++-common/cpp/delimited-escape-seq-4.c      |   13 +
 .../c-c++-common/cpp/delimited-escape-seq-5.c      |   13 +
 .../c-c++-common/cpp/delimited-escape-seq-6.c      |   13 +
 .../c-c++-common/cpp/delimited-escape-seq-7.c      |   13 +
 .../cpp/named-universal-char-escape-5.c            |   17 +
 .../cpp/named-universal-char-escape-6.c            |   17 +
 .../cpp/named-universal-char-escape-7.c            |   17 +
 gcc/testsuite/c-c++-common/gomp/doacross-2.c       |   18 +-
 gcc/testsuite/c-c++-common/gomp/doacross-5.c       |   94 ++
 gcc/testsuite/c-c++-common/gomp/doacross-6.c       |  106 ++
 gcc/testsuite/c-c++-common/gomp/nesting-2.c        |   11 +-
 gcc/testsuite/c-c++-common/gomp/ordered-3.c        |   44 +-
 gcc/testsuite/c-c++-common/gomp/pr106836.c         |    9 +
 gcc/testsuite/c-c++-common/gomp/sink-3.c           |    2 +-
 gcc/testsuite/g++.dg/coroutines/pr106188.C         |   34 +
 gcc/testsuite/g++.dg/cpp1z/class-deduction113.C    |    5 +
 gcc/testsuite/g++.dg/cpp23/auto-array2.C           |    4 +-
 .../g++.dg/cpp23/named-universal-char-escape1.C    |   16 +
 .../g++.dg/cpp23/named-universal-char-escape2.C    |   18 +
 gcc/testsuite/g++.dg/cpp23/subscript8.C            |    7 +
 gcc/testsuite/g++.dg/gomp/pr106829.C               |   15 +
 gcc/testsuite/g++.dg/opt/pr106860.C                |   23 +
 gcc/testsuite/g++.dg/parse/expr3.C                 |    2 +-
 gcc/testsuite/g++.dg/pr106824.C                    |   76 ++
 gcc/testsuite/g++.dg/vect/pr106841.cc              |   52 +
 gcc/testsuite/g++.dg/warn/Wparentheses-10.C        |   14 +-
 gcc/testsuite/g++.dg/warn/Wparentheses-18.C        |    4 +-
 gcc/testsuite/g++.dg/warn/Wparentheses-19.C        |   12 +-
 gcc/testsuite/g++.dg/warn/Wparentheses-9.C         |    4 +-
 .../g++.dg/warn/Wxor-used-as-pow-named-op.C        |    8 +
 gcc/testsuite/g++.target/loongarch/pr106828.C      |    4 +
 gcc/testsuite/gcc.dg/Wparentheses-6.c              |    4 +-
 gcc/testsuite/gcc.dg/Wparentheses-7.c              |   12 +-
 .../gcc.dg/analyzer/fold-string-to-char.c          |    8 +
 gcc/testsuite/gcc.dg/analyzer/out-of-bounds-4.c    |   65 ++
 gcc/testsuite/gcc.dg/analyzer/strcpy-3.c           |   23 +
 gcc/testsuite/gcc.dg/c11-keywords-1.c              |   11 +
 gcc/testsuite/gcc.dg/c2x-align-1.c                 |   41 +
 gcc/testsuite/gcc.dg/c2x-align-6.c                 |    8 +
 gcc/testsuite/gcc.dg/c2x-bool-1.c                  |   14 +-
 gcc/testsuite/gcc.dg/c2x-bool-2.c                  |   42 +
 gcc/testsuite/gcc.dg/c2x-static-assert-3.c         |    6 +
 gcc/testsuite/gcc.dg/c2x-static-assert-4.c         |    6 +
 gcc/testsuite/gcc.dg/c2x-thread-local-1.c          |    6 +
 gcc/testsuite/gcc.dg/cpp/c11-trigraphs-1.c         |    5 +
 gcc/testsuite/gcc.dg/cpp/c2x-trigraphs-1.c         |   10 +
 gcc/testsuite/gcc.dg/cpp/c2x-trigraphs-2.c         |    5 +
 gcc/testsuite/gcc.dg/pr106844.c                    |   16 +
 gcc/testsuite/gcc.dg/precedence-1.c                |    4 +-
 gcc/testsuite/gcc.dg/tree-ssa/pr106819.c           |   24 +
 gcc/testsuite/gcc.dg/tree-ssa/pr106867.c           |   16 +
 gcc/testsuite/gcc.dg/tree-ssa/vrp-float-inf-1.c    |   15 +
 .../gcc.dg/tree-ssa/vrp-float-signbit-2.c          |   24 +
 gcc/testsuite/gcc.dg/uninit-pr106155-1.c           |   40 +
 gcc/testsuite/gcc.dg/uninit-pr106866.c             |   38 +
 gcc/testsuite/gcc.dg/uninit-pr106881.c             |   16 +
 gcc/testsuite/gcc.dg/uninit-pred-12.c              |   34 +
 gcc/testsuite/gcc.target/aarch64/movdf_1.c         |   53 +
 gcc/testsuite/gcc.target/aarch64/movdi_2.c         |   61 +
 gcc/testsuite/gcc.target/aarch64/movhf_1.c         |   53 +
 gcc/testsuite/gcc.target/aarch64/movhi_1.c         |   61 +
 gcc/testsuite/gcc.target/aarch64/movqi_1.c         |   61 +
 gcc/testsuite/gcc.target/aarch64/movsf_1.c         |   53 +
 gcc/testsuite/gcc.target/aarch64/movsi_1.c         |   61 +
 gcc/testsuite/gcc.target/aarch64/movtf_2.c         |   81 ++
 gcc/testsuite/gcc.target/aarch64/movti_2.c         |   86 ++
 gcc/testsuite/gcc.target/aarch64/movv16qi_1.c      |   82 ++
 gcc/testsuite/gcc.target/aarch64/movv8qi_1.c       |   55 +
 gcc/testsuite/gcc.target/aarch64/nofp_2.c          |   19 +
 gcc/testsuite/gcc.target/aarch64/spellcheck_10.c   |   13 +
 .../gcc.target/i386/avx512f-vcvtps2ph-sae.c        |   18 +
 gcc/testsuite/gcc.target/i386/pr103144-mul-1.c     |   51 +
 gcc/testsuite/gcc.target/i386/pr103144-mul-2.c     |   51 +
 gcc/testsuite/gcc.target/i386/pr103144-neg-1.c     |   51 +
 gcc/testsuite/gcc.target/i386/pr103144-neg-2.c     |   44 +
 gcc/testsuite/gcc.target/i386/pr103144-shift-1.c   |   70 ++
 gcc/testsuite/gcc.target/i386/pr103144-shift-2.c   |   79 ++
 gcc/testsuite/gcc.target/i386/pr106453.c           |   13 +
 gcc/testsuite/gcc.target/i386/pr106742.c           |   10 +
 .../gcc.target/loongarch/direct-extern-1.c         |    6 +
 .../gcc.target/loongarch/direct-extern-2.c         |    6 +
 gcc/testsuite/gcc.target/powerpc/pr105586.c        |   19 +
 gcc/testsuite/gcc.target/riscv/zmmul-1.c           |   20 +
 gcc/testsuite/gcc.target/riscv/zmmul-2.c           |   20 +
 gcc/testsuite/gfortran.dg/PR100136.f90             |   39 +
 gcc/testsuite/gfortran.dg/PR100245.f90             |   28 +
 gcc/testsuite/gfortran.dg/gomp/all-memory-1.f90    |    2 +-
 .../gfortran.dg/gomp/depend-iterator-2.f90         |    2 +-
 gcc/testsuite/gfortran.dg/gomp/depobj-2.f90        |    6 +-
 gcc/testsuite/gfortran.dg/gomp/doacross-5.f90      |   88 ++
 gcc/testsuite/gfortran.dg/gomp/doacross-6.f90      |   77 ++
 gcc/testsuite/gfortran.dg/gomp/nesting-2.f90       |    4 +-
 gcc/testsuite/gfortran.dg/pr99349.f90              |    9 +
 gcc/testsuite/lib/target-supports.exp              |   33 +
 gcc/tree-cfg.cc                                    |    2 +-
 gcc/tree-cfg.h                                     |    1 +
 gcc/tree-core.h                                    |   14 +-
 gcc/tree-nested.cc                                 |    2 +
 gcc/tree-pretty-print.cc                           |   68 +-
 gcc/tree-ssa-dce.cc                                |   48 +-
 gcc/tree-ssa-forwprop.cc                           |    4 +-
 gcc/tree-ssa-loop-split.cc                         |   16 +-
 gcc/tree-ssa-uninit.cc                             |    4 +
 gcc/tree-streamer-in.cc                            |    5 +
 gcc/tree-streamer-out.cc                           |    4 +
 gcc/tree-vect-loop-manip.cc                        |   37 +-
 gcc/tree-vect-loop.cc                              |  678 ++++++++++-
 gcc/tree-vect-slp.cc                               |    9 +
 gcc/tree-vectorizer.h                              |   15 +
 gcc/tree.cc                                        |    7 +-
 gcc/tree.h                                         |   14 +-
 gcc/value-range.cc                                 |  197 ++--
 gcc/value-range.h                                  |   83 +-
 libcpp/ChangeLog                                   |   35 +
 libcpp/charset.cc                                  |   86 +-
 libcpp/expr.cc                                     |    2 +-
 libcpp/include/cpplib.h                            |   13 +-
 libcpp/init.cc                                     |   53 +-
 libgo/runtime/go-callers.c                         |    2 +-
 libgomp/ChangeLog                                  |    4 +
 libgomp/libgomp.texi                               |    5 +-
 libsanitizer/ChangeLog                             |    4 +
 libsanitizer/LOCAL_PATCHES                         |    1 +
 .../sanitizer_common/sanitizer_procmaps_mac.cpp    |   62 +-
 libstdc++-v3/ChangeLog                             |   83 ++
 libstdc++-v3/include/std/barrier                   |    9 +-
 libstdc++-v3/include/std/tuple                     |    2 +-
 libstdc++-v3/include/std/type_traits               |  222 ++--
 libstdc++-v3/libsupc++/dyncast.cc                  |    6 +
 .../logical_traits/requirements/short_circuit.cc   |   29 +
 .../testsuite/libstdc++-prettyprinters/48362.cc    |    2 +-
 .../testsuite/libstdc++-prettyprinters/cxx11.cc    |    4 +-
 432 files changed, 12526 insertions(+), 4462 deletions(-)

             reply	other threads:[~2022-09-08 15:03 UTC|newest]

Thread overview: 68+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-08 15:03 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-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-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=20220908150351.1007538582A1@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).