public inbox for gcc-cvs@sourceware.org help / color / mirror / Atom feed
From: Martin Liska <marxin@gcc.gnu.org> To: gcc-cvs@gcc.gnu.org Subject: [gcc/devel/sphinx] Merge branch 'master' into devel/sphinx Date: Fri, 11 Jun 2021 11:03:46 +0000 (GMT) [thread overview] Message-ID: <20210611110346.9921A3AAAC20@sourceware.org> (raw) https://gcc.gnu.org/g:845e0842307f248c7cc2b8fc713e48d1058ac86e commit 845e0842307f248c7cc2b8fc713e48d1058ac86e Merge: 93e01322371 1fa991d1d74 Author: Martin Liska <mliska@suse.cz> Date: Fri Jun 11 13:03:29 2021 +0200 Merge branch 'master' into devel/sphinx Diff: contrib/ChangeLog | 5 + contrib/gcc-changelog/git_update_version.py | 4 +- gcc/ChangeLog | 116 ++++++++ gcc/DATESTAMP | 2 +- gcc/common.opt | 4 + gcc/config/h8300/extensions.md | 12 +- gcc/config/h8300/h8300.c | 4 +- gcc/config/i386/i386-expand.c | 300 +++++++++++++++------ gcc/config/i386/i386.md | 1 + gcc/config/i386/mmx.md | 86 +++++- gcc/config/i386/sse.md | 1 - gcc/config/rs6000/rs6000-builtin.def | 2 + gcc/config/rs6000/rs6000-call.c | 19 +- gcc/config/rs6000/rs6000.c | 6 +- gcc/config/rs6000/rs6000.md | 21 ++ gcc/config/s390/vector.md | 2 +- gcc/coverage.c | 31 ++- gcc/cp/ChangeLog | 24 ++ gcc/cp/constexpr.c | 10 + gcc/cp/constraint.cc | 9 + gcc/cp/cp-tree.h | 1 + gcc/cp/pt.c | 4 + gcc/cp/semantics.c | 82 +++++- gcc/d/ChangeLog | 13 + gcc/d/d-frontend.cc | 33 +-- gcc/d/d-tree.h | 1 + gcc/d/typeinfo.cc | 38 ++- gcc/doc/extend.texi | 4 +- gcc/doc/invoke.texi | 11 + gcc/gimple-pretty-print.c | 7 +- gcc/gimple-ssa-evrp.c | 11 +- gcc/gimple.h | 18 +- gcc/gimplify.c | 5 +- gcc/go/gofrontend/MERGE | 2 +- gcc/ifcvt.c | 4 +- gcc/omp-builtins.def | 5 +- gcc/omp-expand.c | 19 +- gcc/omp-low.c | 9 +- gcc/sort.cc | 14 +- gcc/system.h | 1 + gcc/testsuite/ChangeLog | 71 +++++ .../c-c++-common/goacc-gomp/nesting-fail-1.c | 4 +- gcc/testsuite/c-c++-common/goacc/finalize-1.c | 12 +- gcc/testsuite/c-c++-common/goacc/mdc-1.c | 19 +- gcc/testsuite/c-c++-common/goacc/mdc-2.c | 2 +- gcc/testsuite/c-c++-common/goacc/nesting-fail-1.c | 8 +- .../c-c++-common/goacc/struct-enter-exit-data-1.c | 4 +- gcc/testsuite/g++.dg/cpp23/feat-cxx2b.C | 2 - gcc/testsuite/g++.dg/cpp2a/concepts-return-req3.C | 6 + gcc/testsuite/g++.dg/cpp2a/feat-cxx2a.C | 2 - .../g++.dg/cpp2a/is-constant-evaluated12.C | 79 ++++++ .../g++.dg/cpp2a/is-constant-evaluated9.C | 4 +- gcc/testsuite/g++.dg/goacc/mdc.C | 2 +- gcc/testsuite/g++.dg/opt/pr100852.C | 25 ++ gcc/testsuite/g++.dg/template/ttp34.C | 14 + gcc/testsuite/g++.dg/template/ttp34a.C | 14 + gcc/testsuite/g++.dg/template/ttp34b.C | 14 + gcc/testsuite/gcc.dg/pr100788.c | 13 + gcc/testsuite/gcc.dg/torture/pr101009.c | 17 ++ gcc/testsuite/gcc.dg/vect/pr56541.c | 2 +- gcc/testsuite/gcc.target/i386/pr101021-1.c | 35 +++ gcc/testsuite/gcc.target/i386/pr101021-2.c | 21 ++ gcc/testsuite/gcc.target/powerpc/mma-builtin-4.c | 16 +- gcc/testsuite/gcc.target/powerpc/mma-builtin-5.c | 24 +- gcc/testsuite/gcc.target/powerpc/p9-fpcvt-3.c | 23 ++ .../gcc.target/s390/vector/vcond-mixed-double.c | 41 +++ .../gcc.target/s390/vector/vcond-mixed-float.c | 41 +++ gcc/testsuite/gdc.dg/pr100967.d | 11 + .../gfortran.dg/goacc/attach-descriptor.f90 | 6 +- gcc/testsuite/gfortran.dg/goacc/finalize-1.f | 12 +- .../gfortran.dg/goacc/mapping-tests-3.f90 | 2 +- gcc/toplev.c | 19 +- gcc/tree-data-ref.c | 10 +- gcc/tree-vect-slp.c | 7 +- gcc/value-query.cc | 24 +- gcc/value-query.h | 18 +- gcc/vec.h | 24 ++ libgcc/ChangeLog | 5 + libgcc/config/rs6000/quad-float128.h | 12 + libgo/MERGE | 2 +- libgo/VERSION | 2 +- libgo/go/archive/zip/reader.go | 64 +++-- libgo/go/archive/zip/reader_test.go | 115 +++++++- libgo/go/archive/zip/testdata/subdir.zip | Bin 0 -> 428 bytes libgo/go/cmd/go/internal/modcmd/download.go | 32 ++- libgo/go/cmd/go/internal/modcmd/tidy.go | 2 + libgo/go/cmd/go/internal/modload/buildlist.go | 30 +++ .../cmd/go/testdata/mod/rsc.io_sampler_v1.2.1.txt | 2 +- libgo/go/cmd/go/testdata/script/mod_download.txt | 36 ++- .../go/testdata/script/mod_get_trailing_slash.txt | 10 +- libgo/go/cmd/go/testdata/script/mod_query.txt | 5 +- libgo/go/cmd/go/testdata/script/mod_readonly.txt | 8 +- libgo/go/go.mod | 2 +- libgo/go/golang.org/x/net/http/httpguts/httplex.go | 10 +- libgo/go/math/big/ratconv.go | 15 +- libgo/go/math/big/ratconv_test.go | 25 ++ libgo/go/net/dnsclient_unix_test.go | 158 +++++++++++ libgo/go/net/http/httputil/reverseproxy.go | 22 +- libgo/go/net/http/httputil/reverseproxy_test.go | 63 ++++- libgo/go/net/http/transport_test.go | 8 +- libgo/go/net/lookup.go | 111 +++++++- libgo/go/os/signal/signal_test.go | 42 +++ libgo/go/runtime/pprof/pprof_test.go | 3 +- libgo/go/runtime/proc.go | 26 ++ libgo/go/runtime/runtime2.go | 7 +- libgo/go/runtime/sigqueue.go | 2 +- libgo/go/time/zoneinfo.go | 27 +- libgo/go/time/zoneinfo_read.go | 44 +-- libgo/go/time/zoneinfo_test.go | 37 ++- libgo/go/vendor/modules.txt | 2 +- libgomp/ChangeLog | 33 +++ libgomp/libgomp.map | 6 + libgomp/libgomp_g.h | 6 +- libgomp/oacc-mem.c | 172 ++++++++---- libgomp/oacc-parallel.c | 58 ---- libgomp/testsuite/libgomp.fortran/pr100981-2.f90 | 2 + 116 files changed, 2283 insertions(+), 512 deletions(-)
next reply other threads:[~2021-06-11 11:03 UTC|newest] Thread overview: 126+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-06-11 11:03 Martin Liska [this message] -- strict thread matches above, loose matches on Subject: below -- 2022-11-08 11:37 Martin Liska 2022-11-07 8:55 Martin Liska 2022-11-07 7:25 Martin Liska 2022-10-28 8:02 Martin Liska 2022-10-26 10:59 Martin Liska 2022-10-21 10:48 Martin Liska 2022-10-19 13:25 Martin Liska 2022-10-17 8:20 Martin Liska 2022-10-15 13:33 Martin Liska 2022-10-13 13:54 Martin Liska 2022-10-08 8:19 Martin Liska 2022-10-04 10:05 Martin Liska 2022-09-29 8:41 Martin Liska 2022-09-26 19:06 Martin Liska 2022-09-20 15:24 Martin Liska 2022-09-20 12:03 Martin Liska 2022-09-20 11:53 Martin Liska 2022-09-12 8:43 Martin Liska 2022-09-06 4:52 Martin Liska 2022-09-05 9:22 Martin Liska 2022-09-05 8:45 Martin Liska 2022-08-24 8:10 Martin Liska 2022-08-10 7:18 Martin Liska 2022-08-09 13:30 Martin Liska 2022-08-08 7:05 Martin Liska 2022-08-01 3:54 Martin Liska 2022-07-26 12:28 Martin Liska 2022-07-26 12:09 Martin Liska 2022-07-26 8:04 Martin Liska 2022-07-25 7:01 Martin Liska 2022-07-21 14:12 Martin Liska 2022-07-19 13:41 Martin Liska 2022-07-18 7:51 Martin Liska 2022-07-14 9:34 Martin Liska 2022-07-14 8:35 Martin Liska 2022-07-14 8:23 Martin Liska 2022-07-12 11:24 Martin Liska 2022-07-10 14:45 Martin Liska 2022-06-17 11:35 Martin Liska 2022-06-17 11:06 Martin Liska 2022-03-15 9:13 Martin Liska 2022-03-10 9:42 Martin Liska 2022-03-06 15:29 Martin Liska 2022-01-28 13:08 Martin Liska 2022-01-24 12:35 Martin Liska 2022-01-20 12:38 Martin Liska 2022-01-18 14:25 Martin Liska 2022-01-12 12:35 Martin Liska 2022-01-03 19:33 Martin Liska 2022-01-03 10:16 Martin Liska 2021-12-30 13:34 Martin Liska 2021-12-29 12:43 Martin Liska 2021-12-28 10:14 Martin Liska 2021-12-28 10:06 Martin Liska 2021-12-22 11:17 Martin Liska 2021-12-22 11:08 Martin Liska 2021-12-22 11:03 Martin Liska 2021-12-20 10:01 Martin Liska 2021-12-17 14:04 Martin Liska 2021-12-16 14:23 Martin Liska 2021-12-16 13:11 Martin Liska 2021-12-13 10:57 Martin Liska 2021-12-12 21:22 Martin Liska 2021-12-09 10:39 Martin Liska 2021-12-01 12:31 Martin Liska 2021-11-25 12:26 Martin Liska 2021-11-23 10:28 Martin Liska 2021-11-22 16:39 Martin Liska 2021-11-22 12:58 Martin Liska 2021-11-16 14:50 Martin Liska 2021-10-21 9:51 Martin Liska 2021-10-18 12:43 Martin Liska 2021-08-27 8:52 Martin Liska 2021-08-26 9:23 Martin Liska 2021-08-24 14:43 Martin Liska 2021-08-24 7:30 Martin Liska 2021-08-23 13:42 Martin Liska 2021-08-23 10:35 Martin Liska 2021-08-19 10:03 Martin Liska 2021-08-18 14:13 Martin Liska 2021-08-10 7:12 Martin Liska 2021-08-09 9:15 Martin Liska 2021-08-06 10:38 Martin Liska 2021-08-05 17:50 Martin Liska 2021-08-03 13:50 Martin Liska 2021-07-12 9:41 Martin Liska 2021-06-30 4:49 Martin Liska 2021-06-29 6:49 Martin Liska 2021-06-28 11:11 Martin Liska 2021-06-25 8:52 Martin Liska 2021-06-24 14:10 Martin Liska 2021-06-23 8:20 Martin Liska 2021-06-22 7:48 Martin Liska 2021-06-21 7:33 Martin Liska 2021-06-17 10:06 Martin Liska 2021-06-16 12:19 Martin Liska 2021-06-15 12:35 Martin Liska 2021-06-14 14:08 Martin Liska 2021-06-14 14:05 Martin Liska 2021-06-14 13:38 Martin Liska 2021-06-14 9:40 Martin Liska 2021-06-10 6:22 Martin Liska 2021-06-09 11:40 Martin Liska 2021-06-08 7:47 Martin Liska 2021-06-07 13:38 Martin Liska 2021-06-06 14:57 Martin Liska 2021-06-04 11:37 Martin Liska 2021-06-03 10:53 Martin Liska 2021-06-02 12:46 Martin Liska 2021-06-02 6:59 Martin Liska 2021-05-31 9:31 Martin Liska 2021-05-28 12:29 Martin Liska 2021-05-27 7:52 Martin Liska 2021-05-26 7:35 Martin Liska 2021-05-26 7:29 Martin Liska 2021-05-25 13:01 Martin Liska 2021-05-24 9:40 Martin Liska 2021-05-18 9:25 Martin Liska 2021-05-17 13:53 Martin Liska 2021-05-11 17:33 Martin Liska 2021-04-22 7:11 Martin Liska 2021-04-20 8:02 Martin Liska 2021-04-19 11:44 Martin Liska 2021-04-15 12:51 Martin Liska 2021-04-14 10:30 Martin Liska
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=20210611110346.9921A3AAAC20@sourceware.org \ --to=marxin@gcc.gnu.org \ --cc=gcc-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: linkBe 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).