public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/c++-coroutines] Merge master r11-2721.
@ 2020-08-17 19:26 Iain D Sandoe
  0 siblings, 0 replies; only message in thread
From: Iain D Sandoe @ 2020-08-17 19:26 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:580eba7c4167d0ee22501ae848214db8fe460efd

commit 580eba7c4167d0ee22501ae848214db8fe460efd
Merge: db85d487a8c 26fdc47da75
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Mon Aug 17 19:22:00 2020 +0100

    Merge master r11-2721.
    
            * Merge master r11-2721-g26fdc47da756.

Diff:

 ChangeLog                                          |   4 +
 MAINTAINERS                                        |   1 +
 gcc/ChangeLog                                      |  74 +++++
 gcc/DATESTAMP                                      |   2 +-
 gcc/analyzer/ChangeLog                             |  19 ++
 gcc/analyzer/region-model.cc                       |   5 +
 gcc/analyzer/region-model.h                        |   2 +
 gcc/analyzer/region.cc                             |  27 ++
 gcc/analyzer/store.cc                              |  62 ++++
 gcc/analyzer/store.h                               |   3 +
 gcc/builtins.c                                     |  14 +-
 gcc/config/i386/i386.c                             |   6 +
 gcc/config/i386/predicates.md                      |  31 ++
 gcc/cp/ChangeLog                                   | 123 ++++++++
 gcc/cp/call.c                                      |   7 +-
 gcc/cp/coroutines.cc                               |   2 +-
 gcc/cp/cp-tree.h                                   |   6 +-
 gcc/cp/name-lookup.c                               |  83 +++--
 gcc/cp/name-lookup.h                               |  20 +-
 gcc/cp/parser.c                                    |  23 +-
 gcc/cp/pt.c                                        |  23 +-
 gcc/cp/semantics.c                                 |   4 +-
 gcc/doc/analyzer.texi                              |   5 +
 gcc/expr.c                                         | 180 +++++++++--
 gcc/expr.h                                         |   8 +-
 gcc/fold-const-call.c                              |   6 +-
 gcc/fold-const.c                                   |  33 +-
 gcc/fold-const.h                                   |   3 +-
 gcc/fortran/openmp.c                               |  11 +-
 gcc/gimple-fold.c                                  |   8 +-
 gcc/simplify-rtx.c                                 |  32 ++
 gcc/testsuite/ChangeLog                            |  34 ++
 gcc/testsuite/gcc.dg/analyzer/pr96611.c            |  14 +
 gcc/testsuite/gcc.dg/memchr.c                      |  94 ++++++
 gcc/testsuite/gcc.dg/memcmp-2.c                    | 183 +++++++++++
 gcc/testsuite/gcc.dg/memcmp-3.c                    | 349 +++++++++++++++++++++
 gcc/testsuite/gcc.dg/memcmp-4.c                    |  81 +++++
 gcc/testsuite/gcc.target/i386/endbr_immediate.c    | 198 ++++++++++++
 gcc/vr-values.c                                    |  53 ++--
 gcc/vr-values.h                                    |  14 +-
 libcc1/ChangeLog                                   |  15 +
 libcc1/libcp1plugin.cc                             |   3 +-
 libgfortran/config/t-aix                           |   3 +-
 libstdc++-v3/ChangeLog                             |   5 +
 libstdc++-v3/include/std/tuple                     |  53 ++++
 .../20_util/tuple/comparison_operators/93147.cc    |  36 +++
 .../20_util/tuple/creation_functions/55713.cc      |  33 ++
 .../20_util/tuple/element_access/71096.cc          |  30 ++
 .../testsuite/libstdc++-prettyprinters/48362.cc    |   2 +-
 49 files changed, 1846 insertions(+), 181 deletions(-)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-08-17 19:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-17 19:26 [gcc/devel/c++-coroutines] Merge master r11-2721 Iain D Sandoe

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).