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

https://gcc.gnu.org/g:d128957178a39ff09d2c238f75dd06838c648eb7

commit d128957178a39ff09d2c238f75dd06838c648eb7
Merge: 298dc7b4094 cdd2d448d82
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Thu Nov 5 19:26:28 2020 +0000

    Merge master r11-4753.
    
            * Merge master r11-4753-gcdd2d448d820.

Diff:

 contrib/ChangeLog                                  |  14 ++
 gcc/ChangeLog                                      | 111 +++++++++++
 gcc/DATESTAMP                                      |   2 +-
 gcc/analyzer/svalue.cc                             |   4 +
 gcc/c-family/ChangeLog                             |  11 ++
 gcc/c/ChangeLog                                    |  19 ++
 gcc/config/aarch64/aarch64-vxworks.h               |  12 +-
 gcc/config/aarch64/aarch64.c                       |   8 +-
 gcc/config/aarch64/aarch64.md                      |   7 +
 gcc/config/i386/i386.c                             |   5 +
 gcc/config/rs6000/rs6000.c                         | 179 +++++++++++++++++-
 gcc/config/rs6000/rs6000.md                        |  16 ++
 gcc/config/s390/s390.c                             |  14 +-
 gcc/config/s390/s390.md                            |   5 -
 gcc/cp/ChangeLog                                   |  15 ++
 gcc/dwarf2out.c                                    |  11 +-
 gcc/gimple-range.cc                                |   2 +
 gcc/gimple.c                                       |  13 ++
 gcc/gimple.h                                       |   2 +-
 gcc/go/ChangeLog                                   |   5 +
 gcc/go/go-lang.c                                   |   6 +
 gcc/ipa-modref.c                                   |   7 +-
 gcc/objc/ChangeLog                                 |   4 +
 gcc/testsuite/ChangeLog                            |  46 +++++
 gcc/testsuite/g++.dg/ipa/devirt-24.C               |   2 +-
 gcc/testsuite/gcc.dg/analyzer/pr97668.c            |  27 +++
 gcc/testsuite/gcc.dg/pr97721.c                     |  13 ++
 gcc/testsuite/gcc.dg/sms-12.c                      |   1 +
 gcc/testsuite/gcc.dg/vect/bb-slp-69.c              |  45 +++++
 gcc/testsuite/gcc.dg/vect/slp-11b.c                |   3 +-
 gcc/testsuite/gcc.dg/vect/slp-perm-6.c             |   8 +-
 .../gcc.target/i386/zero-scratch-regs-32.c         |  11 ++
 gcc/testsuite/gcc.target/powerpc/pr96933-1.c       |  15 ++
 gcc/testsuite/gcc.target/powerpc/pr96933-2.c       |  15 ++
 gcc/testsuite/gcc.target/powerpc/pr96933-3.c       |  10 +
 gcc/testsuite/gcc.target/powerpc/pr96933-4.c       |  10 +
 gcc/testsuite/gcc.target/powerpc/pr96933-run.h     |  56 ++++++
 gcc/testsuite/gcc.target/powerpc/pr96933.h         |  50 +++++
 gcc/testsuite/gfortran.dg/analyzer/pr97668.f       |  26 +++
 gcc/tree-diagnostic-path.cc                        | 204 ++++++++++-----------
 gcc/tree-vect-data-refs.c                          |   9 +-
 gcc/tree-vect-loop.c                               |  73 ++++++++
 gcc/tree-vect-slp.c                                | 115 ++++++------
 gcc/tree-vectorizer.h                              |  13 ++
 libgomp/Makefile.am                                |   2 +-
 libgomp/Makefile.in                                |   2 +-
 libgomp/fortran.c                                  |  13 +-
 libgomp/icv.c                                      |  10 +-
 libgomp/omp.h.in                                   |  23 ++-
 libgomp/omp_lib.f90.in                             |   4 +
 libgomp/testsuite/libgomp.c++/affinity-1.C         |   1 +
 libgomp/testsuite/libgomp.c/affinity-1.c           |   3 +-
 libgomp/testsuite/libgomp.c/affinity-2.c           |   1 +
 libgomp/testsuite/libgomp.c/appendix-a/a.15.1.c    |   1 +
 libgomp/testsuite/libgomp.c/lib-1.c                |   2 +
 libgomp/testsuite/libgomp.c/nested-1.c             |   2 +
 libgomp/testsuite/libgomp.c/nested-2.c             |   2 +
 libgomp/testsuite/libgomp.c/nested-3.c             |   2 +
 libgomp/testsuite/libgomp.c/pr32362-1.c            |   1 +
 libgomp/testsuite/libgomp.c/pr32362-2.c            |   1 +
 libgomp/testsuite/libgomp.c/pr32362-3.c            |   1 +
 libgomp/testsuite/libgomp.c/pr35549.c              |   1 +
 libgomp/testsuite/libgomp.c/pr42942.c              |   1 +
 libgomp/testsuite/libgomp.c/pr61200.c              |   1 +
 libgomp/testsuite/libgomp.c/sort-1.c               |   2 +
 libgomp/testsuite/libgomp.c/target-5.c             |   2 +
 libgomp/testsuite/libgomp.c/target-6.c             |   2 +
 libgomp/testsuite/libgomp.c/teams-1.c              |   2 +
 libgomp/testsuite/libgomp.c/thread-limit-1.c       |   1 +
 libgomp/testsuite/libgomp.c/thread-limit-2.c       |   1 +
 libgomp/testsuite/libgomp.c/thread-limit-4.c       |   1 +
 libgomp/testsuite/libgomp.fortran/affinity1.f90    |   1 +
 libgomp/testsuite/libgomp.fortran/lib1.f90         |   1 +
 libgomp/testsuite/libgomp.fortran/lib2.f           |   1 +
 libgomp/testsuite/libgomp.fortran/nested1.f90      |   2 +
 libgomp/testsuite/libgomp.fortran/teams1.f90       |   2 +
 libstdc++-v3/ChangeLog                             |  31 ++++
 libstdc++-v3/config/abi/pre/gnu.ver                |   1 +
 libstdc++-v3/include/std/future                    |   2 +-
 libstdc++-v3/include/std/optional                  |  66 +++++--
 libstdc++-v3/include/std/sstream                   |  59 +++---
 libstdc++-v3/libsupc++/eh_ptr.cc                   |  20 +-
 libstdc++-v3/libsupc++/exception_ptr.h             |  56 +++---
 libstdc++-v3/src/c++20/sstream-inst.cc             |  12 +-
 libstdc++-v3/src/filesystem/dir.cc                 |  18 +-
 .../testsuite/20_util/optional/relops/96269.cc     |  76 ++++++++
 .../27_io/basic_istringstream/cons/char/1.cc       |  37 +++-
 .../27_io/basic_ostringstream/cons/char/1.cc       |  38 +++-
 .../testsuite/27_io/basic_stringbuf/cons/char/1.cc |  37 +++-
 .../testsuite/27_io/basic_stringbuf/cons/char/2.cc | 125 ++++++++++++-
 .../27_io/basic_stringbuf/cons/wchar_t/1.cc        |  37 +++-
 .../27_io/basic_stringbuf/cons/wchar_t/2.cc        | 137 +++++++++++++-
 .../27_io/basic_stringstream/cons/char/1.cc        |  51 +++++-
 .../27_io/basic_stringstream/cons/char/97719.cc    |  40 ++++
 .../experimental/filesystem/iterators/97731.cc     |  49 +++++
 95 files changed, 1861 insertions(+), 347 deletions(-)


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

only message in thread, other threads:[~2020-11-05 20:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-05 20:24 [gcc/devel/c++-coroutines] Merge master r11-4753 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).