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,  2 Sep 2022 15:27:52 +0000 (GMT)	[thread overview]
Message-ID: <20220902152752.A897C38582A5@sourceware.org> (raw)

https://gcc.gnu.org/g:65bc1e992527490536010c902c8ebf754f78b2b1

commit 65bc1e992527490536010c902c8ebf754f78b2b1
Merge: 06c977f80e4 67b6d1be062
Author: Gaius Mulley <gaiusmod2@gmail.com>
Date:   Fri Sep 2 15:04:36 2022 +0100

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

Diff:

 ChangeLog                                          |    5 +
 config/ChangeLog                                   |    4 +
 config/mh-pa-hpux10                                |    4 -
 configure                                          |   14 -
 configure.ac                                       |   14 -
 contrib/ChangeLog                                  |   13 +
 contrib/config-list.mk                             |    5 +-
 contrib/gcc_update                                 |    1 +
 contrib/header-tools/ChangeLog                     |    5 +
 contrib/header-tools/README                        |    2 +-
 contrib/header-tools/reduce-headers                |    1 -
 fixincludes/ChangeLog                              |    8 +
 gcc/ChangeLog                                      |  632 ++++
 gcc/DATESTAMP                                      |    2 +-
 gcc/Makefile.in                                    |   34 +-
 ...ard_and_implementation_defined_restrictions.rst |    4 +-
 .../doc/gnat_ugn/gnat_and_program_execution.rst    |  177 +-
 gcc/ada/exp_ch6.adb                                |    2 +-
 gcc/ada/exp_util.adb                               |   19 +-
 gcc/ada/gnat-style.texi                            |   68 +-
 gcc/ada/gnat_rm.texi                               | 1078 +++---
 gcc/ada/gnat_ugn.texi                              | 1593 ++++----
 gcc/ada/libgnat/a-nbnbig.ads                       |    2 +
 gcc/ada/libgnat/a-strmap.adb                       |    4 +
 gcc/ada/libgnat/a-strsea.adb                       |    3 +
 gcc/ada/libgnat/s-aridou.adb                       |  332 +-
 gcc/ada/libgnat/s-aridou.ads                       |    1 +
 gcc/ada/libgnat/s-expmod.adb                       |   10 +
 gcc/ada/libgnat/s-imagef.adb                       |   73 +-
 gcc/ada/libgnat/s-imagei.adb                       |  252 +-
 gcc/ada/libgnat/s-imagei.ads                       |   36 +-
 gcc/ada/libgnat/s-imageu.adb                       |  194 +-
 gcc/ada/libgnat/s-imageu.ads                       |   44 +-
 gcc/ada/libgnat/s-imgint.ads                       |   27 +-
 gcc/ada/libgnat/s-imglli.ads                       |   30 +-
 gcc/ada/libgnat/s-imgllli.ads                      |   27 +-
 gcc/ada/libgnat/s-imglllu.ads                      |   18 +-
 gcc/ada/libgnat/s-imgllu.ads                       |   18 +-
 gcc/ada/libgnat/s-imguns.ads                       |   18 +-
 gcc/ada/libgnat/s-vaispe.adb                       |   87 +
 gcc/ada/libgnat/s-vaispe.ads                       |  199 +
 gcc/ada/libgnat/s-valint.ads                       |   21 +-
 gcc/ada/libgnat/s-vallli.ads                       |   22 +-
 gcc/ada/libgnat/s-valllli.ads                      |   22 +-
 gcc/ada/libgnat/s-valuei.adb                       |   95 +-
 gcc/ada/libgnat/s-valuei.ads                       |  188 +-
 gcc/ada/libgnat/s-valueu.adb                       |  444 +--
 gcc/ada/libgnat/s-valueu.ads                       |  478 +--
 gcc/ada/libgnat/s-valuti.ads                       |  268 +-
 gcc/ada/libgnat/s-vauspe.adb                       |  198 +
 gcc/ada/libgnat/s-vauspe.ads                       |  639 ++++
 gcc/ada/libgnat/s-widthu.adb                       |   16 +-
 gcc/ada/sem_ch3.adb                                |    9 +-
 gcc/c-family/ChangeLog                             |   26 +
 gcc/c-family/c-attribs.cc                          |    7 +
 gcc/c-family/c-common.cc                           |   12 +-
 gcc/c-family/c-common.h                            |    5 +-
 gcc/c-family/c-lex.cc                              |    8 +-
 gcc/c-family/c-opts.cc                             |   12 +
 gcc/c-family/c.opt                                 |    4 +
 gcc/c/ChangeLog                                    |   11 +
 gcc/c/c-decl.cc                                    |    5 +-
 gcc/c/c-parser.cc                                  |    6 +-
 gcc/c/c-typeck.cc                                  |    6 +-
 gcc/collect2.cc                                    |    7 -
 gcc/common.opt                                     |   26 +-
 gcc/common/common-target.def                       |   25 +
 gcc/common/common-targhooks.cc                     |   15 +
 gcc/common/common-targhooks.h                      |   11 +
 gcc/common/config/riscv/riscv-common.cc            |  377 ++
 gcc/common/config/s390/s390-common.cc              |    5 +
 gcc/config.build                                   |    5 +-
 gcc/config.gcc                                     |  329 +-
 gcc/config.host                                    |    5 -
 gcc/config.in                                      |   19 -
 gcc/config/aarch64/aarch64-elf.h                   |    3 -
 gcc/config/aarch64/aarch64.cc                      |    3 +-
 gcc/config/alpha/alpha.cc                          |    4 -
 gcc/config/alpha/elf.h                             |    2 +-
 gcc/config/arc/arc.h                               |   10 +-
 gcc/config/arm/aout.h                              |    9 -
 gcc/config/arm/netbsd-elf.h                        |    3 -
 gcc/config/bpf/bpf.cc                              |    1 +
 gcc/config/bpf/coreout.cc                          |   16 +-
 gcc/config/darwin.h                                |   27 +-
 gcc/config/dbxcoff.h                               |   56 -
 gcc/config/dbxelf.h                                |   68 -
 gcc/config/epiphany/epiphany.h                     |    7 +-
 gcc/config/gcn/gcn.cc                              |   63 +
 gcc/config/i386/bsd.h                              |    6 -
 gcc/config/i386/gas.h                              |    4 -
 gcc/config/i386/i386-expand.cc                     |    4 +
 gcc/config/i386/i386-features.cc                   |    1 +
 gcc/config/i386/i386.md                            |    4 +-
 gcc/config/i386/sse.md                             |    4 +-
 gcc/config/ia64/ia64.h                             |    2 -
 gcc/config/ia64/sysv4.h                            |    3 -
 gcc/config/m32c/rtems.h                            |   38 -
 gcc/config/m68k/linux.h                            |    4 -
 gcc/config/m68k/openbsd.h                          |   12 -
 gcc/config/mips/mips.cc                            |   16 -
 gcc/config/mips/mips.h                             |   17 +-
 gcc/config/nvptx/nvptx.cc                          |    1 -
 gcc/config/openbsd.h                               |   11 -
 gcc/config/pa/pa-64.h                              |    4 -
 gcc/config/pa/pa-hpux10.h                          |  157 -
 gcc/config/pa/pa-hpux10.opt                        |   22 -
 gcc/config/pa/pa.h                                 |   10 -
 gcc/config/pa/som.h                                |   15 -
 gcc/config/pa/t-dce-thr                            |    2 -
 gcc/config/pdp11/pdp11.cc                          |    1 -
 gcc/config/pdp11/pdp11.h                           |   10 +-
 gcc/config/riscv/constraints.md                    |   20 +
 gcc/config/riscv/elf.h                             |    6 +-
 gcc/config/riscv/riscv-subset.h                    |    2 +
 gcc/config/riscv/riscv.cc                          |  156 +-
 gcc/config/riscv/riscv.h                           |   94 +-
 gcc/config/riscv/riscv.md                          |  181 +-
 gcc/config/rs6000/rs6000-builtin.cc                |   10 +-
 gcc/config/rs6000/rs6000-call.cc                   |    8 -
 gcc/config/rs6000/rs6000-logue.cc                  |   12 -
 gcc/config/rs6000/rs6000.cc                        |   25 +-
 gcc/config/rs6000/sysv4.h                          |    8 -
 gcc/config/rs6000/xcoff.h                          |    3 -
 gcc/config/rx/rx.h                                 |    1 -
 gcc/config/s390/s390.cc                            |  281 +-
 gcc/config/s390/s390.md                            |    5 +-
 gcc/config/s390/s390.opt                           |    4 +
 gcc/config/s390/vector.md                          |   74 +-
 gcc/config/s390/vx-builtins.md                     |  125 +-
 gcc/config/sh/elf.h                                |    3 -
 gcc/config/sol2.h                                  |    4 -
 gcc/config/sparc/freebsd.h                         |    6 -
 gcc/config/sparc/netbsd-elf.h                      |    5 -
 gcc/config/sparc/sparc.h                           |    8 -
 gcc/config/vax/vax.cc                              |    3 -
 gcc/config/vax/vax.h                               |   21 -
 gcc/config/vx-common.h                             |    2 -
 gcc/configure                                      |  124 +-
 gcc/configure.ac                                   |   39 +-
 gcc/cp/ChangeLog                                   |   26 +
 gcc/cp/Make-lang.in                                |    9 +
 gcc/cp/cp-objcp-common.cc                          |    2 +
 gcc/cp/cp-tree.h                                   |    1 -
 gcc/cp/decl.cc                                     |    2 +-
 gcc/cp/name-lookup.cc                              |  231 +-
 gcc/cp/std-name-hint.gperf                         |  287 ++
 gcc/cp/std-name-hint.h                             |  675 ++++
 gcc/dbxout.cc                                      | 3936 --------------------
 gcc/dbxout.h                                       |   60 -
 gcc/debug.h                                        |    1 -
 gcc/doc/install.texi                               |    3 +-
 gcc/doc/invoke.texi                                |   59 +-
 gcc/doc/passes.texi                                |    2 +-
 gcc/doc/tm.texi                                    |  240 +-
 gcc/doc/tm.texi.in                                 |  223 +-
 gcc/dumpfile.h                                     |    2 +-
 gcc/dwarf2asm.cc                                   |   13 +-
 gcc/dwarf2out.cc                                   |  103 +-
 gcc/emit-rtl.cc                                    |    5 +
 gcc/expmed.cc                                      |   12 +-
 gcc/final.cc                                       |   44 -
 gcc/flag-types.h                                   |   18 +-
 gcc/function.cc                                    |    8 -
 gcc/gcc.cc                                         |   72 +-
 gcc/gimple-loop-versioning.cc                      |    2 +-
 gcc/gimple-predicate-analysis.cc                   |  482 +--
 gcc/gimple-predicate-analysis.h                    |    4 +-
 gcc/gimple-range-fold.cc                           |   20 +
 gcc/go/go-lang.cc                                  |    3 +-
 gcc/go/gospec.cc                                   |    4 -
 gcc/graphds.cc                                     |   13 +-
 gcc/graphds.h                                      |    3 +-
 gcc/gstab.h                                        |   35 -
 gcc/hash-map-traits.h                              |   74 +-
 gcc/hash-traits.h                                  |   97 +-
 gcc/match.pd                                       |    2 +-
 gcc/omp-simd-clone.cc                              |   20 +-
 gcc/opts.cc                                        |   18 +-
 gcc/opts.h                                         |   36 +
 gcc/params.opt                                     |    4 +
 gcc/po/ChangeLog                                   |    4 +
 gcc/po/sv.po                                       |   21 +-
 gcc/range-op-float.cc                              |  445 ++-
 gcc/real.h                                         |    2 +
 gcc/spellcheck.h                                   |    3 +-
 gcc/stab.def                                       |  239 --
 gcc/system.h                                       |   14 +-
 gcc/target-def.h                                   |    4 -
 gcc/target.def                                     |    3 +
 gcc/testsuite/ChangeLog                            |  244 ++
 gcc/testsuite/c-c++-common/cpp/Winvalid-utf8-1.c   |   43 +
 gcc/testsuite/c-c++-common/cpp/Winvalid-utf8-2.c   |   88 +
 gcc/testsuite/c-c++-common/cpp/Winvalid-utf8-3.c   |   27 +
 gcc/testsuite/g++.dg/cpp0x/alias-decl-debug-0.C    |   12 -
 gcc/testsuite/g++.dg/cpp0x/gen-attrs-77.C          |   17 +
 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-conv.C    |    2 +-
 gcc/testsuite/g++.dg/cpp23/Winvalid-utf8-1.C       |   43 +
 gcc/testsuite/g++.dg/cpp23/Winvalid-utf8-10.C      |   25 +
 gcc/testsuite/g++.dg/cpp23/Winvalid-utf8-11.C      |   25 +
 gcc/testsuite/g++.dg/cpp23/Winvalid-utf8-12.C      |   25 +
 gcc/testsuite/g++.dg/cpp23/Winvalid-utf8-2.C       |   43 +
 gcc/testsuite/g++.dg/cpp23/Winvalid-utf8-3.C       |   43 +
 gcc/testsuite/g++.dg/cpp23/Winvalid-utf8-4.C       |   43 +
 gcc/testsuite/g++.dg/cpp23/Winvalid-utf8-5.C       |   80 +
 gcc/testsuite/g++.dg/cpp23/Winvalid-utf8-6.C       |   80 +
 gcc/testsuite/g++.dg/cpp23/Winvalid-utf8-7.C       |   80 +
 gcc/testsuite/g++.dg/cpp23/Winvalid-utf8-8.C       |   80 +
 gcc/testsuite/g++.dg/cpp23/Winvalid-utf8-9.C       |   25 +
 gcc/testsuite/g++.dg/ext/has-builtin-1.C           |  133 +
 gcc/testsuite/g++.dg/other/PR23205.C               |   17 -
 gcc/testsuite/g++.dg/other/pr23205-2.C             |   17 -
 gcc/testsuite/g++.dg/torture/pr90994.C             |   40 +
 gcc/testsuite/g++.dg/tree-ssa/empty-loop.C         |    2 +-
 gcc/testsuite/g++.dg/uninit-pred-5.C               |   94 +
 gcc/testsuite/g++.target/aarch64/sve/pr96974.C     |    4 +-
 gcc/testsuite/g++.target/i386/pr106627.C           |   28 +
 gcc/testsuite/g++.target/powerpc/pr101322.C        |   17 +
 gcc/testsuite/gcc.c-torture/execute/ieee/hugeval.x |    3 -
 gcc/testsuite/gcc.dg/20040813-1.c                  |   14 -
 gcc/testsuite/gcc.dg/c11-unproto-3.c               |   19 +
 gcc/testsuite/gcc.dg/c2x-attr-deprecated-2.c       |    9 +-
 gcc/testsuite/gcc.dg/c2x-attr-fallthrough-2.c      |    4 +
 gcc/testsuite/gcc.dg/c2x-attr-maybe_unused-1.c     |   13 +
 gcc/testsuite/gcc.dg/c2x-attr-nodiscard-2.c        |    6 +
 gcc/testsuite/gcc.dg/c2x-has-c-attribute-2.c       |    8 +-
 gcc/testsuite/gcc.dg/c2x-old-style-definition-6.c  |   12 +-
 gcc/testsuite/gcc.dg/c2x-unproto-1.c               |   12 +-
 gcc/testsuite/gcc.dg/c2x-unproto-2.c               |   12 +-
 gcc/testsuite/gcc.dg/c2x-unproto-3.c               |   20 +
 gcc/testsuite/gcc.dg/c2x-unproto-4.c               |   15 +
 gcc/testsuite/gcc.dg/darwin-20040809-2.c           |   15 -
 gcc/testsuite/gcc.dg/debug/pr35154.c               |   35 -
 gcc/testsuite/gcc.dg/pr69471-2.c                   |    8 -
 gcc/testsuite/gcc.dg/torture/pr106809.c            |   28 +
 gcc/testsuite/gcc.dg/torture/pr47917.c             |    1 -
 gcc/testsuite/gcc.dg/tree-ssa/gen-vect-34.c        |   16 +
 gcc/testsuite/gcc.dg/tree-ssa/minmax-10.c          |   14 +-
 gcc/testsuite/gcc.dg/tree-ssa/minmax-11.c          |   15 +-
 gcc/testsuite/gcc.dg/tree-ssa/minmax-12.c          |   14 +-
 gcc/testsuite/gcc.dg/tree-ssa/minmax-13.c          |   15 +-
 gcc/testsuite/gcc.dg/tree-ssa/minmax-14.c          |   14 +-
 gcc/testsuite/gcc.dg/tree-ssa/minmax-15.c          |   17 +-
 gcc/testsuite/gcc.dg/tree-ssa/minmax-16.c          |   14 +-
 gcc/testsuite/gcc.dg/tree-ssa/minmax-3.c           |   14 +-
 gcc/testsuite/gcc.dg/tree-ssa/minmax-4.c           |   14 +-
 gcc/testsuite/gcc.dg/tree-ssa/minmax-5.c           |   14 +-
 gcc/testsuite/gcc.dg/tree-ssa/minmax-6.c           |   14 +-
 gcc/testsuite/gcc.dg/tree-ssa/minmax-7.c           |   15 +-
 gcc/testsuite/gcc.dg/tree-ssa/minmax-8.c           |   14 +-
 gcc/testsuite/gcc.dg/tree-ssa/minmax-9.c           |   14 +-
 gcc/testsuite/gcc.dg/tree-ssa/recip-3.c            |    5 +
 gcc/testsuite/gcc.dg/tree-ssa/vrp-float-nan-1.c    |   18 +
 .../gcc.dg/tree-ssa/vrp-float-signbit-1.c          |   12 +
 gcc/testsuite/gcc.dg/uninit-pr63660.c              |   58 +
 gcc/testsuite/gcc.dg/uninit-pr65244-1.c            |   20 +
 gcc/testsuite/gcc.dg/uninit-pr65244-2.c            |   20 +
 gcc/testsuite/gcc.dg/uninit-pred-7_a.c             |    2 +-
 gcc/testsuite/gcc.dg/vect/bb-slp-layout-1.c        |   13 +
 gcc/testsuite/gcc.dg/vect/bb-slp-layout-10.c       |    6 +
 gcc/testsuite/gcc.dg/vect/bb-slp-layout-11.c       |   34 +
 gcc/testsuite/gcc.dg/vect/bb-slp-layout-12.c       |    8 +
 gcc/testsuite/gcc.dg/vect/bb-slp-layout-13.c       |   13 +
 gcc/testsuite/gcc.dg/vect/bb-slp-layout-14.c       |    6 +
 gcc/testsuite/gcc.dg/vect/bb-slp-layout-15.c       |   13 +
 gcc/testsuite/gcc.dg/vect/bb-slp-layout-16.c       |    6 +
 gcc/testsuite/gcc.dg/vect/bb-slp-layout-17.c       |   27 +
 gcc/testsuite/gcc.dg/vect/bb-slp-layout-18.c       |   15 +
 gcc/testsuite/gcc.dg/vect/bb-slp-layout-19.c       |   34 +
 gcc/testsuite/gcc.dg/vect/bb-slp-layout-2.c        |    6 +
 gcc/testsuite/gcc.dg/vect/bb-slp-layout-20.c       |   33 +
 gcc/testsuite/gcc.dg/vect/bb-slp-layout-3.c        |   13 +
 gcc/testsuite/gcc.dg/vect/bb-slp-layout-4.c        |    6 +
 gcc/testsuite/gcc.dg/vect/bb-slp-layout-5.c        |   13 +
 gcc/testsuite/gcc.dg/vect/bb-slp-layout-6.c        |    6 +
 gcc/testsuite/gcc.dg/vect/bb-slp-layout-7.c        |   17 +
 gcc/testsuite/gcc.dg/vect/bb-slp-layout-8.c        |    6 +
 gcc/testsuite/gcc.dg/vect/bb-slp-layout-9.c        |   36 +
 gcc/testsuite/gcc.dg/vect/bb-slp-pr54400.c         |    4 +-
 gcc/testsuite/gcc.dg/vect/slp-11b.c                |    2 +-
 gcc/testsuite/gcc.dg/vect/vect-ifcvt-18.c          |   38 +
 gcc/testsuite/gcc.dg/vect/vect-simd-clone-1.c      |    2 +
 gcc/testsuite/gcc.dg/vect/vect-simd-clone-2.c      |    2 +
 gcc/testsuite/gcc.dg/vect/vect-simd-clone-3.c      |    1 +
 gcc/testsuite/gcc.dg/vect/vect-simd-clone-4.c      |    1 +
 gcc/testsuite/gcc.dg/vect/vect-simd-clone-5.c      |    1 +
 gcc/testsuite/gcc.dg/vect/vect-simd-clone-8.c      |    2 +
 .../aarch64/sve/acle/general-c/gnu_vectors_1.c     |    4 +-
 .../aarch64/sve/acle/general-c/gnu_vectors_2.c     |    4 +-
 .../aarch64/sve/acle/general-c/sizeless-1.c        |    4 +-
 .../aarch64/sve/acle/general-c/sizeless-2.c        |    4 +-
 gcc/testsuite/gcc.target/aarch64/sve/slp_15.c      |   17 +
 gcc/testsuite/gcc.target/bpf/core-pr106745.c       |   30 +
 gcc/testsuite/gcc.target/i386/pr106707.c           |   19 +
 gcc/testsuite/gcc.target/i386/pr106748.c           |   20 +
 .../gcc.target/loongarch/func-call-medium-1.c      |    2 +-
 .../gcc.target/loongarch/func-call-medium-2.c      |    2 +-
 .../gcc.target/loongarch/func-call-medium-3.c      |    2 +-
 .../gcc.target/loongarch/func-call-medium-4.c      |    2 +-
 .../gcc.target/loongarch/func-call-medium-5.c      |    2 +-
 .../gcc.target/loongarch/func-call-medium-6.c      |    2 +-
 .../gcc.target/loongarch/func-call-medium-7.c      |    2 +-
 .../gcc.target/loongarch/func-call-medium-8.c      |    3 +-
 gcc/testsuite/gcc.target/loongarch/tls-gd-noplt.c  |    2 +-
 .../gcc.target/powerpc/pr86731-fwrapv-longlong.c   |    2 +-
 .../gcc.target/powerpc/stabs-attrib-vect-darwin.c  |   12 -
 gcc/testsuite/gcc.target/s390/20041216-1.c         |   23 -
 .../gcc.target/s390/vector/vec-copysign.c          |    2 +-
 .../s390/vector/vec-sum-across-no-lower-subreg-1.c |   18 +
 .../gcc.target/s390/vector/vperm-rev-z14.c         |   87 +
 .../gcc.target/s390/vector/vperm-rev-z15.c         |  118 +
 .../s390/zvector/autovec-double-quiet-uneq.c       |    2 +-
 .../s390/zvector/autovec-double-signaling-ltgt.c   |    2 +-
 .../s390/zvector/autovec-float-quiet-uneq.c        |    2 +-
 .../s390/zvector/autovec-float-signaling-ltgt.c    |    2 +-
 .../gcc.target/s390/zvector/vec-reve-int-long.c    |   31 +
 .../gcc.target/s390/zvector/vec-reve-store-byte.c  |    6 +-
 gcc/testsuite/gfortran.dg/debug/pr35154-stabs.f    |   35 -
 gcc/testsuite/lib/gcc-dg.exp                       |    2 +-
 gcc/testsuite/lib/gfortran-dg.exp                  |    2 +-
 gcc/testsuite/lib/target-supports.exp              |   23 +-
 gcc/testsuite/objc.dg/stabs-1.m                    |   19 -
 gcc/timevar.def                                    |    1 +
 gcc/toplev.cc                                      |   21 -
 gcc/tree-if-conv.cc                                |    1 +
 gcc/tree-parloops.cc                               |    4 +-
 gcc/tree-ssa-phiopt.cc                             |    4 +-
 gcc/tree-ssa-sccvn.cc                              |   85 +-
 gcc/tree-ssa-sccvn.h                               |    8 +-
 gcc/tree-ssa-uninit.cc                             |  237 +-
 gcc/tree-vect-loop-manip.cc                        |    8 +-
 gcc/tree-vect-loop.cc                              |   20 +-
 gcc/tree-vect-patterns.cc                          |   11 +-
 gcc/tree-vect-slp-patterns.cc                      |    4 +-
 gcc/tree-vect-slp.cc                               | 2470 +++++++++---
 gcc/tree-vect-stmts.cc                             |   13 +-
 gcc/tree-vectorizer.h                              |    2 +
 gcc/value-query.cc                                 |   22 +-
 gcc/value-range-pretty-print.cc                    |   15 +-
 gcc/value-range-storage.cc                         |    8 +-
 gcc/value-range-storage.h                          |    8 +-
 gcc/value-range.cc                                 |  649 +++-
 gcc/value-range.h                                  |  126 +-
 gcc/varasm.cc                                      |    4 -
 gcc/vec.h                                          |   12 +
 gcc/xcoffout.cc                                    |  494 ---
 gcc/xcoffout.h                                     |  194 -
 gnattools/ChangeLog                                |    5 +
 gnattools/configure                                |    2 -
 gnattools/configure.ac                             |    2 -
 gotools/ChangeLog                                  |    8 +
 libatomic/ChangeLog                                |    4 +
 libatomic/testsuite/Makefile.in                    |    1 +
 libcpp/ChangeLog                                   |   25 +
 libcpp/charset.cc                                  |    6 +-
 libcpp/include/cpplib.h                            |   10 +-
 libcpp/init.cc                                     |    2 +
 libcpp/lex.cc                                      |  209 +-
 libcpp/makeuname2c.cc                              |    2 +-
 libgcc/ChangeLog                                   |    8 +
 libgcc/config.host                                 |   24 +-
 libitm/ChangeLog                                   |    8 +
 libsanitizer/ChangeLog                             |   13 +
 libsanitizer/LOCAL_PATCHES                         |    2 +-
 libsanitizer/MERGE                                 |    2 +-
 libsanitizer/asan/asan_errors.cpp                  |    4 +-
 libsanitizer/asan/asan_flags.cpp                   |    2 +-
 libsanitizer/asan/asan_flags.inc                   |    6 +-
 libsanitizer/asan/asan_globals.cpp                 |   29 +-
 libsanitizer/asan/asan_interceptors.cpp            |   49 +-
 libsanitizer/asan/asan_interceptors.h              |    4 +-
 .../asan/asan_interceptors_memintrinsics.h         |  144 +-
 libsanitizer/asan/asan_interceptors_vfork.S        |    1 +
 libsanitizer/asan/asan_interface_internal.h        |    5 +-
 libsanitizer/asan/asan_internal.h                  |    2 +
 libsanitizer/asan/asan_linux.cpp                   |   12 +-
 libsanitizer/asan/asan_mac.cpp                     |    6 +-
 libsanitizer/asan/asan_malloc_mac.cpp              |    2 +-
 libsanitizer/asan/asan_mapping.h                   |   15 +-
 libsanitizer/asan/asan_new_delete.cpp              |   12 +-
 libsanitizer/asan/asan_rtl.cpp                     |   19 +-
 libsanitizer/asan/asan_win.cpp                     |    2 +
 libsanitizer/configure.tgt                         |    2 +
 libsanitizer/hwasan/hwasan.cpp                     |   18 +-
 libsanitizer/hwasan/hwasan.h                       |   11 +-
 libsanitizer/hwasan/hwasan_allocator.h             |    4 +-
 libsanitizer/hwasan/hwasan_checks.h                |   19 +-
 libsanitizer/hwasan/hwasan_exceptions.cpp          |    2 +
 libsanitizer/hwasan/hwasan_fuchsia.cpp             |   20 +-
 libsanitizer/hwasan/hwasan_interceptors.cpp        |   45 +
 libsanitizer/hwasan/hwasan_interface_internal.h    |    8 +
 libsanitizer/hwasan/hwasan_linux.cpp               |  183 +-
 libsanitizer/hwasan/hwasan_report.cpp              |   13 +-
 libsanitizer/hwasan/hwasan_setjmp_riscv64.S        |   97 +
 libsanitizer/hwasan/hwasan_tag_mismatch_riscv64.S  |  132 +
 libsanitizer/interception/interception.h           |   18 +-
 libsanitizer/interception/interception_mac.cpp     |    4 +-
 libsanitizer/interception/interception_mac.h       |    4 +-
 .../interception/interception_type_test.cpp        |    4 +-
 libsanitizer/interception/interception_win.cpp     |    2 +-
 libsanitizer/lsan/lsan_allocator.cpp               |    2 +
 libsanitizer/lsan/lsan_allocator.h                 |    5 +-
 libsanitizer/lsan/lsan_common.cpp                  |   18 +-
 libsanitizer/lsan/lsan_common.h                    |    4 +-
 libsanitizer/lsan/lsan_common_mac.cpp              |    4 +-
 libsanitizer/lsan/lsan_interceptors.cpp            |   10 +-
 libsanitizer/lsan/lsan_mac.cpp                     |    4 +-
 libsanitizer/lsan/lsan_malloc_mac.cpp              |    4 +-
 libsanitizer/sanitizer_common/Makefile.am          |    1 -
 libsanitizer/sanitizer_common/Makefile.in          |    5 +-
 .../sanitizer_allocator_report.cpp                 |    3 +-
 .../sanitizer_chained_origin_depot.cpp             |    2 +
 .../sanitizer_chained_origin_depot.h               |    1 +
 libsanitizer/sanitizer_common/sanitizer_common.cpp |   19 +-
 libsanitizer/sanitizer_common/sanitizer_common.h   |   23 +-
 .../sanitizer_common_interceptors.inc              |  137 +-
 ...zer_common_interceptors_vfork_loongarch64.inc.S |   63 +
 .../sanitizer_common/sanitizer_common_nolibc.cpp   |    2 +-
 .../sanitizer_coverage_interface.inc               |   10 +
 .../sanitizer_coverage_libcdep_new.cpp             |   10 +
 libsanitizer/sanitizer_common/sanitizer_errno.h    |    2 +-
 libsanitizer/sanitizer_common/sanitizer_flags.inc  |   13 +-
 .../sanitizer_common/sanitizer_fuchsia.cpp         |    5 +-
 .../sanitizer_interface_internal.h                 |   20 +
 .../sanitizer_common/sanitizer_internal_defs.h     |   27 +-
 .../sanitizer_common/sanitizer_libignore.cpp       |    4 +-
 libsanitizer/sanitizer_common/sanitizer_linux.cpp  |  134 +-
 libsanitizer/sanitizer_common/sanitizer_linux.h    |    4 +
 .../sanitizer_common/sanitizer_linux_libcdep.cpp   |    8 +-
 libsanitizer/sanitizer_common/sanitizer_mac.cpp    |  199 +-
 libsanitizer/sanitizer_common/sanitizer_mac.h      |   21 +-
 .../sanitizer_common/sanitizer_mac_libcdep.cpp     |    4 +-
 .../sanitizer_common/sanitizer_malloc_mac.inc      |    2 +-
 libsanitizer/sanitizer_common/sanitizer_mutex.h    |    2 +-
 .../sanitizer_common/sanitizer_openbsd.cpp         |    0
 libsanitizer/sanitizer_common/sanitizer_platform.h |   75 +-
 .../sanitizer_platform_interceptors.h              |   14 +-
 .../sanitizer_platform_limits_freebsd.cpp          |    4 +
 .../sanitizer_platform_limits_freebsd.h            |   37 +
 .../sanitizer_platform_limits_linux.cpp            |    9 +-
 .../sanitizer_platform_limits_posix.cpp            |   45 +-
 .../sanitizer_platform_limits_posix.h              |   50 +-
 libsanitizer/sanitizer_common/sanitizer_posix.cpp  |    6 +-
 .../sanitizer_common/sanitizer_posix_libcdep.cpp   |    2 +-
 libsanitizer/sanitizer_common/sanitizer_procmaps.h |    2 +-
 .../sanitizer_common/sanitizer_procmaps_mac.cpp    |   80 +-
 .../sanitizer_procmaps_solaris.cpp                 |   58 +-
 .../sanitizer_common/sanitizer_stacktrace.cpp      |    4 +-
 .../sanitizer_common/sanitizer_stacktrace.h        |    2 +-
 .../sanitizer_stoptheworld_mac.cpp                 |    6 +-
 .../sanitizer_symbolizer_internal.h                |    6 +-
 .../sanitizer_symbolizer_libcdep.cpp               |   59 +-
 .../sanitizer_common/sanitizer_symbolizer_mac.cpp  |    4 +-
 .../sanitizer_common/sanitizer_symbolizer_mac.h    |    4 +-
 .../sanitizer_symbolizer_posix_libcdep.cpp         |   37 +-
 .../sanitizer_symbolizer_report.cpp                |    2 +-
 .../sanitizer_common/sanitizer_syscall_generic.inc |    5 +-
 .../sanitizer_syscall_linux_loongarch64.inc        |  167 +
 .../sanitizer_unwind_linux_libcdep.cpp             |    2 +-
 libsanitizer/sanitizer_common/sanitizer_vector.h   |    4 +-
 libsanitizer/sanitizer_common/sanitizer_win.cpp    |   20 +-
 libsanitizer/tsan/tsan_dense_alloc.h               |  115 +-
 libsanitizer/tsan/tsan_dispatch_defs.h             |    2 +-
 libsanitizer/tsan/tsan_fd.cpp                      |   10 +-
 libsanitizer/tsan/tsan_fd.h                        |    2 +-
 libsanitizer/tsan/tsan_flags.inc                   |    8 +-
 .../tsan/tsan_interceptors_libdispatch.cpp         |    4 +-
 libsanitizer/tsan/tsan_interceptors_mac.cpp        |    4 +-
 libsanitizer/tsan/tsan_interceptors_posix.cpp      |   76 +-
 libsanitizer/tsan/tsan_malloc_mac.cpp              |    2 +-
 libsanitizer/tsan/tsan_platform.h                  |    3 +-
 libsanitizer/tsan/tsan_platform_linux.cpp          |    6 +-
 libsanitizer/tsan/tsan_platform_mac.cpp            |   63 +-
 libsanitizer/tsan/tsan_report.cpp                  |    7 +-
 libsanitizer/tsan/tsan_report.h                    |    1 +
 libsanitizer/tsan/tsan_rtl.cpp                     |   99 +-
 libsanitizer/tsan/tsan_rtl.h                       |   44 +-
 libsanitizer/tsan/tsan_rtl_access.cpp              |    9 -
 libsanitizer/tsan/tsan_rtl_report.cpp              |   55 +-
 libsanitizer/tsan/tsan_rtl_thread.cpp              |    2 +-
 libsanitizer/tsan/tsan_shadow.h                    |   10 +
 libsanitizer/ubsan/ubsan_handlers.cpp              |    2 +-
 libsanitizer/ubsan/ubsan_handlers_cxx.cpp          |    2 +-
 libsanitizer/ubsan/ubsan_value.cpp                 |    6 +-
 libstdc++-v3/ChangeLog                             |  236 ++
 libstdc++-v3/configure                             |   14 -
 libstdc++-v3/crossconfig.m4                        |    9 -
 libstdc++-v3/doc/xml/manual/debug_mode.xml         |    6 +
 libstdc++-v3/doc/xml/manual/using.xml              |   10 +
 libstdc++-v3/include/bits/basic_string.h           |  211 +-
 libstdc++-v3/include/bits/ranges_base.h            |    2 +-
 libstdc++-v3/include/bits/refwrap.h                |    3 +-
 libstdc++-v3/include/debug/debug.h                 |   11 +-
 libstdc++-v3/include/debug/formatter.h             |   44 +
 libstdc++-v3/include/debug/string                  |   25 +-
 libstdc++-v3/include/std/ranges                    |  739 +++-
 libstdc++-v3/include/std/string_view               |  107 +-
 libstdc++-v3/include/std/type_traits               |  471 +--
 libstdc++-v3/src/c++11/debug.cc                    |   75 +-
 libstdc++-v3/src/libbacktrace/Makefile.am          |    1 +
 libstdc++-v3/src/libbacktrace/Makefile.in          |   12 +-
 libstdc++-v3/src/libbacktrace/backtrace-rename.h   |    1 +
 .../logical_traits/requirements/short_circuit.cc   |   26 +
 .../20_util/reference_wrapper/invoke-2.cc          |    3 +-
 .../20_util/reference_wrapper/invoke-3.cc          |    3 +-
 .../20_util/reference_wrapper/invoke-noexcept.cc   |   15 +
 .../testsuite/20_util/reference_wrapper/invoke.cc  |    2 +
 .../21_strings/basic_string/capacity/1.cc          |    2 +-
 .../21_strings/basic_string/capacity/char/1.cc     |    6 +-
 .../21_strings/basic_string/capacity/wchar_t/1.cc  |    6 +-
 .../21_strings/basic_string/cons/char/self_move.cc |    2 +-
 .../basic_string/element_access/char/1.cc          |    4 +-
 .../basic_string/element_access/char/21674.cc      |    2 +-
 .../basic_string/element_access/wchar_t/1.cc       |    4 +-
 .../basic_string/element_access/wchar_t/21674.cc   |    2 +-
 .../testsuite/21_strings/basic_string/lwg2758.cc   |    4 +-
 .../testsuite/21_strings/basic_string/lwg2946.cc   |   16 +-
 .../basic_string/operations/contains/nonnull.cc    |    2 +-
 .../basic_string/operations/ends_with/char.cc      |    4 +-
 .../basic_string/operations/ends_with/nonnull.cc   |    6 +-
 .../basic_string/operations/ends_with/wchar_t.cc   |    4 +-
 .../basic_string/operations/starts_with/char.cc    |    4 +-
 .../basic_string/operations/starts_with/nonnull.cc |    6 +-
 .../basic_string/operations/starts_with/wchar_t.cc |    4 +-
 .../21_strings/basic_string/operators/char/1.cc    |    4 +-
 .../21_strings/basic_string/operators/wchar_t/1.cc |    4 +-
 .../21_strings/basic_string_view/capacity/1.cc     |    2 +-
 .../basic_string_view/element_access/char/1.cc     |    2 +-
 .../basic_string_view/element_access/char/2.cc     |    2 +-
 .../basic_string_view/element_access/wchar_t/1.cc  |    2 +-
 .../basic_string_view/element_access/wchar_t/2.cc  |    2 +-
 .../operations/contains/nonnull.cc                 |    2 +-
 .../operations/ends_with/nonnull.cc                |    2 +-
 .../operations/starts_with/nonnull.cc              |    2 +-
 .../vector/debug/assign4_backtrace_neg.cc          |   17 +
 .../27_io/basic_stringbuf/sputbackc/char/1.cc      |   10 +-
 .../27_io/basic_stringbuf/sputbackc/wchar_t/1.cc   |   10 +-
 .../27_io/basic_stringbuf/sungetc/char/1.cc        |   10 +-
 .../27_io/basic_stringbuf/sungetc/wchar_t/1.cc     |   10 +-
 .../testsuite/std/ranges/adaptors/adjacent/1.cc    |  110 +
 .../std/ranges/adaptors/adjacent_transform/1.cc    |  106 +
 541 files changed, 17529 insertions(+), 13193 deletions(-)

