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

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

commit fae469a85036582d3c871ebdc408b3f03fd9602c
Merge: f5328673f12 0f39fb7b001
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Wed Feb 10 19:33:38 2021 +0000

    Merge master r11-7178.
    
            * Merge master r11-7178-g0f39fb7b001d.

Diff:

 gcc/ChangeLog                                      |  41 +++++
 gcc/DATESTAMP                                      |   2 +-
 gcc/analyzer/ChangeLog                             |  12 ++
 gcc/analyzer/sm-file.cc                            |  11 +-
 gcc/analyzer/store.cc                              |  17 +-
 gcc/c-family/c-common.c                            |   1 +
 gcc/cfgrtl.c                                       |   8 +-
 gcc/config/i386/sse.md                             |  11 ++
 gcc/config/nvptx/nvptx.c                           |   6 +-
 gcc/cp/ChangeLog                                   |  27 +++
 gcc/cp/constexpr.c                                 |  29 ++-
 gcc/cp/pt.c                                        |  11 +-
 gcc/dwarf2out.c                                    |  10 +
 gcc/fortran/openmp.c                               |   5 +-
 gcc/gimple-if-to-switch.cc                         |  20 +-
 gcc/gimplify.c                                     |   7 +
 gcc/ipa-icf.c                                      |   7 +-
 gcc/ipa-pure-const.c                               |   2 +-
 gcc/testsuite/ChangeLog                            |  51 ++++++
 gcc/testsuite/g++.dg/cpp2a/constexpr-new16.C       |  13 ++
 gcc/testsuite/g++.dg/cpp2a/constexpr-new17.C       |  15 ++
 gcc/testsuite/g++.dg/ext/weak6.C                   |   8 +
 gcc/testsuite/g++.dg/gomp/pr99007.C                |  18 ++
 gcc/testsuite/g++.dg/lookup/pr99030.C              |  16 ++
 gcc/testsuite/gcc.dg/analyzer/explode-1.c          |   2 +-
 gcc/testsuite/gcc.dg/analyzer/file-1.c             |   7 +
 gcc/testsuite/gcc.dg/analyzer/file-3.c             |  18 ++
 gcc/testsuite/gcc.dg/analyzer/pr94851-2.c          |  54 ++++++
 gcc/testsuite/gcc.dg/analyzer/pr98575-1.c          |  46 +++++
 gcc/testsuite/gcc.dg/gomp/pr99007-1.c              |  13 ++
 gcc/testsuite/gcc.dg/gomp/pr99007-2.c              |  15 ++
 gcc/testsuite/gcc.dg/gomp/pr99007-3.c              |  16 ++
 gcc/testsuite/gcc.target/i386/pr99025.c            |  17 ++
 .../gfortran.dg/goacc/array-with-dt-2.f90          |   5 +-
 .../gfortran.dg/goacc/derived-chartypes-1.f90      |   3 +
 .../gfortran.dg/goacc/derived-chartypes-2.f90      |   3 +
 gcc/tree-switch-conversion.c                       |   9 +-
 gcc/tree-switch-conversion.h                       |  10 +
 gcc/tree-vect-loop.c                               |   6 +-
 gcc/varasm.c                                       |   7 +-
 .../libgomp.oacc-fortran/array-stride-dt-1.f90     |   5 +-
 libstdc++-v3/ChangeLog                             |  64 +++++++
 libstdc++-v3/include/bits/hashtable.h              | 201 +++++++++++++++++++++
 libstdc++-v3/include/bits/hashtable_policy.h       |  22 +++
 libstdc++-v3/include/bits/stl_deque.h              |  20 +-
 libstdc++-v3/include/bits/stl_function.h           |  15 ++
 libstdc++-v3/include/bits/stl_tree.h               |  15 --
 libstdc++-v3/include/bits/unordered_map.h          |  94 ++++++++++
 libstdc++-v3/include/bits/unordered_set.h          |  99 ++++++++++
 libstdc++-v3/include/debug/unordered_map           |  84 +++++++++
 libstdc++-v3/include/debug/unordered_set           |  84 +++++++++
 libstdc++-v3/src/c++17/fs_ops.cc                   |  10 +-
 libstdc++-v3/src/filesystem/ops.cc                 |   4 +-
 .../23_containers/unordered_map/operations/1.cc    | 168 +++++++++++++++++
 .../unordered_multimap/operations/1.cc             | 135 ++++++++++++++
 .../unordered_multiset/operations/1.cc             | 135 ++++++++++++++
 .../23_containers/unordered_set/operations/1.cc    | 186 +++++++++++++++++++
 .../27_io/filesystem/operations/proximate.cc       |   2 +-
 .../27_io/filesystem/path/compare/lwg2936.cc       |   2 +-
 .../27_io/filesystem/path/generation/proximate.cc  |   2 +-
 .../27_io/filesystem/path/generation/relative.cc   |   4 +-
 libstdc++-v3/testsuite/util/testsuite_fs.h         |   2 +-
 62 files changed, 1838 insertions(+), 94 deletions(-)


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

only message in thread, other threads:[~2021-02-11  0:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-11  0:03 [gcc/devel/c++-coroutines] Merge master r11-7178 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).