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

https://gcc.gnu.org/g:7e99aa8933e6db96b8d6658c6fb7172cc78f2726

commit 7e99aa8933e6db96b8d6658c6fb7172cc78f2726
Merge: e10750fe53a dc7d1c74ffb
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Mon Apr 19 19:24:55 2021 +0100

    Merge master r11-8250.
    
            * Merge master r11-8250-gdc7d1c74ffb1.

Diff:

 gcc/ChangeLog                                      | 115 ++++++++
 gcc/DATESTAMP                                      |   2 +-
 gcc/c-family/c.opt                                 |  13 -
 gcc/combine.c                                      |   5 +
 gcc/config/aarch64/aarch64.c                       |  23 +-
 gcc/config/arm/arm.c                               |   8 +-
 gcc/config/darwin-d.c                              |  26 ++
 gcc/config/dragonfly-d.c                           |  26 ++
 gcc/config/freebsd-d.c                             |  26 ++
 gcc/config/glibc-d.c                               |  26 ++
 gcc/config/i386/i386-d.c                           |  19 ++
 gcc/config/i386/winnt-d.c                          |  30 +++
 gcc/config/i386/winnt.c                            |  16 +-
 gcc/config/netbsd-d.c                              |  28 ++
 gcc/config/openbsd-d.c                             |  28 ++
 gcc/config/pa/pa-d.c                               |  17 ++
 gcc/config/rs6000/rs6000-d.c                       |  21 ++
 gcc/config/sol2-d.c                                |  26 ++
 gcc/cp/ChangeLog                                   |  45 ++++
 gcc/d/ChangeLog                                    |  18 ++
 gcc/d/d-diagnostic.cc                              |  64 ++++-
 gcc/d/d-target.cc                                  |  35 ++-
 gcc/d/d-target.def                                 |   8 +
 gcc/d/d-tree.h                                     |   1 -
 gcc/d/decl.cc                                      |  17 +-
 gcc/doc/invoke.texi                                |  24 +-
 gcc/doc/tm.texi                                    |   6 +
 gcc/doc/tm.texi.in                                 |   2 +
 gcc/fortran/ChangeLog                              |  18 ++
 gcc/fortran/lang.opt                               |   4 -
 gcc/fortran/trans-array.c                          |  14 +
 gcc/gengtype.c                                     |   4 +-
 gcc/omp-oacc-kernels-decompose.cc                  |   2 +-
 gcc/params.opt                                     |  13 +
 gcc/testsuite/ChangeLog                            | 120 +++++++++
 gcc/testsuite/c-c++-common/goacc/if-clause-2.c     |   2 +-
 .../c-c++-common/goacc/kernels-decompose-1.c       |   2 +-
 .../c-c++-common/goacc/kernels-decompose-2.c       |   2 +-
 .../c-c++-common/goacc/kernels-decompose-ice-1.c   |   2 +-
 .../c-c++-common/goacc/kernels-decompose-ice-2.c   |   2 +-
 gcc/testsuite/c-c++-common/zero-scratch-regs-10.c  |   2 +-
 gcc/testsuite/c-c++-common/zero-scratch-regs-11.c  |   2 +-
 gcc/testsuite/c-c++-common/zero-scratch-regs-8.c   |   2 +-
 gcc/testsuite/c-c++-common/zero-scratch-regs-9.c   |   2 +-
 gcc/testsuite/g++.dg/diagnostic/pr72803.C          |   5 +-
 gcc/testsuite/gcc.dg/pr100142.c                    |   8 +
 gcc/testsuite/gcc.target/aarch64/pr100075.c        |   1 +
 gcc/testsuite/gcc.target/aarch64/pr91710.c         |  16 ++
 gcc/testsuite/gcc.target/arm/pure-code/pr96770.c   |  12 +-
 .../gcc.target/s390/zero-scratch-regs-1.c          |  65 +++++
 gcc/testsuite/gdc.dg/pr98457.d                     |   9 +
 gcc/testsuite/gfortran.dg/PR100094.f90             |  37 +++
 .../gfortran.dg/goacc/kernels-decompose-1.f95      |   2 +-
 .../gfortran.dg/goacc/kernels-decompose-2.f95      |   2 +-
 gcc/testsuite/gfortran.dg/goacc/kernels-tree.f95   |   2 +-
 gcc/testsuite/gnat.dg/opt92.adb                    |  38 +++
 intl/ChangeLog                                     |   7 +
 libcpp/line-map.c                                  |   2 +-
 .../declare-vla-kernels-decompose-ice-1.c          |   2 +-
 .../declare-vla-kernels-decompose.c                |   2 +-
 .../kernels-decompose-1.c                          |   2 +-
 .../testsuite/libgomp.oacc-fortran/pr94358-1.f90   |   2 +-
 libphobos/configure                                |  26 +-
 libphobos/libdruntime/MERGE                        |   2 +-
 libphobos/libdruntime/Makefile.am                  |  29 +-
 libphobos/libdruntime/Makefile.in                  |  93 ++++---
 libphobos/libdruntime/config/common/threadasm.S    |   2 +-
 libphobos/libdruntime/config/mingw/msvc.c          | 169 ++++++++++++
 libphobos/libdruntime/config/mingw/switchcontext.S |  12 +-
 .../libdruntime/config/powerpc/switchcontext.S     | 278 ++++++++++++++++++-
 libphobos/libdruntime/config/x86/switchcontext.S   | 159 ++++++++++-
 libphobos/libdruntime/core/stdc/config.d           |  39 ++-
 libphobos/libdruntime/core/stdc/math.d             | 295 +++++++++++----------
 libphobos/libdruntime/core/stdc/stdio.d            |  82 +++++-
 libphobos/libdruntime/core/stdc/stdlib.d           |  27 +-
 libphobos/libdruntime/core/stdc/tgmath.d           |   7 +
 libphobos/libdruntime/core/sys/darwin/config.d     |  53 ++++
 .../libdruntime/core/sys/darwin/mach/thread_act.d  |  66 +++++
 .../libdruntime/core/sys/openbsd/sys/link_elf.d    |   5 +
 libphobos/libdruntime/core/sys/posix/stdio.d       |  50 ++++
 libphobos/libdruntime/core/sys/windows/com.d       |   4 +-
 libphobos/libdruntime/core/sys/windows/dbghelp.d   |   2 +-
 libphobos/libdruntime/core/sys/windows/dll.d       |   4 +-
 libphobos/libdruntime/core/sys/windows/threadaux.d |   4 +-
 libphobos/libdruntime/core/thread/fiber.d          |  48 +++-
 libphobos/libdruntime/core/thread/osthread.d       | 138 +++++++++-
 libphobos/libdruntime/core/thread/threadbase.d     |   4 +
 libphobos/libdruntime/gcc/backtrace.d              |   4 +-
 libphobos/libdruntime/gcc/deh.d                    |   7 +-
 libphobos/libdruntime/gcc/gthread.d                |   6 +-
 libphobos/libdruntime/gcc/sections/elf.d           |  54 ++--
 libphobos/libdruntime/gcc/sections/package.d       |   1 +
 libphobos/libdruntime/gcc/unwind/generic.d         |   2 +-
 libphobos/libdruntime/rt/dmain2.d                  |  67 +----
 libphobos/m4/druntime/libraries.m4                 |   4 +-
 libphobos/m4/druntime/os.m4                        |  22 +-
 libphobos/src/MERGE                                |   2 +-
 libphobos/src/std/process.d                        |  51 +++-
 .../testsuite/libphobos.thread/fiber_guard_page.d  |   6 +-
 libsanitizer/ChangeLog                             |   7 +
 .../sanitizer_common/sanitizer_posix_libcdep.cpp   |  13 +-
 libstdc++-v3/ChangeLog                             |  14 +
 .../abi/post/i386-linux-gnu/baseline_symbols.txt   | 102 +++++++
 .../abi/post/i486-linux-gnu/baseline_symbols.txt   | 102 +++++++
 .../post/powerpc-linux-gnu/baseline_symbols.txt    | 107 ++++++++
 .../powerpc64-linux-gnu/32/baseline_symbols.txt    | 107 ++++++++
 .../post/powerpc64-linux-gnu/baseline_symbols.txt  | 107 ++++++++
 .../abi/post/s390x-linux-gnu/baseline_symbols.txt  | 107 ++++++++
 .../post/x86_64-linux-gnu/32/baseline_symbols.txt  | 102 +++++++
 .../abi/post/x86_64-linux-gnu/baseline_symbols.txt | 102 +++++++
 .../post/x86_64-linux-gnu/x32/baseline_symbols.txt | 102 +++++++
 111 files changed, 3406 insertions(+), 472 deletions(-)


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

only message in thread, other threads:[~2021-04-19 20:29 UTC | newest]

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