diff --cc configure
index 2746b2dc4e3,e90b8df217d..fba6bf33d0d
--- a/configure
+++ b/configure
@@@ -18546,12 -18309,8 +18533,11 @@@ f
  # Specify what files to not compare during bootstrap.
  
  compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
 +compare_exclusions="$compare_exclusions | gcc/m2/gm2-compiler-boot/M2Version*"
 +compare_exclusions="$compare_exclusions | gcc/m2/gm2-compiler-boot/SYSTEM*"
 +compare_exclusions="$compare_exclusions | gcc/m2/gm2version*"
  case "$target" in
    hppa*64*-*-hpux*) ;;
-   hppa*-*-hpux*) compare_exclusions="$compare_exclusions | */libgcc/lib2funcs* | gcc/function-tests.o" ;;
    powerpc*-ibm-aix*) compare_exclusions="$compare_exclusions | *libgomp*\$(objext)" ;;
  esac
  
diff --cc configure.ac
index fc7b00765ef,3ecb532138d..e78a91952da
--- a/configure.ac
+++ b/configure.ac
@@@ -3790,12 -3765,8 +3777,11 @@@ AC_SUBST(stage2_werror_flag
  # Specify what files to not compare during bootstrap.
  
  compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
 +compare_exclusions="$compare_exclusions | gcc/m2/gm2-compiler-boot/M2Version*"
 +compare_exclusions="$compare_exclusions | gcc/m2/gm2-compiler-boot/SYSTEM*"
 +compare_exclusions="$compare_exclusions | gcc/m2/gm2version*"
  case "$target" in
    hppa*64*-*-hpux*) ;;
-   hppa*-*-hpux*) compare_exclusions="$compare_exclusions | */libgcc/lib2funcs* | gcc/function-tests.o" ;;
    powerpc*-ibm-aix*) compare_exclusions="$compare_exclusions | *libgomp*\$(objext)" ;;
  esac
  AC_SUBST(compare_exclusions)

             reply	other threads:[~2022-09-02 15:27 UTC|newest]

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