public inbox for gcc-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-7609.
Date: Wed, 10 Mar 2021 21:34:04 +0000 (GMT)	[thread overview]
Message-ID: <20210310213404.75F9A3858004@sourceware.org> (raw)

https://gcc.gnu.org/g:cfd945a8f59e24adc10610511f2af6b05e34ad7f

commit cfd945a8f59e24adc10610511f2af6b05e34ad7f
Merge: 6f549fa59c6 44fd4dc0b68
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Wed Mar 10 19:36:35 2021 +0000

    Merge master r11-7609.
    
            * Merge master r11-7609-g44fd4dc0b684.

Diff:

 gcc/ChangeLog                                      |  81 +++++++
 gcc/DATESTAMP                                      |   2 +-
 gcc/ada/ChangeLog                                  |   5 +
 gcc/ada/gcc-interface/decl.c                       |   4 +
 gcc/analyzer/engine.cc                             | 251 ++++++++++++---------
 gcc/analyzer/exploded-graph.h                      |  22 ++
 gcc/analyzer/supergraph.h                          |  28 +--
 gcc/config/aarch64/aarch64.c                       |   2 +-
 gcc/config/cris/cris.h                             |   3 +
 gcc/config/sparc/sparc.c                           |  15 +-
 gcc/cp/ChangeLog                                   |  13 ++
 gcc/cp/decl.c                                      |   7 +
 gcc/doc/sourcebuild.texi                           |   3 +
 gcc/doc/ux.texi                                    |  25 ++
 gcc/fortran/trans-intrinsic.c                      |   2 +-
 gcc/ira-lives.c                                    |  98 ++++----
 gcc/ira.c                                          |  25 +-
 gcc/testsuite/ChangeLog                            |  41 ++++
 gcc/testsuite/g++.dg/ext/pr99508.C                 |  20 ++
 gcc/testsuite/g++.dg/opt/pr99305.C                 |   2 +-
 gcc/testsuite/gcc.c-torture/compile/asmgoto-2.c    |   3 +-
 gcc/testsuite/gcc.c-torture/compile/asmgoto-5.c    |   3 +-
 gcc/testsuite/gcc.c-torture/compile/pr98096.c      |   2 +-
 gcc/testsuite/gcc.dg/analyzer/pr94047.c            |   4 -
 gcc/testsuite/gcc.dg/analyzer/zlib-2.c             |   2 -
 gcc/testsuite/gcc.dg/pr97954.c                     |   2 +-
 gcc/testsuite/gcc.dg/vect/pr99102.c                |  20 ++
 gcc/testsuite/gnat.dg/specs/lto25.ads              |  12 +
 gcc/testsuite/lib/target-supports.exp              |  10 +
 gcc/tree-vect-stmts.c                              |   4 +-
 gcc/tree.c                                         |   4 +-
 libstdc++-v3/include/bits/align.h                  |   1 +
 libstdc++-v3/include/bits/codecvt.h                |   3 +
 libstdc++-v3/include/bits/enable_special_members.h |   2 +
 libstdc++-v3/include/bits/erase_if.h               |   2 +
 libstdc++-v3/include/bits/functional_hash.h        |   1 +
 libstdc++-v3/include/bits/invoke.h                 |   1 +
 libstdc++-v3/include/bits/ostream_insert.h         |   1 +
 libstdc++-v3/include/bits/parse_numbers.h          |   1 +
 libstdc++-v3/include/bits/predefined_ops.h         |   2 +
 libstdc++-v3/include/bits/range_access.h           |   1 +
 libstdc++-v3/include/bits/ranges_cmp.h             |  23 +-
 libstdc++-v3/include/bits/stl_bvector.h            |  12 -
 libstdc++-v3/include/bits/stl_iterator.h           |   1 +
 libstdc++-v3/include/bits/stl_uninitialized.h      |  11 +-
 libstdc++-v3/include/bits/uniform_int_dist.h       |   1 +
 libstdc++-v3/include/bits/unique_lock.h            |   1 +
 libstdc++-v3/include/debug/assertions.h            |   2 +
 libstdc++-v3/libsupc++/compare                     |   7 +-
 .../{builtin-ptr-three-way.cc => lwg3530.cc}       |  13 +-
 .../20_util/function_objects/range.cmp/lwg3530.cc  |  47 ++++
 .../29_atomics/atomic/wait_notify/bool.cc          |   1 +
 .../29_atomics/atomic/wait_notify/generic.cc       |   1 +
 .../29_atomics/atomic/wait_notify/pointers.cc      |   1 +
 .../29_atomics/atomic_flag/wait_notify/1.cc        |   1 +
 .../testsuite/30_threads/barrier/arrive.cc         |   1 +
 .../30_threads/barrier/arrive_and_drop.cc          |   1 +
 .../30_threads/barrier/arrive_and_wait.cc          |   1 +
 .../testsuite/30_threads/barrier/completion.cc     |   1 +
 libstdc++-v3/testsuite/30_threads/latch/3.cc       |   1 +
 .../testsuite/30_threads/semaphore/try_acquire.cc  |   1 +
 .../30_threads/semaphore/try_acquire_for.cc        |   1 +
 .../30_threads/semaphore/try_acquire_until.cc      |   1 +
 libstdc++-v3/testsuite/std/time/syn_c++20.cc       |   5 +-
 64 files changed, 623 insertions(+), 242 deletions(-)


                 reply	other threads:[~2021-03-10 21:34 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=20210310213404.75F9A3858004@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).