public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
From: Iain D Sandoe <iains@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org
Subject: [gcc/devel/c++-coroutines] Merge master r11-7348.
Date: Tue, 23 Feb 2021 22:03:18 +0000 (GMT)	[thread overview]
Message-ID: <20210223220318.A04EC384801D@sourceware.org> (raw)

https://gcc.gnu.org/g:1a76a8fa8fe4078fdca4b96bc520041a5864037a

commit 1a76a8fa8fe4078fdca4b96bc520041a5864037a
Merge: cd2258183cf a6c7e0fcffc
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Tue Feb 23 19:29:53 2021 +0000

    Merge master r11-7348.
    
            * Merge master r11-7348-ga6c7e0fcffc8.

Diff:

 config.guess                                       |  48 ++-
 config.sub                                         |  23 +-
 gcc/ChangeLog                                      |  47 +++
 gcc/DATESTAMP                                      |   2 +-
 gcc/analyzer/ChangeLog                             |  14 +
 gcc/analyzer/engine.cc                             |   6 +-
 gcc/analyzer/region-model-impl-calls.cc            |  38 ++
 gcc/analyzer/region-model.cc                       |  22 +-
 gcc/analyzer/region-model.h                        |   7 +-
 gcc/config/aarch64/aarch64-tuning-flags.def        |   2 +
 gcc/config/aarch64/aarch64.c                       |  16 +-
 gcc/config/aarch64/aarch64.md                      |   8 +
 gcc/config/rs6000/rs6000.md                        |  20 +-
 gcc/config/rs6000/vsx.md                           |  22 +-
 gcc/cp/ChangeLog                                   |  15 +
 gcc/cp/decl.c                                      |  13 +-
 gcc/cp/pt.c                                        |   8 +-
 gcc/fold-const.c                                   |   2 +-
 gcc/fortran/ChangeLog                              |   6 +
 gcc/fortran/simplify.c                             |   2 +
 gcc/ipa-icf.c                                      |  13 +
 gcc/po/sv.po                                       | 404 +++++++++------------
 gcc/testsuite/ChangeLog                            |  62 ++++
 gcc/testsuite/c-c++-common/asan/pr99168.c          |  26 ++
 gcc/testsuite/c-c++-common/attr-retain-5.c         |   2 +-
 gcc/testsuite/c-c++-common/attr-retain-6.c         |   2 +-
 gcc/testsuite/c-c++-common/attr-retain-7.c         |   2 +-
 gcc/testsuite/c-c++-common/attr-retain-8.c         |   2 +-
 gcc/testsuite/c-c++-common/attr-retain-9.c         |   2 +-
 gcc/testsuite/g++.dg/modules/pr99208_a.C           |   9 +
 gcc/testsuite/g++.dg/modules/pr99208_b.C           |   4 +
 gcc/testsuite/g++.dg/template/non-dependent15.C    |  12 +
 gcc/testsuite/g++.dg/warn/Warray-bounds-10.C       |  24 +-
 gcc/testsuite/g++.dg/warn/Warray-bounds-11.C       |  24 +-
 gcc/testsuite/g++.dg/warn/Warray-bounds-12.C       |  24 +-
 gcc/testsuite/g++.dg/warn/Warray-bounds-13.C       |  24 +-
 gcc/testsuite/g++.dg/warn/Wplacement-new-size-1.C  |  12 +-
 gcc/testsuite/g++.dg/warn/Wplacement-new-size-2.C  |  14 +-
 gcc/testsuite/g++.dg/warn/Wplacement-new-size-6.C  |  22 +-
 gcc/testsuite/gcc.dg/analyzer/error-1.c            |  66 ++++
 gcc/testsuite/gcc.dg/analyzer/error-2.c            |  48 +++
 gcc/testsuite/gcc.dg/analyzer/error-3.c            |  11 +
 .../aarch64/sve/cse_sve_vl_constants_1.c           |  12 +
 gcc/testsuite/gcc.target/powerpc/vec-init-10.c     |  24 ++
 gcc/testsuite/gfortran.dg/pr99204.f90              |  10 +
 gcc/testsuite/gfortran.dg/reshape_zerosize_4.f90   |  14 +
 libgcc/ChangeLog                                   |  37 ++
 libgcc/config/rs6000/_dd_to_kf.c                   |  37 ++
 libgcc/config/rs6000/_kf_to_dd.c                   |  37 ++
 libgcc/config/rs6000/_kf_to_sd.c                   |  37 ++
 libgcc/config/rs6000/_kf_to_td.c                   |  37 ++
 libgcc/config/rs6000/_sd_to_kf.c                   |  37 ++
 libgcc/config/rs6000/_sprintfkf.c                  |  57 +++
 libgcc/config/rs6000/_sprintfkf.h                  |  28 ++
 libgcc/config/rs6000/_strtokf.c                    |  53 +++
 libgcc/config/rs6000/_strtokf.h                    |  27 ++
 libgcc/config/rs6000/_td_to_kf.c                   |  37 ++
 libgcc/config/rs6000/quad-float128.h               |   8 +
 libgcc/config/rs6000/t-float128                    |  37 +-
 libgcc/dfp-bit.c                                   |  13 +-
 libgcc/dfp-bit.h                                   |  26 ++
 libgomp/ChangeLog                                  |   5 +
 libsanitizer/ubsan/ubsan_value.cpp                 |   2 +-
 libstdc++-v3/include/bits/char_traits.h            |   9 +-
 .../include/pstl/parallel_backend_serial.h         |   8 -
 libstdc++-v3/src/c++17/floating_to_chars.cc        |   8 +-
 .../char_traits/requirements/char/99181.cc         |  40 ++
 67 files changed, 1391 insertions(+), 379 deletions(-)


                 reply	other threads:[~2021-02-23 22:03 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=20210223220318.A04EC384801D@sourceware.org \
    --to=iains@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).