public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org
Subject: [gcc(refs/vendors/redhat/heads/gcc-10-branch)] Merge commit 'r10-9078-g1cd47144fd250f37206c8e2a0cc7d51c25ad368c' into redhat/gcc-10-branch
Date: Wed, 25 Nov 2020 11:58:33 +0000 (GMT)	[thread overview]
Message-ID: <20201125115833.B90DC385E020@sourceware.org> (raw)

https://gcc.gnu.org/g:2cd1f70a7b47cb9bd8da4aa4663e7d75b0cfcac5

commit 2cd1f70a7b47cb9bd8da4aa4663e7d75b0cfcac5
Merge: 86495efb7a4 1cd47144fd2
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Wed Nov 25 12:57:53 2020 +0100

    Merge commit 'r10-9078-g1cd47144fd250f37206c8e2a0cc7d51c25ad368c' into redhat/gcc-10-branch

Diff:

 .gitignore                                         |   1 +
 ChangeLog                                          |   4 +
 contrib/ChangeLog                                  |   5 +
 contrib/gcc-changelog/git_commit.py                |  27 +--
 gcc/ChangeLog                                      | 117 ++++++++++++
 gcc/DATESTAMP                                      |   2 +-
 gcc/c-family/ChangeLog                             |  19 ++
 gcc/c/c-parser.c                                   |  10 +-
 gcc/config.gcc                                     |  23 ++-
 gcc/config/aarch64/aarch64-sve2.md                 |  31 +++-
 gcc/config/aarch64/aarch64.c                       |  13 +-
 gcc/config/arm/arm.c                               |   6 +-
 gcc/config/i386/i386.h                             |   3 +-
 gcc/config/i386/i386.md                            |   2 +-
 gcc/config/riscv/riscv.c                           |  23 +--
 gcc/config/riscv/riscv.h                           |   6 +-
 gcc/config/rs6000/rs6000-call.c                    |   2 +
 gcc/config/rs6000/rs6000.h                         |   6 +-
 gcc/cp/ChangeLog                                   |  47 +++++
 gcc/cp/pt.c                                        |   9 +-
 gcc/d/ChangeLog                                    |  47 +++++
 gcc/d/d-codegen.cc                                 |   5 +-
 gcc/d/dmd/cond.c                                   |   4 +
 gcc/d/dmd/dtemplate.c                              |  66 ++++++-
 gcc/d/dmd/mtype.c                                  |   6 +
 gcc/d/expr.cc                                      |  64 ++++---
 gcc/d/intrinsics.cc                                |  11 +-
 gcc/doc/install.texi                               |   6 +-
 gcc/doc/invoke.texi                                |  35 ++--
 gcc/dwarf2out.c                                    |  15 +-
 gcc/fortran/ChangeLog                              |  25 +++
 gcc/fortran/trans-decl.c                           |  19 +-
 gcc/fortran/trans-openmp.c                         |  50 ++---
 gcc/omp-expand.c                                   |  37 +++-
 gcc/omp-low.c                                      |  59 ++++--
 gcc/omp-offload.c                                  |  51 +++--
 gcc/po/ChangeLog                                   |   4 +
 gcc/po/zh_TW.po                                    |   8 +-
 gcc/testsuite/ChangeLog                            | 197 ++++++++++++++++++++
 .../c-c++-common/goacc/classify-parallel.c         |   4 +-
 gcc/testsuite/c-c++-common/goacc/classify-serial.c |  29 +++
 gcc/testsuite/c-c++-common/gomp/pr97958.c          |  17 ++
 gcc/testsuite/g++.dg/cpp0x/alias-decl-pr96805.C    |   9 +
 gcc/testsuite/g++.dg/debug/localclass2.C           |  24 +++
 gcc/testsuite/g++.target/riscv/pr97682.C           | 160 ++++++++++++++++
 gcc/testsuite/gcc.dg/debug/dwarf2/pr97060.c        |  13 ++
 gcc/testsuite/gcc.dg/pr97534.c                     |   9 +
 gcc/testsuite/gcc.dg/vect/nodump-vect-opt-info-1.c |   4 +-
 gcc/testsuite/gcc.dg/vect/nodump-vect-opt-info-2.c |   4 +-
 gcc/testsuite/gcc.dg/vect/pr97730.c                |  12 ++
 .../aarch64/advsimd-intrinsics/bf16_vstN_lane_2.c  |  10 +-
 gcc/testsuite/gcc.target/aarch64/pr97535.c         |  16 ++
 gcc/testsuite/gcc.target/aarch64/sve2/bcax_1.c     |   2 +-
 gcc/testsuite/gcc.target/arm/pr97528.c             |  28 +++
 gcc/testsuite/gcc.target/i386/pr97887.c            |  15 ++
 gcc/testsuite/gcc.target/powerpc/mma-alignment.c   |  41 +++++
 gcc/testsuite/gcc.target/riscv/interrupt-3.c       |   4 +-
 gcc/testsuite/gcc.target/riscv/interrupt-4.c       |   4 +-
 gcc/testsuite/gdc.dg/pr97843.d                     |  37 ++++
 gcc/testsuite/gdc.dg/pr97889.d                     |  29 +++
 .../gdc.test/compilable/imports/test21299/func.d   |   8 +
 .../gdc.test/compilable/imports/test21299/mtype.d  |   8 +
 .../compilable/imports/test21299/rootstringtable.d |  96 ++++++++++
 gcc/testsuite/gdc.test/compilable/test21299a.d     |   4 +
 gcc/testsuite/gdc.test/compilable/test21299b.d     |   4 +
 gcc/testsuite/gdc.test/compilable/test21299c.d     |   5 +
 gcc/testsuite/gdc.test/compilable/test21299d.d     |  27 +++
 .../gdc.test/fail_compilation/fail18970.d          |  37 ++++
 .../gdc.test/fail_compilation/imports/test21164a.d |   9 +
 .../gdc.test/fail_compilation/imports/test21164b.d |   4 +
 .../gdc.test/fail_compilation/imports/test21164c.d |  10 +
 .../gdc.test/fail_compilation/imports/test21164d.d |   9 +
 .../gdc.test/fail_compilation/test21164.d          |  13 ++
 gcc/testsuite/gfortran.dg/coverage.f90             |  17 ++
 gcc/testsuite/gfortran.dg/entry_23.f               |  57 ++++++
 .../goacc/classify-kernels-unparallelized.f95      |   4 +-
 .../gfortran.dg/goacc/classify-kernels.f95         |   4 +-
 .../gfortran.dg/goacc/classify-parallel.f95        |   4 +-
 .../gfortran.dg/goacc/classify-serial.f95          |  31 ++++
 gcc/testsuite/lib/gcc-dg.exp                       |   4 +-
 libstdc++-v3/ChangeLog                             | 205 +++++++++++++++++++++
 libstdc++-v3/config/os/gnu-linux/os_defines.h      |  12 ++
 libstdc++-v3/include/bits/char_traits.h            |   9 +-
 libstdc++-v3/include/bits/iterator_concepts.h      |  11 ++
 libstdc++-v3/include/bits/range_access.h           |  18 +-
 libstdc++-v3/include/bits/ranges_algo.h            |   4 +-
 libstdc++-v3/include/ext/numeric_traits.h          | 100 +++++++---
 libstdc++-v3/include/precompiled/stdc++.h          |   3 +
 libstdc++-v3/include/std/future                    |  14 +-
 libstdc++-v3/include/std/limits                    |  10 +-
 libstdc++-v3/include/std/ranges                    |  18 +-
 libstdc++-v3/include/std/regex                     |  14 +-
 libstdc++-v3/include/std/stop_token                |  13 +-
 libstdc++-v3/include/std/thread                    |  12 +-
 libstdc++-v3/include/std/version                   |  16 +-
 libstdc++-v3/src/c++11/futex.cc                    |  60 ++++--
 .../requirements/constexpr_functions_c++17.cc      |   4 +-
 .../testsuite/25_algorithms/search_n/97828.cc      |  58 ++++++
 .../29_atomics/atomic_float/value_init.cc          |   4 +-
 .../testsuite/30_threads/future/members/93456.cc   |  48 +++++
 .../testsuite/30_threads/future/members/poll.cc    | 106 +++++++++++
 libstdc++-v3/testsuite/30_threads/jthread/95989.cc |  54 ++++++
 .../testsuite/30_threads/this_thread/95989.cc      |  51 +++++
 libstdc++-v3/testsuite/std/ranges/adaptors/join.cc |  28 +++
 libstdc++-v3/testsuite/std/ranges/iota/96042.cc    |  68 +++++++
 .../testsuite/std/ranges/subrange/96042.cc         |  34 ++++
 106 files changed, 2588 insertions(+), 277 deletions(-)


                 reply	other threads:[~2020-11-25 11:58 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=20201125115833.B90DC385E020@sourceware.org \
    --to=jakub@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).