public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/c++-coroutines] Merge master r11-2277.
@ 2020-07-22 19:15 Iain D Sandoe
  0 siblings, 0 replies; only message in thread
From: Iain D Sandoe @ 2020-07-22 19:15 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:0838a99560109c8083505a176bd4c3991a1b37c0

commit 0838a99560109c8083505a176bd4c3991a1b37c0
Merge: 5aa1de3f972 6e1e0decc9e
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Wed Jul 22 19:03:05 2020 +0100

    Merge master r11-2277.
    
            * Merge master r11-2277-g6e1e0decc9e1.

Diff:

 MAINTAINERS                                        |   1 +
 gcc/ChangeLog                                      |  47 ++++++
 gcc/DATESTAMP                                      |   2 +-
 gcc/c-family/c-omp.c                               |  11 ++
 gcc/c/ChangeLog                                    |   6 +
 gcc/c/c-decl.c                                     |   7 +
 gcc/c/c-parser.c                                   |  26 +--
 gcc/config/aarch64/aarch64-ldpstp.md               |  42 +++++
 gcc/config/aarch64/aarch64-protos.h                |   4 +-
 gcc/config/aarch64/aarch64.c                       |   8 +-
 gcc/config/aarch64/iterators.md                    |   3 +
 gcc/config/i386/i386-protos.h                      |   2 +-
 gcc/config/i386/i386.c                             |  18 ++-
 gcc/config/i386/sync.md                            |   6 +-
 gcc/cp/ChangeLog                                   |  14 ++
 gcc/cp/class.c                                     |  13 +-
 gcc/cp/cp-tree.h                                   |   4 +-
 gcc/cp/decl.c                                      |  68 ++++----
 gcc/cp/decl2.c                                     |  12 +-
 gcc/cp/error.c                                     |  24 ++-
 gcc/cp/mangle.c                                    |  75 +++------
 gcc/cp/parser.c                                    |  37 +++--
 gcc/cp/pt.c                                        |   9 ++
 gcc/cp/typeck.c                                    |  24 +--
 gcc/doc/languages.texi                             |   2 +-
 gcc/doc/tm.texi                                    |   5 +
 gcc/doc/tm.texi.in                                 |   2 +
 gcc/dumpfile.c                                     |   2 +-
 gcc/expmed.c                                       |  35 ++--
 gcc/expr.c                                         |   4 +-
 gcc/fortran/ChangeLog                              |   6 +
 gcc/fortran/openmp.c                               |  33 ++--
 gcc/fortran/parse.c                                |   3 +-
 gcc/fortran/trans-decl.c                           |   7 +-
 gcc/fortran/trans-openmp.c                         |  18 ++-
 gcc/incpath.c                                      |   8 +-
 gcc/target.def                                     |   7 +
 gcc/testsuite/ChangeLog                            | 177 +++++++++++++++++++++
 gcc/testsuite/c-c++-common/pr95237-1.c             |  16 ++
 gcc/testsuite/c-c++-common/pr95237-2.c             |  10 ++
 gcc/testsuite/c-c++-common/pr95237-3.c             |  10 ++
 gcc/testsuite/c-c++-common/pr95237-4.c             |  10 ++
 gcc/testsuite/c-c++-common/pr95237-5.c             |  16 ++
 gcc/testsuite/c-c++-common/pr95237-6.c             |  24 +++
 gcc/testsuite/c-c++-common/pr95237-7.c             |  19 +++
 gcc/testsuite/c-c++-common/pr95237-8.c             |  10 ++
 gcc/testsuite/c-c++-common/pr95237-9.c             |  10 ++
 gcc/testsuite/g++.dg/gomp/critical-3.C             |  31 +++-
 gcc/testsuite/g++.dg/parse/pr96257.C               |  18 +++
 .../gcc.dg/no_profile_instrument_function-attr-1.c |   2 +-
 gcc/testsuite/gcc.target/aarch64/ldp_vec_v2sf.c    |  14 ++
 gcc/testsuite/gcc.target/aarch64/ldp_vec_v2si.c    |  14 ++
 gcc/testsuite/gcc.target/aarch64/stp_vec_v2df.c    |  18 +++
 gcc/testsuite/gcc.target/aarch64/stp_vec_v2di.c    |  18 +++
 gcc/testsuite/gcc.target/aarch64/stp_vec_v2sf.c    |  18 +++
 gcc/testsuite/gcc.target/aarch64/stp_vec_v2si.c    |  18 +++
 gcc/testsuite/gcc.target/powerpc/convert-fp-128.c  |   2 +-
 gcc/testsuite/gfortran.dg/pr89574.f90              |  29 ++++
 libgomp/omp_lib.f90.in                             |  27 +++-
 libgomp/omp_lib.h.in                               |  16 +-
 .../libgomp.c-c++-common/critical-hint-1.c         |  49 ++++++
 .../libgomp.c-c++-common/critical-hint-2.c         |  37 +++++
 .../testsuite/libgomp.fortran/critical-hint-1.f90  |  96 +++++++++++
 .../testsuite/libgomp.fortran/critical-hint-2.f90  |  66 ++++++++
 libstdc++-v3/include/bits/stl_iterator.h           |  55 ++++++-
 .../testsuite/24_iterators/move_iterator/dr3435.cc |  37 +++++
 .../24_iterators/reverse_iterator/dr3435.cc        |  36 +++++
 67 files changed, 1275 insertions(+), 223 deletions(-)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-07-22 19:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-22 19:15 [gcc/devel/c++-coroutines] Merge master r11-2277 Iain D Sandoe

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).