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-7695.
Date: Tue, 16 Mar 2021 21:23:15 +0000 (GMT)	[thread overview]
Message-ID: <20210316212315.2490D385481A@sourceware.org> (raw)

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

commit d11b2f60c3f56e1c0d0fc4e24f45077cd4b23260
Merge: 154ff13aff6 a0b5843a9b2
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Tue Mar 16 19:30:38 2021 +0000

    Merge master r11-7695.
    
            * Merge master r11-7695-ga0b5843a9b2b.

Diff:

 contrib/ChangeLog                                  |   5 +
 contrib/gcc-changelog/git_update_version.py        |   4 +
 gcc/ChangeLog                                      |  38 ++
 gcc/DATESTAMP                                      |   2 +-
 gcc/analyzer/ChangeLog                             |   4 +
 gcc/c/ChangeLog                                    |   6 +
 gcc/config/aarch64/aarch64.c                       |  12 +-
 gcc/config/i386/i386-expand.c                      |  11 +-
 gcc/config/i386/i386-features.c                    |  31 +-
 gcc/config/i386/i386.h                             |   4 +
 gcc/config/i386/i386.md                            |  12 +
 gcc/config/rs6000/predicates.md                    |   9 +-
 gcc/config/s390/s390.c                             |  12 +-
 gcc/cp/ChangeLog                                   |  42 ++
 gcc/cp/call.c                                      |   3 +
 gcc/cp/decl.c                                      |  35 +-
 gcc/cp/module.cc                                   |  64 +-
 gcc/cp/name-lookup.c                               |   4 +-
 gcc/cp/name-lookup.h                               |   1 +
 gcc/fortran/ChangeLog                              |  12 +
 gcc/go/gofrontend/MERGE                            |   2 +-
 gcc/optc-save-gen.awk                              |   1 +
 gcc/po/ChangeLog                                   |   4 +
 gcc/po/sv.po                                       | 721 ++++++++-------------
 gcc/testsuite/ChangeLog                            |  72 ++
 gcc/testsuite/g++.dg/gomp/declare-simd-1.C         |   2 +-
 gcc/testsuite/g++.dg/modules/builtin-3_a.C         |   4 +-
 gcc/testsuite/g++.dg/modules/builtin-3_b.C         |   2 +-
 gcc/testsuite/g++.dg/modules/pr99496_a.H           |  17 +
 gcc/testsuite/g++.dg/modules/pr99496_b.C           |   3 +
 gcc/testsuite/g++.dg/vect/simd-clone-7.cc          |   2 -
 gcc/testsuite/g++.target/i386/pr99108.C            |  19 +
 gcc/testsuite/gcc.dg/declare-simd.c                |   1 +
 gcc/testsuite/gcc.dg/gomp/pr59669-2.c              |   1 -
 gcc/testsuite/gcc.dg/gomp/pr99542.c                |  17 +
 gcc/testsuite/gcc.dg/gomp/simd-clones-2.c          |   1 -
 gcc/testsuite/gcc.target/arm/pr99592.c             |   7 +
 gcc/testsuite/gcc.target/i386/avx-pr99563.c        |  38 ++
 gcc/testsuite/gcc.target/i386/pr99600.c            |  16 +
 gcc/testsuite/gcc.target/powerpc/pr98092.c         |   7 +
 .../s390/vector/long-double-asm-fprvrmem.c         |  11 +
 libgo/MERGE                                        |   2 +-
 libgo/VERSION                                      |   2 +-
 libgo/go/archive/zip/reader.go                     |   2 +-
 libgo/go/archive/zip/reader_test.go                |  35 +
 libgo/go/cmd/go.mod                                |   2 +-
 libgo/go/cmd/go/internal/get/get.go                |  30 +-
 libgo/go/cmd/go/internal/modcmd/tidy.go            |   9 +-
 libgo/go/cmd/go/internal/modcmd/vendor.go          |   9 +-
 libgo/go/cmd/go/internal/modget/get.go             |   2 +-
 libgo/go/cmd/go/internal/modget/query.go           |   2 +-
 libgo/go/cmd/go/internal/modload/import.go         |  18 +-
 libgo/go/cmd/go/internal/modload/init.go           |  11 +-
 libgo/go/cmd/go/internal/modload/list.go           |   2 +-
 libgo/go/cmd/go/internal/modload/load.go           |  13 +-
 libgo/go/cmd/go/internal/run/run.go                |  20 +-
 .../go/cmd/go/testdata/script/mod_convert_dep.txt  |   2 +-
 libgo/go/cmd/go/testdata/script/mod_edit.txt       |  16 +-
 libgo/go/cmd/go/testdata/script/mod_find.txt       |   2 +-
 libgo/go/cmd/go/testdata/script/mod_outside.txt    |  52 +-
 libgo/go/cmd/go/testdata/script/mod_tidy_error.txt |   4 +-
 libgo/go/cmd/vendor/modules.txt                    |   2 +-
 libgo/go/encoding/xml/xml.go                       |  19 +-
 libgo/go/encoding/xml/xml_test.go                  | 104 ++-
 libgo/go/go/build/build_test.go                    |   2 +-
 libgo/go/golang.org/x/mod/modfile/rule.go          | 167 +++--
 libgo/go/golang.org/x/mod/module/module.go         |  40 +-
 libgo/go/time/zoneinfo.go                          |   6 +-
 libgo/go/time/zoneinfo_test.go                     |  60 +-
 libgo/misc/cgo/testplugin/plugin_test.go           |  13 +-
 libgo/misc/cgo/testplugin/testdata/method2/main.go |  32 +
 libgo/misc/cgo/testplugin/testdata/method2/p/p.go  |   9 +
 .../misc/cgo/testplugin/testdata/method2/plugin.go |  11 +
 libgomp/ChangeLog                                  |   5 +
 libiberty/sha1.c                                   |   2 +-
 libstdc++-v3/ChangeLog                             |  26 +
 .../post/aarch64-linux-gnu/baseline_symbols.txt    |   2 -
 .../abi/post/ia64-linux-gnu/baseline_symbols.txt   |   2 -
 .../abi/post/m68k-linux-gnu/baseline_symbols.txt   |   2 -
 .../post/riscv64-linux-gnu/baseline_symbols.txt    |   2 -
 libstdc++-v3/config/abi/pre/gnu.ver                |   5 -
 libstdc++-v3/include/std/mutex                     | 242 +++----
 libstdc++-v3/src/c++11/mutex.cc                    |  59 --
 .../testsuite/30_threads/call_once/66146.cc        |  53 --
 84 files changed, 1430 insertions(+), 929 deletions(-)


                 reply	other threads:[~2021-03-16 21:23 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=20210316212315.2490D385481A@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).