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

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

commit c655183a259d064a9e452ca73ba78d1160b9bdf6
Merge: e70e6f5e3e3 6173f713a35
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Tue Apr 13 19:20:51 2021 +0100

    Merge master r11-8157.
    
            * Merge master r11-8157-g6173f713a35d.

Diff:

 config/mh-mingw                                    |   2 +
 contrib/ChangeLog                                  |  11 +
 gcc/ChangeLog                                      |  63 +++
 gcc/DATESTAMP                                      |   2 +-
 gcc/ada/gcc-interface/misc.c                       |   3 +
 gcc/ada/gcc-interface/trans.c                      |  62 +--
 gcc/analyzer/supergraph.cc                         |  57 +-
 gcc/analyzer/supergraph.h                          |  15 +
 gcc/combine.c                                      |  16 +-
 gcc/config/aarch64/aarch64.md                      |  32 ++
 gcc/cp/ChangeLog                                   |   6 +
 gcc/cp/class.c                                     |  13 +-
 gcc/cp/constraint.cc                               |   3 +
 gcc/cp/init.c                                      |  17 +-
 gcc/cp/module.cc                                   |   4 +-
 gcc/cp/parser.c                                    |   6 +
 gcc/cp/pt.c                                        |  35 +-
 gcc/cp/typeck2.c                                   |  17 +-
 gcc/go/gofrontend/MERGE                            |   2 +-
 gcc/po/ChangeLog                                   |   4 +
 gcc/po/sv.po                                       |  30 +-
 gcc/simplify-rtx.c                                 |  22 +-
 gcc/testsuite/ChangeLog                            |  25 +
 gcc/testsuite/g++.dg/cpp0x/constexpr-base7.C       |  15 +
 .../g++.dg/cpp1y/lambda-generic-local-class1.C     |  10 +
 gcc/testsuite/g++.dg/cpp1z/class-deduction84.C     |   9 +
 gcc/testsuite/g++.dg/cpp2a/concepts-uneval1.C      |  10 +
 gcc/testsuite/g++.dg/cpp2a/concepts-uneval2.C      |   8 +
 gcc/testsuite/g++.dg/cpp2a/nontype-class43.C       |  11 +
 gcc/testsuite/g++.dg/diagnostic/pr72803.C          |   5 +-
 gcc/testsuite/g++.dg/parse/template2.C             |   2 +-
 gcc/testsuite/g++.dg/template/dependent-tmpl1.C    |   9 +
 gcc/testsuite/g++.dg/template/error8.C             |   2 +-
 gcc/testsuite/gcc.dg/analyzer/data-model-1.c       |   4 +-
 gcc/testsuite/gcc.dg/analyzer/pr98599-a.c          |   8 +
 gcc/testsuite/gcc.dg/analyzer/pr98599-b.c          |   1 +
 gcc/testsuite/gcc.dg/pr99830.c                     |  10 +
 gcc/testsuite/gcc.dg/torture/pr100053.c            |  25 +
 gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-93.c         |  21 +
 gcc/testsuite/gcc.target/aarch64/pr100028.c        |  22 +
 gcc/testsuite/gcc.target/i386/pr99905.c            |  33 ++
 gcc/tree-ssa-sccvn.c                               |  21 +-
 libcpp/include/line-map.h                          |  10 +-
 libcpp/line-map.c                                  |  21 +-
 libgo/MERGE                                        |   2 +-
 libgo/VERSION                                      |   2 +-
 libgo/go/cmd/go.mod                                |   2 +-
 libgo/go/cmd/go/alldocs.go                         |  20 +-
 libgo/go/cmd/go/internal/modfetch/cache.go         |  17 +
 libgo/go/cmd/go/internal/modfetch/fetch.go         |  77 +--
 libgo/go/cmd/go/internal/work/build.go             |  20 +-
 libgo/go/cmd/go/testdata/script/mod_verify.txt     |   7 +-
 libgo/go/cmd/vendor/modules.txt                    |   2 +-
 libgo/go/golang.org/x/mod/module/module.go         |  38 +-
 libgo/go/runtime/symtab_test.go                    |  85 +++
 libgo/go/runtime/time.go                           |   5 +
 libgo/go/testing/helper_test.go                    |  32 ++
 libgo/go/testing/testing.go                        |  15 +-
 libgo/go/time/sleep_test.go                        |  16 +
 libgo/misc/cgo/testplugin/plugin_test.go           |   7 +
 .../testplugin/testdata/issue44956/base/base.go    |   7 +
 .../cgo/testplugin/testdata/issue44956/main.go     |  47 ++
 .../cgo/testplugin/testdata/issue44956/plugin1.go  |   9 +
 .../cgo/testplugin/testdata/issue44956/plugin2.go  |  11 +
 libstdc++-v3/ChangeLog                             |  23 +
 libstdc++-v3/doc/html/index.html                   |   6 +-
 libstdc++-v3/doc/html/manual/appendix.html         |   6 +-
 libstdc++-v3/doc/html/manual/appendix_porting.html |   6 +-
 libstdc++-v3/doc/html/manual/backwards.html        | 363 +------------
 libstdc++-v3/doc/html/manual/index.html            |   6 +-
 .../doc/xml/manual/backwards_compatibility.xml     | 572 +--------------------
 libstdc++-v3/include/std/bit                       |  18 +-
 72 files changed, 986 insertions(+), 1139 deletions(-)


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

only message in thread, other threads:[~2021-04-13 20:38 UTC | newest]

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