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

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

commit f98104fce1cd40734b5f78832d0b1c16cf971c94
Merge: 1922c496555 5f070ba2980
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Fri Mar 26 19:30:01 2021 +0000

    Merge master r11-7867.
    
            * Merge master r11-7867-g5f070ba29803.

Diff:

 MAINTAINERS                                        |    2 +-
 gcc/ChangeLog                                      |   46 +
 gcc/DATESTAMP                                      |    2 +-
 gcc/analyzer/ChangeLog                             |   15 +
 gcc/c-family/ChangeLog                             |    6 +
 gcc/c/ChangeLog                                    |    6 +
 gcc/config.gcc                                     |    8 +
 gcc/config/aarch64/aarch64-d.c                     |    2 +
 gcc/config/aarch64/aarch64-protos.h                |  280 +++-
 gcc/config/aarch64/aarch64-tuning-flags.def        |    4 +
 gcc/config/aarch64/aarch64.c                       | 1666 +++++++++++++++++++-
 gcc/config/aarch64/aarch64.opt                     |    3 +
 gcc/config/arm/arm-d.c                             |    2 +
 gcc/config/freebsd-d.c                             |    1 +
 gcc/config/i386/cygwin.h                           |    9 +
 gcc/config/i386/i386-d.c                           |    2 +
 gcc/config/i386/mingw32.h                          |   12 +
 gcc/config/i386/t-cygming                          |    4 +
 gcc/config/i386/winnt-d.c                          |   56 +
 gcc/config/mips/mips-d.c                           |    2 +
 gcc/config/openbsd-d.c                             |   39 +
 gcc/config/pa/pa-d.c                               |    2 +
 gcc/config/riscv/riscv-d.c                         |    2 +
 gcc/config/rs6000/rs6000-d.c                       |    2 +
 gcc/config/s390/s390-d.c                           |    2 +
 gcc/config/sparc/sparc-d.c                         |    2 +
 gcc/config/t-openbsd                               |    5 +
 gcc/cp/ChangeLog                                   |   38 +
 gcc/cp/call.c                                      |    9 +-
 gcc/cp/cp-tree.h                                   |   17 +-
 gcc/cp/decl.c                                      |   17 -
 gcc/cp/decl2.c                                     |    2 +-
 gcc/cp/method.c                                    |   22 +-
 gcc/cp/module.cc                                   |  284 ++--
 gcc/cp/name-lookup.c                               |    6 +-
 gcc/cp/parser.c                                    |   19 +-
 gcc/cp/pt.c                                        |   53 +-
 gcc/cp/tree.c                                      |   42 +
 gcc/doc/invoke.texi                                |    8 +
 gcc/fortran/intrinsic.c                            |    5 +
 gcc/ira-costs.c                                    |    2 +-
 gcc/ira.c                                          |    2 +-
 gcc/lra-constraints.c                              |    2 +-
 gcc/po/ChangeLog                                   |    4 +
 gcc/po/fr.po                                       |  756 ++++-----
 gcc/recog.c                                        |    2 +-
 gcc/reload.c                                       |    2 +-
 gcc/testsuite/ChangeLog                            |   96 ++
 gcc/testsuite/g++.dg/concepts/diagnostic2.C        |    2 +-
 gcc/testsuite/g++.dg/cpp0x/inh-ctor37.C            |   26 +
 gcc/testsuite/g++.dg/cpp0x/new5.C                  |   21 +
 gcc/testsuite/g++.dg/cpp0x/variadic181.C           |    9 +
 gcc/testsuite/g++.dg/cpp1y/builtin_location.C      |    8 +-
 gcc/testsuite/g++.dg/cpp2a/srcloc1.C               |    4 +-
 gcc/testsuite/g++.dg/cpp2a/srcloc15.C              |    6 +-
 gcc/testsuite/g++.dg/cpp2a/srcloc16.C              |    4 +-
 gcc/testsuite/g++.dg/cpp2a/srcloc19.C              |   44 +
 gcc/testsuite/g++.dg/cpp2a/srcloc2.C               |    4 +-
 gcc/testsuite/g++.dg/modules/adhoc-1_b.C           |    2 +-
 gcc/testsuite/g++.dg/modules/macloc-1_c.C          |    4 +-
 gcc/testsuite/g++.dg/modules/macloc-1_d.C          |    4 +-
 gcc/testsuite/g++.dg/modules/pr99283-2_a.H         |   12 +
 gcc/testsuite/g++.dg/modules/pr99283-2_b.H         |   22 +
 gcc/testsuite/g++.dg/modules/pr99283-2_c.H         |   20 +
 gcc/testsuite/g++.dg/modules/pr99283-3_a.H         |   31 +
 gcc/testsuite/g++.dg/modules/pr99283-3_b.H         |    9 +
 gcc/testsuite/g++.dg/modules/pr99283-4.H           |   20 +
 gcc/testsuite/g++.dg/modules/tpl-alias-1_a.H       |    8 +-
 gcc/testsuite/g++.dg/modules/tpl-alias-1_b.C       |    7 +-
 .../g++.dg/plugin/diagnostic-test-expressions-1.C  |    2 +-
 gcc/testsuite/g++.dg/warn/uninit-pr48483.C         |   56 +
 gcc/testsuite/g++.target/aarch64/sve/pr99766.C     |   24 +
 gcc/testsuite/gcc.dg/tls/pr99466-1.c               |    8 +
 gcc/testsuite/gcc.dg/tls/pr99466-2.c               |   10 +
 gcc/testsuite/gcc.dg/uninit-pr44547.c              |   61 +
 gcc/testsuite/gcc.dg/uninit-pr55060.c              |   30 +
 gcc/testsuite/gfortran.dg/null_11.f90              |   16 +
 gcc/tree-emutls.c                                  |    6 +-
 libgomp/ChangeLog                                  |   22 +
 libphobos/Makefile.in                              |    3 +
 libphobos/configure                                |   24 +-
 libphobos/configure.ac                             |   17 +-
 libphobos/libdruntime/Makefile.am                  |    2 +-
 libphobos/libdruntime/Makefile.in                  |    5 +-
 libphobos/src/Makefile.am                          |    2 +-
 libphobos/src/Makefile.in                          |    5 +-
 libphobos/testsuite/Makefile.in                    |    3 +
 .../libphobos.druntime_shared/druntime_shared.exp  |    4 +-
 .../libphobos.phobos_shared/phobos_shared.exp      |    4 +-
 libphobos/testsuite/testsuite_flags.in             |    3 +-
 libstdc++-v3/ChangeLog                             |   61 +
 libstdc++-v3/include/debug/string                  |   87 +-
 libstdc++-v3/src/c++11/random.cc                   |  252 +--
 .../testsuite/18_support/source_location/1.cc      |   18 +-
 .../18_support/source_location/consteval.cc        |   20 +-
 .../21_strings/basic_string/hash/debug.cc          |   69 +
 .../basic_string/requirements/citerators.cc        |    4 +
 .../basic_string/requirements/dr438/constructor.cc |    2 +
 .../basic_string/requirements/exception/basic.cc   |   13 +-
 .../exception/generation_prohibited.cc             |   25 +-
 .../exception/propagation_consistent.cc            |   13 +-
 .../requirements/explicit_instantiation/char/1.cc  |    2 +
 .../explicit_instantiation/char16_t/1.cc           |    2 +
 .../explicit_instantiation/char32_t/1.cc           |    2 +
 .../explicit_instantiation/char8_t/1.cc            |    2 +
 .../explicit_instantiation/wchar_t/1.cc            |    2 +
 .../basic_string/requirements/typedefs.cc          |    3 +
 .../26_numerics/random/random_device/85494.cc      |    9 +-
 .../26_numerics/random/random_device/94087.cc      |   15 +-
 .../random/random_device/cons/default-cow.cc       |    1 -
 .../random/random_device/cons/default.cc           |    1 -
 .../26_numerics/random/random_device/cons/token.cc |   27 +-
 libstdc++-v3/testsuite/util/exception/safety.h     |   32 +
 .../testsuite/util/testsuite_container_traits.h    |   12 +
 libstdc++-v3/testsuite/util/testsuite_random.h     |   12 +
 115 files changed, 3829 insertions(+), 1001 deletions(-)


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

only message in thread, other threads:[~2021-03-26 21:30 UTC | newest]

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