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 r12-2627.
Date: Fri, 30 Jul 2021 19:41:54 +0000 (GMT)	[thread overview]
Message-ID: <20210730194154.D34DD397B824@sourceware.org> (raw)

https://gcc.gnu.org/g:870d4a6f3941f9929b3f329a2ce12cbba9cd20cf

commit 870d4a6f3941f9929b3f329a2ce12cbba9cd20cf
Merge: e51fbd3f7d7 3ead06c1cff
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Fri Jul 30 17:26:29 2021 +0100

    Merge master r12-2627.
    
            * Merge master r12-2627-g3ead06c1cff8.

Diff:

 gcc/cfgloop.c                                      |    19 +-
 gcc/cfgloop.h                                      |   140 +-
 gcc/cfgloopmanip.c                                 |     7 +-
 .../aarch64/falkor-tag-collision-avoidance.c       |     4 +-
 gcc/config/arm/arm_neon.h                          |     6 +-
 gcc/config/arm/arm_neon_builtins.def               |     4 +-
 gcc/config/h8300/h8300-modes.def                   |     4 +-
 gcc/config/h8300/h8300.md                          |     5 +-
 gcc/config/h8300/jumpcall.md                       |    46 +
 gcc/config/h8300/testcompare.md                    |    80 +-
 gcc/config/i386/i386-options.c                     |     6 +-
 gcc/config/mmix/mmix.c                             |    13 +-
 gcc/config/mn10300/mn10300.c                       |     4 +-
 gcc/config/s390/s390.c                             |     4 +-
 gcc/cp/class.c                                     |     3 +-
 gcc/cp/decl.c                                      |     3 +
 gcc/cp/parser.c                                    |    45 +-
 gcc/d/d-builtins.cc                                |    19 +-
 gcc/d/d-codegen.cc                                 |    54 +-
 gcc/d/d-lang.cc                                    |     6 +-
 gcc/d/decl.cc                                      |    45 +-
 gcc/d/expr.cc                                      |    26 +-
 gcc/d/typeinfo.cc                                  |    23 +-
 gcc/d/types.cc                                     |     2 +-
 gcc/doc/loop.texi                                  |    13 +-
 gcc/gimple-loop-interchange.cc                     |     3 +-
 gcc/gimple-loop-jam.c                              |     3 +-
 gcc/gimple-loop-versioning.cc                      |    50 +-
 gcc/gimple-ssa-split-paths.c                       |     3 +-
 gcc/graphite-isl-ast-to-gimple.c                   |     5 +-
 gcc/graphite.c                                     |     6 +-
 gcc/ipa-devirt.c                                   |     9 +
 gcc/ipa-fnsummary.c                                |     2 +-
 gcc/ipa-pure-const.c                               |     3 +-
 gcc/loop-doloop.c                                  |     8 +-
 gcc/loop-init.c                                    |     5 +-
 gcc/loop-invariant.c                               |    14 +-
 gcc/loop-unroll.c                                  |     7 +-
 gcc/modulo-sched.c                                 |     5 +-
 gcc/po/be.po                                       | 10328 +++++++++---------
 gcc/po/da.po                                       | 10339 +++++++++---------
 gcc/po/de.po                                       | 10357 ++++++++++---------
 gcc/po/el.po                                       | 10328 +++++++++---------
 gcc/po/es.po                                       | 10347 +++++++++---------
 gcc/po/fi.po                                       | 10336 +++++++++---------
 gcc/po/fr.po                                       | 10350 +++++++++---------
 gcc/po/hr.po                                       | 10328 +++++++++---------
 gcc/po/id.po                                       | 10333 +++++++++---------
 gcc/po/ja.po                                       | 10336 +++++++++---------
 gcc/po/nl.po                                       | 10332 +++++++++---------
 gcc/po/ru.po                                       | 10348 +++++++++---------
 gcc/po/sr.po                                       | 10334 +++++++++---------
 gcc/po/sv.po                                       | 10332 +++++++++---------
 gcc/po/zh_CN.po                                    | 10340 +++++++++---------
 gcc/po/zh_TW.po                                    | 10332 +++++++++---------
 gcc/predict.c                                      |     5 +-
 gcc/profile.c                                      |     3 +-
 gcc/sel-sched-ir.c                                 |    12 +-
 gcc/testsuite/g++.dg/cpp0x/gen-attrs-45.C          |     2 +-
 gcc/testsuite/g++.dg/cpp0x/gen-attrs-75.C          |    35 +
 gcc/testsuite/g++.dg/cpp0x/gen-attrs-76.C          |    31 +
 gcc/testsuite/g++.dg/ext/anon-struct8.C            |     9 +
 gcc/testsuite/g++.dg/lto/pr101396_0.C              |    12 +
 gcc/testsuite/g++.dg/lto/pr101396_1.C              |    10 +
 gcc/testsuite/g++.dg/modules/pr101582-1.C          |     9 +
 gcc/testsuite/gcc.dg/shrink-wrap-loop.c            |     3 +-
 gcc/testsuite/gcc.target/i386/pr101685.c           |    10 +
 gcc/tree-cfg.c                                     |    13 +-
 gcc/tree-if-conv.c                                 |     3 +-
 gcc/tree-loop-distribution.c                       |     2 +-
 gcc/tree-parloops.c                                |     3 +-
 gcc/tree-predcom.c                                 |     3 +-
 gcc/tree-scalar-evolution.c                        |    16 +-
 gcc/tree-ssa-dce.c                                 |     3 +-
 gcc/tree-ssa-live.c                                |     3 +-
 gcc/tree-ssa-loop-ch.c                             |     3 +-
 gcc/tree-ssa-loop-im.c                             |     7 +-
 gcc/tree-ssa-loop-ivcanon.c                        |     3 +-
 gcc/tree-ssa-loop-ivopts.c                         |     3 +-
 gcc/tree-ssa-loop-manip.c                          |     3 +-
 gcc/tree-ssa-loop-niter.c                          |     8 +-
 gcc/tree-ssa-loop-prefetch.c                       |     3 +-
 gcc/tree-ssa-loop-split.c                          |     7 +-
 gcc/tree-ssa-loop-unswitch.c                       |     3 +-
 gcc/tree-ssa-loop.c                                |     6 +-
 gcc/tree-ssa-propagate.c                           |     3 +-
 gcc/tree-ssa-sccvn.c                               |     3 +-
 gcc/tree-ssa-threadupdate.c                        |     3 +-
 gcc/tree-vectorizer.c                              |     4 +-
 gcc/tree-vrp.c                                     |     3 +-
 libgomp/fortran.c                                  |     4 +
 libstdc++-v3/src/c++17/memory_resource.cc          |     6 +-
 92 files changed, 83694 insertions(+), 82669 deletions(-)


                 reply	other threads:[~2021-07-30 19:41 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=20210730194154.D34DD397B824@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).