public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
From: Martin Liska <marxin@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org
Subject: [gcc/devel/sphinx] Merge branch 'master' into devel/sphinx
Date: Fri, 25 Jun 2021 08:52:05 +0000 (GMT)	[thread overview]
Message-ID: <20210625085205.D82E93AAB4AD@sourceware.org> (raw)

https://gcc.gnu.org/g:99c8f78b7f201a4253989e897082774f7d300367

commit 99c8f78b7f201a4253989e897082774f7d300367
Merge: 441aa2ce234 05516402f8e
Author: Martin Liska <mliska@suse.cz>
Date:   Fri Jun 25 10:51:49 2021 +0200

    Merge branch 'master' into devel/sphinx

Diff:

 ChangeLog                                          |   4 +
 gcc/ChangeLog                                      | 231 ++++++++++++++++++++
 gcc/DATESTAMP                                      |   2 +-
 gcc/Makefile.in                                    |   6 +-
 gcc/builtins.c                                     |  90 ++++----
 gcc/c-family/ChangeLog                             |   7 +
 gcc/c-family/c-common.c                            |   9 +-
 gcc/c-family/c-gimplify.c                          |   2 +-
 gcc/c-family/c-warn.c                              |  10 +-
 gcc/c/ChangeLog                                    |  27 +++
 gcc/c/c-decl.c                                     |  24 +--
 gcc/c/c-fold.c                                     |   8 +-
 gcc/c/c-parser.c                                   |   7 +-
 gcc/c/c-typeck.c                                   |  44 ++--
 gcc/calls.c                                        |  90 ++++----
 gcc/cfgexpand.c                                    |   6 +-
 gcc/cgraphunit.c                                   |   2 +-
 gcc/config/i386/i386-expand.c                      |  46 +++-
 gcc/config/i386/i386.c                             |  13 +-
 gcc/config/i386/i386.md                            |   3 +
 gcc/config/i386/mmx.md                             |  72 +++++++
 gcc/config/i386/sse.md                             |   3 -
 gcc/cp/ChangeLog                                   |  30 +++
 gcc/cp/call.c                                      |  10 +-
 gcc/cp/class.c                                     |   2 +-
 gcc/cp/constraint.cc                               |   6 +-
 gcc/cp/coroutines.cc                               |  22 +-
 gcc/cp/cp-gimplify.c                               |  30 +--
 gcc/cp/cp-ubsan.c                                  |   2 +-
 gcc/cp/cvt.c                                       |  12 +-
 gcc/cp/decl.c                                      |  15 +-
 gcc/cp/decl2.c                                     |   4 +-
 gcc/cp/except.c                                    |   3 +-
 gcc/cp/init.c                                      |  16 +-
 gcc/cp/method.c                                    |   2 +-
 gcc/cp/parser.c                                    |   6 +-
 gcc/cp/pt.c                                        |  34 +--
 gcc/cp/rtti.c                                      |   4 +-
 gcc/cp/semantics.c                                 |  17 +-
 gcc/cp/tree.c                                      |   2 +-
 gcc/cp/typeck.c                                    |  27 ++-
 gcc/diagnostic-spec.c                              | 179 ++++++++++++++++
 gcc/diagnostic-spec.h                              | 141 ++++++++++++
 gcc/fold-const.c                                   |  13 +-
 gcc/gengtype.c                                     |   2 +-
 gcc/gimple-array-bounds.cc                         |  21 +-
 gcc/gimple-expr.c                                  |   2 +-
 gcc/gimple-fold.c                                  |  27 ++-
 gcc/gimple-range-cache.cc                          |  29 +--
 gcc/gimple-range-fold.cc                           |  29 ++-
 gcc/gimple-range-fold.h                            |   2 +-
 gcc/gimple-ssa-isolate-paths.c                     |   5 +
 gcc/gimple-ssa-nonnull-compare.c                   |   2 +-
 gcc/gimple-ssa-sprintf.c                           |  10 +-
 gcc/gimple-ssa-store-merging.c                     |  12 +-
 gcc/gimple-ssa-warn-restrict.c                     | 114 +++++-----
 gcc/gimple-ssa-warn-restrict.h                     |  10 +-
 gcc/gimple.c                                       |   2 +-
 gcc/gimple.h                                       |  25 ++-
 gcc/gimplify.c                                     |  17 +-
 gcc/omp-expand.c                                   |   6 +-
 gcc/omp-low.c                                      |  16 +-
 gcc/range-op.cc                                    |   2 +-
 gcc/testsuite/ChangeLog                            |  76 +++++++
 .../g++.dg/cpp2a/class-deduction-alias9.C          |   6 +
 gcc/testsuite/g++.dg/cpp2a/concepts-requires25.C   |  10 +
 gcc/testsuite/g++.dg/no-stack-protector-attr-3.C   |   3 +-
 gcc/testsuite/gcc.dg/pr101171.c                    |  13 ++
 gcc/testsuite/gcc.dg/tree-ssa/evrp30.c             |  16 ++
 gcc/testsuite/gcc.dg/tree-ssa/pr101189.c           |  17 ++
 gcc/testsuite/gcc.dg/vect/vect-nb-iter-ub-3.c      |   2 +-
 gcc/testsuite/gcc.target/i386/bitwise_mask_op-3.c  |   6 +-
 gcc/testsuite/gcc.target/i386/pr97249-1.c          |  21 +-
 gcc/tree-cfg.c                                     |  10 +-
 gcc/tree-complex.c                                 |   4 +-
 gcc/tree-inline.c                                  |   8 +-
 gcc/tree-nested.c                                  |   2 +-
 gcc/tree-sra.c                                     |   8 +-
 gcc/tree-ssa-ccp.c                                 |   2 +-
 gcc/tree-ssa-forwprop.c                            |   3 +-
 gcc/tree-ssa-loop-ch.c                             |   4 +-
 gcc/tree-ssa-loop-im.c                             |   2 +-
 gcc/tree-ssa-phiopt.c                              |   9 +-
 gcc/tree-ssa-strlen.c                              |  68 +++---
 gcc/tree-ssa-uninit.c                              |  42 ++--
 gcc/tree-vect-slp-patterns.c                       |  12 +-
 gcc/tree-vrp.c                                     |  12 +-
 gcc/tree.h                                         |  27 +++
 gcc/value-relation.cc                              |  15 +-
 gcc/vr-values.c                                    |   8 +-
 gcc/warning-control.cc                             | 238 +++++++++++++++++++++
 libgomp/ChangeLog                                  |   7 +
 libstdc++-v3/ChangeLog                             |  86 ++++++++
 lto-plugin/lto-plugin.c                            |  12 ++
 94 files changed, 1841 insertions(+), 524 deletions(-)


             reply	other threads:[~2021-06-25  8:52 UTC|newest]

Thread overview: 92+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-25  8:52 Martin Liska [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-11-08 11:37 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 11:53 Martin Liska
2022-09-12  8:43 Martin Liska
2022-09-06  4:52 Martin Liska
2022-09-05  8:45 Martin Liska
2022-08-24  8:10 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-21 14:12 Martin Liska
2022-07-19 13:41 Martin Liska
2022-07-18  7:51 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: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 10:16 Martin Liska
2021-12-16 13:11 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 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-29  6:49 Martin Liska
2021-06-28 11:11 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 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-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-27  7:52 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

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=20210625085205.D82E93AAB4AD@sourceware.org \
    --to=marxin@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).