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

https://gcc.gnu.org/g:2f2e448b2aa32beb01cf08ec707bdf86149ca91a

commit 2f2e448b2aa32beb01cf08ec707bdf86149ca91a
Merge: 7e99aa8933e 5491da23088
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Tue Apr 20 19:34:05 2021 +0100

    Merge master r11-8270.
    
            * Merge master r11-8270-g5491da230887.

Diff:

 contrib/gcc-changelog/git_update_version.py        |     3 +-
 gcc/BASE-VER                                       |     2 +-
 gcc/ChangeLog                                      |    38 +
 gcc/DATESTAMP                                      |     2 +-
 gcc/ada/gnatvsn.ads                                |     2 +-
 gcc/c-family/ChangeLog                             |     4 +
 gcc/config/i386/i386-c.c                           |     2 +
 gcc/config/i386/i386-options.c                     |     5 +
 gcc/config/i386/i386.md                            |     4 +-
 gcc/config/i386/ia32intrin.h                       |    28 +-
 gcc/config/rs6000/rs6000.c                         |     2 +-
 gcc/cp/ChangeLog                                   |     6 +
 gcc/cp/decl.c                                      |     6 +
 gcc/cp/pt.c                                        |     8 +-
 gcc/d/ChangeLog                                    |     8 +
 gcc/doc/invoke.texi                                |     4 +
 gcc/fortran/ChangeLog                              |     4 +
 gcc/fortran/trans-decl.c                           |     3 +-
 gcc/gimple-range-cache.h                           |     2 +-
 gcc/gimple-range-gori.cc                           |    67 +-
 gcc/params.opt                                     |     5 +
 gcc/po/gcc.pot                                     | 11217 ++++++++++---------
 gcc/testsuite/ChangeLog                            |    38 +
 gcc/testsuite/g++.dg/concepts/diagnostic16.C       |    45 +
 .../g++.dg/cpp0x/lambda/lambda-variadic14.C        |     8 +
 .../gcc.target/s390/zero-scratch-regs-1.c          |    95 +-
 gcc/testsuite/gfortran.dg/pdt_26.f03               |     4 +-
 gcc/testsuite/gfortran.dg/pdt_31.f03               |    26 +
 libcpp/ChangeLog                                   |     6 +
 libgomp/ChangeLog                                  |    10 +
 libphobos/ChangeLog                                |    66 +
 libphobos/libdruntime/gcc/deh.d                    |    24 +-
 libphobos/libdruntime/gcc/unwind/pe.d              |    81 +-
 libstdc++-v3/ChangeLog                             |     5 +
 .../post/powerpc64-linux-gnu/baseline_symbols.txt  |   242 +
 libstdc++-v3/include/Makefile.am                   |     1 +
 libstdc++-v3/include/Makefile.in                   |     1 +
 libstdc++-v3/include/bits/atomic_base.h            |    39 +-
 libstdc++-v3/include/bits/atomic_timed_wait.h      |   465 +-
 libstdc++-v3/include/bits/atomic_wait.h            |   457 +-
 libstdc++-v3/include/bits/semaphore_base.h         |   191 +-
 libstdc++-v3/include/bits/stl_iterator.h           |   128 +-
 libstdc++-v3/include/bits/this_thread_sleep.h      |   119 +
 libstdc++-v3/include/std/atomic                    |    15 +-
 libstdc++-v3/include/std/barrier                   |    13 +-
 libstdc++-v3/include/std/charconv                  |     5 +-
 libstdc++-v3/include/std/latch                     |     8 +-
 libstdc++-v3/include/std/ranges                    |   299 +-
 libstdc++-v3/include/std/semaphore                 |     9 +-
 libstdc++-v3/include/std/thread                    |    68 +-
 libstdc++-v3/include/std/version                   |     4 +-
 libstdc++-v3/testsuite/20_util/from_chars/4.cc     |     6 +-
 libstdc++-v3/testsuite/20_util/from_chars/5.cc     |     6 +-
 libstdc++-v3/testsuite/20_util/from_chars/6.cc     |     2 +-
 .../testsuite/20_util/to_chars/long_double.cc      |     2 +-
 .../headers/iterator/synopsis_c++20.cc             |     1 +
 .../29_atomics/atomic/wait_notify/bool.cc          |    37 +-
 .../29_atomics/atomic/wait_notify/generic.cc       |    19 +-
 .../29_atomics/atomic/wait_notify/pointers.cc      |    36 +-
 .../29_atomics/atomic_flag/wait_notify/1.cc        |    37 +-
 .../29_atomics/atomic_float/wait_notify.cc         |    26 +-
 .../29_atomics/atomic_integral/wait_notify.cc      |    73 +-
 .../testsuite/29_atomics/atomic_ref/wait_notify.cc |    74 +-
 .../30_threads/semaphore/try_acquire_for.cc        |     2 +
 .../30_threads/semaphore/try_acquire_until.cc      |     2 +
 .../30_threads/stop_token/stop_callback/destroy.cc |     2 +
 libstdc++-v3/testsuite/std/ranges/p2259.cc         |    91 +
 libstdc++-v3/testsuite/util/testsuite_abi.cc       |    16 +-
 maintainer-scripts/crontab                         |     9 +-
 69 files changed, 7769 insertions(+), 6566 deletions(-)


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

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

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