public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
From: Eugene Rozenfeld <erozen@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org
Subject: [gcc(refs/vendors/microsoft/heads/main)] Merge commit '8be65640e12371571a88100864abd78733a7f7eb' into merge-master-8be65640e12371571a88100864
Date: Tue, 27 Sep 2022 20:18:27 +0000 (GMT)	[thread overview]
Message-ID: <20220927201827.E0A01385803F@sourceware.org> (raw)

https://gcc.gnu.org/g:26fda4a79a187b43e26e31e16ddb777463c254b4

commit 26fda4a79a187b43e26e31e16ddb777463c254b4
Merge: 320e80b0326 8be65640e12
Author: MS Automation <gnutools@microsoft.com>
Date:   Tue Sep 27 09:49:36 2022 +0000

    Merge commit '8be65640e12371571a88100864abd78733a7f7eb' into merge-master-8be65640e12371571a88100864abd78733a7f7eb-2022-09-27T09-49-33

Diff:

 ChangeLog                                          |    8 +
 MAINTAINERS                                        |    4 +-
 gcc/ChangeLog                                      |  471 ++++++++
 gcc/DATESTAMP                                      |    2 +-
 gcc/Makefile.in                                    |    1 +
 gcc/ada/ChangeLog                                  |  111 +-
 gcc/ada/adaint.c                                   |   13 +-
 gcc/ada/bindgen.adb                                |    9 +-
 gcc/ada/cal.c                                      |    2 -
 gcc/ada/contracts.adb                              |    2 +-
 gcc/ada/cstreams.c                                 |    8 -
 .../gnat_rm/implementation_defined_attributes.rst  |    8 +-
 .../building_executable_programs_with_gnat.rst     |   30 +-
 gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst     | 1120 +-------------------
 gcc/ada/expect.c                                   |    8 +-
 gcc/ada/gnat_rm.texi                               |   22 +-
 gcc/ada/gnat_ugn.texi                              |   12 +-
 gcc/ada/gsocket.h                                  |    6 -
 gcc/ada/mingw32.h                                  |   28 -
 gcc/ada/rtsfind.ads                                |  111 +-
 gcc/ada/s-oscons-tmplt.c                           |    3 -
 gcc/ada/sem_ch12.adb                               |    7 +-
 gcc/ada/sem_ch5.adb                                |    8 +-
 gcc/ada/sem_util.adb                               |   24 +-
 gcc/ada/sem_warn.ads                               |    9 +-
 gcc/ada/sysdep.c                                   |    6 +-
 gcc/attribs.cc                                     |    3 +
 gcc/c-family/ChangeLog                             |   20 +
 gcc/c-family/c-common.cc                           |    2 +
 gcc/c-family/c-common.h                            |    1 +
 gcc/c-family/c-cppbuiltin.cc                       |    2 +-
 gcc/c-family/c-warn.cc                             |    9 +-
 gcc/c/ChangeLog                                    |   26 +
 gcc/c/c-parser.cc                                  |   12 +
 gcc/c/c-tree.h                                     |    3 +-
 gcc/c/c-typeck.cc                                  |   23 +-
 gcc/c/gimple-parser.cc                             |    5 +
 gcc/cfgcleanup.cc                                  |    2 +-
 gcc/cfgcleanup.h                                   |    1 +
 gcc/cfgrtl.cc                                      |   29 +-
 gcc/common.opt                                     |    2 +-
 gcc/common/config/riscv/riscv-common.cc            |    2 +-
 gcc/config.gcc                                     |   24 +-
 gcc/config/aarch64/aarch64-arches.def              |    3 +
 gcc/config/aarch64/aarch64-cores.def               |    3 +-
 gcc/config/aarch64/aarch64-tune.md                 |    2 +-
 gcc/config/aarch64/aarch64.cc                      |   40 +-
 gcc/config/aarch64/aarch64.h                       |   18 +
 gcc/config/i386/constraints.md                     |    8 +
 gcc/config/i386/i386-expand.cc                     |  116 ++
 gcc/config/i386/i386.cc                            |   26 +-
 gcc/config/i386/mmx.md                             |    2 +-
 gcc/config/i386/predicates.md                      |   49 +
 gcc/config/i386/sse.md                             |    8 +-
 gcc/config/nvptx/gen-multilib-matches.sh           |   60 ++
 gcc/config/nvptx/nvptx.cc                          |    4 +
 gcc/config/nvptx/nvptx.h                           |    8 +
 gcc/config/nvptx/nvptx.opt                         |    2 +-
 gcc/config/nvptx/t-nvptx                           |   31 +-
 gcc/config/riscv/predicates.md                     |    3 +
 gcc/config/riscv/riscv-modes.def                   |  141 +++
 gcc/config/riscv/riscv-protos.h                    |    9 +
 gcc/config/riscv/riscv-selftests.cc                |  241 +++++
 gcc/config/riscv/riscv.cc                          |  298 +++++-
 gcc/config/riscv/riscv.h                           |   13 +-
 gcc/config/riscv/t-riscv                           |    4 +
 gcc/config/rs6000/rs6000-logue.cc                  |    2 +-
 gcc/config/rs6000/vector.md                        |    2 +-
 gcc/config/s390/s390.cc                            |   15 +-
 gcc/config/xtensa/xtensa.cc                        |  119 ++-
 gcc/configure                                      |   49 +-
 gcc/configure.ac                                   |   49 +-
 gcc/cp/ChangeLog                                   |   64 ++
 gcc/cp/constraint.cc                               |    6 +
 gcc/cp/cp-objcp-common.cc                          |    2 +
 gcc/cp/cp-tree.h                                   |    4 +
 gcc/cp/cxx-pretty-print.cc                         |    6 +
 gcc/cp/method.cc                                   |   38 +
 gcc/cp/module.cc                                   |   49 +-
 gcc/cp/parser.cc                                   |   10 +
 gcc/cp/pt.cc                                       |    2 +-
 gcc/cp/semantics.cc                                |    8 +
 gcc/cp/typeck2.cc                                  |   11 +-
 gcc/doc/install.texi                               |    9 +
 gcc/doc/invoke.texi                                |   22 +-
 gcc/doc/sourcebuild.texi                           |    2 +-
 gcc/fortran/ChangeLog                              |   79 ++
 gcc/fortran/trans-array.cc                         |    4 +-
 gcc/fortran/trans-decl.cc                          |    1 +
 gcc/fortran/trans-expr.cc                          |   83 +-
 gcc/fortran/trans.h                                |    3 +-
 gcc/gcc.cc                                         |   26 +-
 gcc/gimple-range-edge.cc                           |    2 +-
 gcc/gimple-range-fold.cc                           |  556 +---------
 gcc/gimple-range-fold.h                            |   16 +-
 gcc/gimple-range-gori.cc                           |  134 +--
 gcc/gimple-range-gori.h                            |   27 +-
 gcc/gimple-range-op.cc                             |  820 ++++++++++++++
 gcc/gimple-range-op.h                              |   52 +
 gcc/gimple-range.cc                                |   11 +-
 gcc/gimple-range.h                                 |    2 +-
 gcc/go/gofrontend/MERGE                            |    2 +-
 gcc/omp-expand.cc                                  |   17 +-
 gcc/omp-low.cc                                     |   20 +-
 gcc/opts.cc                                        |    2 +-
 gcc/passes.def                                     |    2 +-
 gcc/po/ChangeLog                                   |    4 +
 gcc/po/fr.po                                       |   19 +-
 gcc/range-op-float.cc                              |   28 +-
 gcc/range-op.cc                                    |  254 ++---
 gcc/range-op.h                                     |   17 +-
 gcc/real.cc                                        |    8 +
 gcc/testsuite/ChangeLog                            |  220 ++++
 gcc/testsuite/c-c++-common/goacc/reduction-7.c     |   22 +
 gcc/testsuite/c-c++-common/goacc/reduction-8.c     |   12 +
 gcc/testsuite/c-c++-common/gomp/pr106981.c         |    9 +
 gcc/testsuite/c-c++-common/gomp/pr107001.c         |   14 +
 gcc/testsuite/g++.dg/cpp23/feat-cxx2b.C            |    4 +-
 gcc/testsuite/g++.dg/cpp2a/char8_t3.C              |   37 +
 gcc/testsuite/g++.dg/cpp2a/char8_t4.C              |   17 +
 gcc/testsuite/g++.dg/cpp2a/feat-cxx2a.C            |    4 +-
 .../g++.dg/ext/char8_t-feature-test-macro-2.C      |    4 +-
 gcc/testsuite/g++.dg/ext/char8_t-init-2.C          |    4 +-
 gcc/testsuite/g++.dg/ext/has-builtin-1.C           |    6 +
 gcc/testsuite/g++.dg/ext/is_convertible1.C         |  269 +++++
 gcc/testsuite/g++.dg/ext/is_convertible2.C         |   46 +
 gcc/testsuite/g++.dg/ext/is_convertible3.C         |    9 +
 gcc/testsuite/g++.dg/ext/is_nothrow_convertible1.C |  270 +++++
 gcc/testsuite/g++.dg/ext/is_nothrow_convertible2.C |   19 +
 gcc/testsuite/g++.dg/ext/is_nothrow_convertible3.C |    9 +
 gcc/testsuite/g++.dg/modules/partial-2.cc          |   17 +
 gcc/testsuite/g++.dg/modules/partial-2.h           |   38 +
 gcc/testsuite/g++.dg/modules/partial-2_a.C         |    6 +
 gcc/testsuite/g++.dg/modules/partial-2_b.C         |    5 +
 gcc/testsuite/g++.dg/modules/partial-2_c.H         |    5 +
 gcc/testsuite/g++.dg/modules/partial-2_d.C         |    8 +
 gcc/testsuite/g++.dg/other/error36.C               |   13 +
 gcc/testsuite/g++.dg/torture/pr106922.C            |   48 +
 gcc/testsuite/g++.dg/tree-ssa/pr106922.C           |    5 +-
 gcc/testsuite/g++.dg/warn/Wuninitialized-33.C      |   55 +
 gcc/testsuite/gcc.dg/Wxor-used-as-pow-pr106830.c   |    6 +
 gcc/testsuite/gcc.dg/c2x-complit-1.c               |   35 +
 gcc/testsuite/gcc.dg/c2x-concat-1.c                |   31 +
 gcc/testsuite/gcc.dg/cpp/c2x-ucn-1.c               |  996 +++++++++++++++++
 gcc/testsuite/gcc.dg/tree-ssa/pr107009.c           |   15 +
 gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-100.c        |   25 +
 gcc/testsuite/gcc.dg/vect/tsvc/vect-tsvc-s243.c    |    2 +-
 .../gcc.target/aarch64/advsimd-intrinsics/vld1x2.c |    2 +-
 .../gcc.target/aarch64/advsimd-intrinsics/vld1x3.c |    2 +-
 .../gcc.target/aarch64/advsimd-intrinsics/vld1x4.c |    2 +-
 .../gcc.target/i386/avx256-unaligned-load-1.c      |    4 +-
 .../gcc.target/i386/avx256-unaligned-store-1.c     |    4 +-
 .../gcc.target/i386/avx256-unaligned-store-2.c     |    4 +-
 .../gcc.target/i386/avx256-unaligned-store-3.c     |    6 +-
 gcc/testsuite/gcc.target/i386/pr106994.c           |   24 +
 gcc/testsuite/gcc.target/i386/pr53346-1.c          |   70 ++
 gcc/testsuite/gcc.target/i386/pr53346-2.c          |   59 ++
 gcc/testsuite/gcc.target/i386/pr53346-3.c          |   69 ++
 gcc/testsuite/gcc.target/i386/pr53346-4.c          |   59 ++
 gcc/testsuite/gcc.target/i386/pr94962-1.c          |   11 +
 gcc/testsuite/gcc.target/i386/pr94962-2.c          |   17 +
 gcc/testsuite/gcc.target/i386/pr94962-3.c          |   64 ++
 gcc/testsuite/gcc.target/i386/pr94962-4.c          |   49 +
 gcc/testsuite/gcc.target/powerpc/pr100645.c        |   13 +
 gcc/testsuite/gcc.target/powerpc/pr96072.c         |   14 +
 gcc/testsuite/gcc.target/riscv/ret-1.c             |   41 +
 gcc/testsuite/gfortran.dg/PR100103.f90             |   76 ++
 gcc/testsuite/gfortran.dg/associate_26a.f90        |   15 +
 gcc/testsuite/gfortran.dg/intent_optimize_10.f90   |   66 ++
 gcc/testsuite/gfortran.dg/intent_optimize_4.f90    |   43 +
 gcc/testsuite/gfortran.dg/intent_optimize_5.f90    |   24 +
 gcc/testsuite/gfortran.dg/intent_optimize_6.f90    |   34 +
 gcc/testsuite/gfortran.dg/intent_optimize_7.f90    |   45 +
 gcc/testsuite/gfortran.dg/intent_optimize_8.f90    |   45 +
 gcc/testsuite/gfortran.dg/intent_optimize_9.f90    |   42 +
 gcc/testsuite/gfortran.dg/intent_out_15.f90        |   27 +
 gcc/testsuite/lib/scanasm.exp                      |    7 +-
 gcc/testsuite/selftests/riscv/empty-func.rtl       |    8 +
 gcc/tree-data-ref.cc                               |    6 +-
 gcc/tree-ssa-dom.cc                                |   35 +-
 gcc/tree-ssa-dse.cc                                |   51 +-
 gcc/tree-ssa-sccvn.cc                              |  144 ++-
 gcc/tree-ssa-threadbackward.cc                     |   20 +-
 gcc/tree-vrp.cc                                    |    6 +-
 gcc/value-query.cc                                 |    6 +-
 gcc/value-range-pretty-print.cc                    |   19 +-
 gcc/value-range-pretty-print.h                     |    1 +
 gcc/value-range.cc                                 |   86 +-
 gcc/value-range.h                                  |   75 +-
 include/dwarf2.h                                   |   10 +
 libgcc/ChangeLog                                   |   12 +
 libgcc/unwind-dw2-fde.c                            |    8 +-
 libgo/go/cmd/cgo/gcc.go                            |   77 +-
 libgo/go/cmd/cgo/main.go                           |    1 -
 libgo/go/cmd/cgo/out.go                            |   13 +-
 libgo/go/cmd/go/internal/load/pkg.go               |    8 +-
 libgo/go/runtime/cgo/cgo.go                        |   18 +
 libgomp/ChangeLog                                  |    5 +
 libgomp/testsuite/libgomp.c-c++-common/pr106981.c  |   19 +
 libiberty/ChangeLog                                |    4 +
 libiberty/README                                   |    2 +-
 libstdc++-v3/ChangeLog                             |  176 +++
 libstdc++-v3/include/bits/alloc_traits.h           |    4 +-
 libstdc++-v3/include/bits/ptr_traits.h             |   47 +-
 libstdc++-v3/include/debug/bitset                  |   43 +-
 libstdc++-v3/include/experimental/type_traits      |   24 +-
 libstdc++-v3/include/std/bitset                    |  256 +++--
 libstdc++-v3/include/std/type_traits               |   99 +-
 libstdc++-v3/include/std/version                   |    1 +
 libstdc++-v3/python/libstdcxx/v6/printers.py       |    5 -
 libstdc++-v3/testsuite/17_intro/names.cc           |    1 +
 libstdc++-v3/testsuite/20_util/bitset/107037.cc    |    7 +
 .../{23_containers => 20_util}/bitset/18604.cc     |    0
 .../{23_containers => 20_util}/bitset/45713.cc     |    0
 .../testsuite/20_util/bitset/access/constexpr.cc   |   57 +
 .../to_string => 20_util/bitset/access}/dr396.cc   |    0
 .../1.cc => 20_util/bitset/access/to_string.cc}    |    0
 .../1.cc => 20_util/bitset/access/to_ullong.cc}    |    0
 .../1.cc => 20_util/bitset/access/to_ulong.cc}     |    0
 .../{23_containers => 20_util}/bitset/cons/1.cc    |    0
 .../bitset/cons/16020.cc                           |    0
 .../{23_containers => 20_util}/bitset/cons/2.cc    |    0
 .../{23_containers => 20_util}/bitset/cons/3.cc    |    0
 .../bitset/cons/38244.cc                           |    0
 .../bitset/cons/50268.cc                           |    0
 .../{23_containers => 20_util}/bitset/cons/6282.cc |    0
 .../bitset/cons/constexpr.cc                       |    0
 .../20_util/bitset/cons/constexpr_c++23.cc         |   55 +
 .../bitset/cons/dr1325-1.cc                        |    0
 .../bitset/cons/dr1325-2.cc                        |    0
 .../bitset/cons/dr396.cc                           |    0
 .../testsuite/20_util/bitset/count/constexpr.cc    |   93 ++
 .../bitset/debug/invalidation/1.cc                 |    0
 .../{23_containers => 20_util}/bitset/ext/15361.cc |    0
 .../testsuite/20_util/bitset/ext/constexpr.cc      |   32 +
 .../{23_containers => 20_util}/bitset/hash/1.cc    |    0
 .../input/1.cc => 20_util/bitset/io/input.cc}      |    2 +-
 .../count => 20_util/bitset/observers}/6124.cc     |    0
 .../all/1.cc => 20_util/bitset/observers/all.cc}   |    0
 .../test/1.cc => 20_util/bitset/observers/test.cc} |    0
 .../bitset/operations/1.cc                         |    0
 .../bitset/operations/13838.cc                     |    0
 .../bitset/operations/2.cc                         |    0
 .../bitset/operations/96303.cc                     |    0
 .../bitset/operations/constexpr-2.cc               |    0
 .../bitset/operations/constexpr.cc                 |    0
 .../20_util/bitset/operations/constexpr_c++23.cc   |   31 +
 .../bitset/requirements/constexpr_functions.cc     |    0
 .../requirements/explicit_instantiation/1.cc       |    0
 .../requirements/explicit_instantiation/1_c++0x.cc |    0
 libstdc++-v3/testsuite/20_util/bitset/version.cc   |   10 +
 .../headers/bitset/synopsis.cc                     |    9 +
 .../20_util/is_assignable/requirements/access.cc   |   22 +
 .../20_util/is_nothrow_convertible/value.cc        |    2 -
 .../value_ext.cc => is_nothrow_invocable/91456.cc} |   19 +-
 .../testsuite/20_util/pointer_traits/lwg3545.cc    |   17 +
 256 files changed, 7976 insertions(+), 2839 deletions(-)

                 reply	other threads:[~2022-09-27 20:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20220927201827.E0A01385803F@sourceware.org \
    --to=erozen@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).