public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Iain D Sandoe <iains@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc/devel/c++-coroutines] Merge master r12-806.
Date: Fri, 14 May 2021 21:27:25 +0000 (GMT)	[thread overview]
Message-ID: <20210514212725.24AB8393FC2F@sourceware.org> (raw)

https://gcc.gnu.org/g:8ee49725b869815fe2861f6a1f383671aa48303f

commit 8ee49725b869815fe2861f6a1f383671aa48303f
Merge: 793f76b0b7a 0e3702f8dae
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Fri May 14 19:34:40 2021 +0100

    Merge master r12-806.
    
            * Merge master r12-806-g0e3702f8daee.

Diff:

 contrib/ChangeLog                                  |   6 +
 contrib/download_prerequisites                     |   2 +-
 contrib/gcc-changelog/git_commit.py                |   3 +-
 contrib/gcc-changelog/git_update_version.py        |   2 +-
 gcc/ChangeLog                                      |  99 +++
 gcc/DATESTAMP                                      |   2 +-
 gcc/ada/doc/Makefile                               |   2 +-
 gcc/ada/doc/gnat-style.rst                         | 691 +++++++++++++++++++++
 gcc/ada/doc/share/conf.py                          |   4 +-
 gcc/builtins.c                                     |  18 +-
 gcc/c-family/ChangeLog                             |   6 +
 gcc/c-family/c.opt                                 |   4 +-
 gcc/c/ChangeLog                                    |   5 +
 gcc/config/aarch64/aarch64-simd.md                 | 185 +++---
 gcc/config/arm/arm_neon.h                          |  32 +-
 gcc/config/arm/arm_neon_builtins.def               |   1 -
 gcc/config/arm/neon.md                             |  10 -
 gcc/cp/cp-tree.h                                   |   1 +
 gcc/cp/decl.c                                      |   5 +
 gcc/cp/decl2.c                                     |  14 +
 gcc/cp/parser.c                                    |  23 +-
 gcc/cp/pt.c                                        |  54 +-
 gcc/fortran/dump-parse-tree.c                      |   3 +
 gcc/fortran/frontend-passes.c                      |   1 +
 gcc/fortran/gfortran.h                             |   6 +-
 gcc/fortran/match.h                                |   1 +
 gcc/fortran/openmp.c                               |  11 +
 gcc/fortran/parse.c                                |  17 +-
 gcc/fortran/resolve.c                              |   9 +-
 gcc/fortran/st.c                                   |   1 +
 gcc/fortran/trans-openmp.c                         |  25 +
 gcc/fortran/trans.c                                |   1 +
 gcc/intl.h                                         |   4 +
 gcc/testsuite/ChangeLog                            |  93 +++
 gcc/testsuite/g++.dg/cpp0x/friend7.C               |  40 ++
 gcc/testsuite/g++.dg/cpp0x/gen-attrs-39-1.C        |   3 +-
 gcc/testsuite/g++.dg/cpp0x/gen-attrs-4.C           |   3 +-
 gcc/testsuite/g++.dg/cpp0x/gen-attrs-74.C          |  10 +
 gcc/testsuite/g++.dg/cpp0x/pr94616.C               |  23 +
 gcc/testsuite/g++.dg/cpp0x/sfinae68.C              |  23 +
 gcc/testsuite/g++.dg/cpp1y/pr88872.C               |  24 +
 gcc/testsuite/g++.dg/cpp1y/pr95226.C               |  17 +
 gcc/testsuite/g++.dg/ext/attrib63.C                |  16 +
 gcc/testsuite/g++.dg/tsan/pthread_cond_clockwait.C |  31 +
 gcc/testsuite/g++.dg/warn/uninit-pr93100.C         |  59 ++
 gcc/testsuite/gcc.dg/tree-ssa/pr100453.c           |  18 +
 gcc/testsuite/gcc.dg/uninit-pr93100.c              |  74 +++
 gcc/testsuite/gcc.dg/uninit-pr98583.c              |  31 +
 gcc/testsuite/gfortran.dg/gomp/implicit-save.f90   |  11 +
 .../gfortran.dg/gomp/parallel-master-1.f90         |  23 +
 .../gfortran.dg/gomp/parallel-master-2.f90         |   9 +
 gcc/tree-sra.c                                     |   4 +-
 gcc/tree-ssa-uninit.c                              |  11 +
 libgcc/ChangeLog                                   |   8 +
 libgomp/ChangeLog                                  |   8 +
 .../testsuite/libgomp.fortran/parallel-master.f90  |  14 +
 libphobos/ChangeLog                                |   4 +
 libphobos/src/MERGE                                |   2 +-
 libphobos/src/std/process.d                        |   1 +
 libsanitizer/ChangeLog                             |  16 +
 .../sanitizer_common/sanitizer_linux_libcdep.cpp   |   2 +-
 maintainer-scripts/crontab                         |   1 -
 62 files changed, 1647 insertions(+), 180 deletions(-)


                 reply	other threads:[~2021-05-14 21:27 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=20210514212725.24AB8393FC2F@sourceware.org \
    --to=iains@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: 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).