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

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

commit e70e6f5e3e3fe7d60feb4d3c5ea589eb0e87b735
Merge: c35d20775bd 8f17d44ad98
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Mon Apr 12 19:28:45 2021 +0100

    Merge master r11-8135.
    
            * Merge master r11-8135-g8f17d44ad986.

Diff:

 ChangeLog                                          |   4 +
 MAINTAINERS                                        |   1 +
 contrib/gcc-changelog/git_commit.py                |   6 +-
 contrib/gcc-changelog/test_email.py                |   4 +
 contrib/gcc-changelog/test_patches.txt             |  35 +
 gcc/ChangeLog                                      |  57 ++
 gcc/DATESTAMP                                      |   2 +-
 gcc/ada/ChangeLog                                  |   4 +
 gcc/ada/gnat_ugn.texi                              |   2 +-
 gcc/analyzer/ChangeLog                             |   6 +
 gcc/analyzer/region-model.cc                       |   2 +-
 gcc/c/ChangeLog                                    |   6 +
 gcc/c/c-decl.c                                     |   2 +-
 gcc/common/config/i386/cpuinfo.h                   |  11 +-
 gcc/common/config/i386/i386-common.c               |   4 +
 gcc/common/config/i386/i386-cpuinfo.h              |   1 +
 gcc/config.gcc                                     |   2 +-
 gcc/config/i386/i386-c.c                           |   7 +
 gcc/config/i386/i386-options.c                     |   7 +-
 gcc/config/i386/i386.h                             |  10 +-
 gcc/config/i386/serializeintrin.h                  |   7 +-
 gcc/config/s390/s390.md                            |  25 +-
 gcc/cp/ChangeLog                                   |  51 ++
 gcc/cp/constraint.cc                               |   4 +-
 gcc/cp/cp-tree.h                                   |  18 +-
 gcc/cp/decl.c                                      |   8 +
 gcc/cp/lambda.c                                    |   3 +-
 gcc/cp/parser.c                                    |   3 +-
 gcc/cp/pt.c                                        |  31 +-
 gcc/d/ChangeLog                                    |   4 +
 gcc/d/dmd/MERGE                                    |   2 +-
 gcc/d/dmd/dstruct.c                                |   2 +
 gcc/d/dmd/dsymbol.h                                |   2 +
 gcc/d/dmd/dsymbolsem.c                             |  65 +-
 gcc/d/dmd/dtemplate.c                              |  59 +-
 gcc/d/dmd/hdrgen.c                                 |   4 +
 gcc/d/dmd/mtype.c                                  |   9 +-
 gcc/d/dmd/template.h                               |   2 +
 gcc/d/dmd/traits.c                                 |  12 +
 gcc/d/dmd/typesem.c                                |   8 +-
 gcc/d/dmd/version.h                                |   2 +
 gcc/doc/extend.texi                                |  27 +-
 gcc/doc/invoke.texi                                |  17 +-
 gcc/expr.c                                         |   2 +-
 gcc/fortran/ChangeLog                              |   6 +
 gcc/gimple-ssa-warn-alloca.c                       |   5 +-
 gcc/gimplify.c                                     |   3 +-
 gcc/omp-expand.c                                   |   2 +-
 gcc/rtlanal.c                                      |   9 +-
 gcc/testsuite/ChangeLog                            | 122 +++
 gcc/testsuite/c-c++-common/goacc/collapse-2.c      |  56 ++
 gcc/testsuite/g++.dg/asan/pr99877.C                |  19 +
 gcc/testsuite/g++.dg/cpp0x/constexpr-this1.C       |  10 +
 .../g++.dg/cpp0x/lambda/lambda-variadic13.C        |  11 +
 .../g++.dg/cpp2a/class-deduction-alias5.C          |  18 +
 .../g++.dg/cpp2a/class-deduction-alias6.C          |  11 +
 .../g++.dg/cpp2a/class-deduction-alias7.C          |  32 +
 .../g++.dg/cpp2a/class-deduction-alias8.C          |  14 +
 gcc/testsuite/g++.dg/gomp/this-1.C                 |   4 +-
 gcc/testsuite/g++.dg/lookup/pr84962.C              |   2 +-
 gcc/testsuite/g++.dg/other/anon-union5.C           |   9 +
 gcc/testsuite/g++.target/i386/mv16.C               |   6 +
 gcc/testsuite/gcc.dg/analyzer/pr100011.c           |  16 +
 gcc/testsuite/gcc.dg/lto/pr99849_0.c               |  23 +
 gcc/testsuite/gcc.dg/pr99990.c                     |  12 +
 gcc/testsuite/gcc.dg/torture/pr98601.c             |  14 +
 gcc/testsuite/gcc.target/i386/funcspec-56.inc      |   1 +
 gcc/testsuite/gcc.target/i386/pr99744-2.c          |  11 +
 .../gdc.test/compilable/imports/pkg16044/package.d |   4 +
 .../compilable/imports/pkg16044/sub/package.d      |   4 +
 gcc/testsuite/gdc.test/compilable/issue16044.d     |   9 +
 gcc/testsuite/gdc.test/compilable/issue20915.d     |  10 +
 gcc/testsuite/gdc.test/compilable/issue21813a.d    |  13 +
 gcc/testsuite/gdc.test/compilable/issue21813b.d    |  13 +
 gcc/testsuite/gdc.test/compilable/test19145.d      |  14 +
 gcc/testsuite/gdc.test/compilable/test20894.d      |  46 ++
 gcc/testsuite/gdc.test/compilable/test21812.d      |  10 +
 .../gdc.test/fail_compilation/diag19196.d          |  16 +
 .../gdc.test/fail_compilation/test16228.d          |  17 +-
 .../gdc.test/fail_compilation/test20919.d          |  13 +
 gcc/tree.c                                         |   2 +-
 libgomp/ChangeLog                                  |  21 +
 .../libgomp.oacc-c-c++-common/collapse-2.c         |  17 +-
 .../libgomp.oacc-c-c++-common/collapse-3.c         |  15 +-
 libphobos/ChangeLog                                |  52 ++
 libphobos/Makefile.in                              |   1 +
 libphobos/configure                                |  47 +-
 libphobos/configure.ac                             |   1 +
 libphobos/libdruntime/Makefile.am                  |  25 +-
 libphobos/libdruntime/Makefile.in                  |  42 +-
 libphobos/libdruntime/core/thread/osthread.d       |  10 +-
 libphobos/libdruntime/gcc/sections/android.d       | 184 -----
 libphobos/libdruntime/gcc/sections/common.d        |  39 +
 .../gcc/sections/{elf_shared.d => elf.d}           |  71 +-
 libphobos/libdruntime/gcc/sections/macho.d         | 738 ++++++++++++++++++
 libphobos/libdruntime/gcc/sections/osx.d           | 284 -------
 libphobos/libdruntime/gcc/sections/package.d       |  47 +-
 libphobos/libdruntime/gcc/sections/pecoff.d        | 826 +++++++++++++++++++++
 libphobos/libdruntime/gcc/sections/win32.d         | 183 -----
 libphobos/libdruntime/gcc/sections/win64.d         | 321 --------
 libphobos/m4/druntime.m4                           |  19 +
 libphobos/src/Makefile.am                          |   2 +-
 libphobos/src/Makefile.in                          |   3 +-
 libphobos/testsuite/Makefile.in                    |   1 +
 .../testsuite/libphobos.druntime/druntime.exp      |   5 +-
 .../libphobos.druntime_shared/druntime_shared.exp  |   2 +-
 libphobos/testsuite/libphobos.phobos/phobos.exp    |   5 +-
 .../libphobos.phobos_shared/phobos_shared.exp      |   2 +-
 libstdc++-v3/ChangeLog                             |  46 ++
 libstdc++-v3/include/bits/ranges_util.h            |  15 -
 libstdc++-v3/include/debug/helper_functions.h      |  14 +-
 libstdc++-v3/include/debug/macros.h                |  10 +-
 libstdc++-v3/include/debug/safe_iterator.h         |  14 +
 libstdc++-v3/include/debug/safe_iterator.tcc       |  76 +-
 libstdc++-v3/include/debug/stl_iterator.h          |  14 +
 .../testsuite/17_intro/headers/c++1998/49745.cc    |   4 +-
 .../testsuite/25_algorithms/copy/debug/99402.cc    |  35 +
 .../requirements/non_uint_neg.cc                   |   4 +-
 .../testsuite/std/ranges/subrange/lwg3282_neg.cc   |  13 +
 .../requirements/non_uint_neg.cc                   |   3 +-
 maintainer-scripts/ChangeLog                       |  22 +
 121 files changed, 3093 insertions(+), 1267 deletions(-)


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

only message in thread, other threads:[~2021-04-13  7:26 UTC | newest]

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