public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
From: Gaius Mulley <gaius@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org
Subject: [gcc/devel/modula-2] Merge branch 'master' into devel/modula-2.
Date: Fri, 22 Apr 2022 08:09:46 +0000 (GMT)	[thread overview]
Message-ID: <20220422080946.685453856DE7@sourceware.org> (raw)

https://gcc.gnu.org/g:0d22cf81a243cdf6c1b97df42b27d262bb944da3

commit 0d22cf81a243cdf6c1b97df42b27d262bb944da3
Merge: cc2a7dabd1f c1a9cf67915
Author: Gaius Mulley <gaius.mulley@southwales.ac.uk>
Date:   Fri Apr 22 09:06:06 2022 +0100

    Merge branch 'master' into devel/modula-2.

Diff:

 gcc/ChangeLog                                      |  52 +++
 gcc/DATESTAMP                                      |   2 +-
 gcc/config/rs6000/rs6000.md                        |  22 +-
 gcc/configure                                      |  10 +-
 gcc/configure.ac                                   |  10 +-
 gcc/cp/ChangeLog                                   |  19 ++
 gcc/cp/call.cc                                     |   7 +-
 gcc/cp/constexpr.cc                                |   9 +-
 gcc/d/ChangeLog                                    |   7 +
 gcc/d/d-lang.cc                                    |   5 +
 gcc/d/dmd/MERGE                                    |   2 +-
 gcc/d/dmd/VERSION                                  |   2 +-
 gcc/d/dmd/aggregate.d                              |  22 ++
 gcc/d/dmd/astenums.d                               |   1 +
 gcc/d/dmd/blockexit.d                              |  15 +-
 gcc/d/dmd/clone.d                                  |   6 +-
 gcc/d/dmd/cparse.d                                 |  22 +-
 gcc/d/dmd/declaration.d                            |  18 +-
 gcc/d/dmd/dmodule.d                                |   6 +-
 gcc/d/dmd/dsymbol.d                                |   4 +-
 gcc/d/dmd/dsymbolsem.d                             |   9 +-
 gcc/d/dmd/errors.d                                 |  16 +-
 gcc/d/dmd/escape.d                                 |  61 ++--
 gcc/d/dmd/expression.d                             |  11 +-
 gcc/d/dmd/expression.h                             |   2 -
 gcc/d/dmd/expressionsem.d                          |  29 +-
 gcc/d/dmd/initsem.d                                |   8 +-
 gcc/d/dmd/lexer.d                                  |  55 ++-
 gcc/d/dmd/mtype.d                                  |  92 ++---
 gcc/d/dmd/mtype.h                                  |   2 +-
 gcc/d/dmd/optimize.d                               |  13 +-
 gcc/d/dmd/parse.d                                  |  98 ++++--
 gcc/d/dmd/statement.d                              |   8 +
 gcc/d/dmd/transitivevisitor.d                      |   4 +-
 gcc/d/dmd/typesem.d                                |  11 +-
 gcc/d/dmd/utils.d                                  |   2 +-
 gcc/d/lang.opt                                     |   4 +
 gcc/emit-rtl.cc                                    |   3 +-
 gcc/fortran/ChangeLog                              |   5 +
 gcc/fortran/trans-expr.cc                          |   4 +-
 gcc/gimple-isel.cc                                 |   8 +
 gcc/go/gofrontend/MERGE                            |   2 +-
 gcc/testsuite/ChangeLog                            |  44 +++
 gcc/testsuite/g++.dg/cpp0x/constexpr-105321.C      |  18 +
 gcc/testsuite/g++.dg/cpp0x/initlist129.C           |   6 +
 gcc/testsuite/gcc.target/arm/pr105312.c            |  23 ++
 gcc/testsuite/gcc.target/powerpc/bswap-brw.c       |   2 +-
 gcc/testsuite/gdc.test/compilable/betterCarray.d   |   7 +
 gcc/testsuite/gdc.test/compilable/test18216.d      |  40 +++
 gcc/testsuite/gdc.test/compilable/test22635.d      |  13 +
 .../gdc.test/fail_compilation/diag11198.d          |  12 +-
 .../gdc.test/fail_compilation/fail22202.d          |  22 ++
 .../gdc.test/fail_compilation/fail23036.d          |  22 ++
 .../gdc.test/fail_compilation/fail_scope.d         |  30 +-
 .../gdc.test/fail_compilation/retscope6.d          |  48 ++-
 .../gdc.test/fail_compilation/test22999.d          |  27 ++
 .../gdc.test/fail_compilation/test23017.d          |  20 ++
 gcc/testsuite/gdc.test/runnable/testscope.d        |  16 -
 gcc/testsuite/gfortran.dg/dec_union_12.f90         |  43 +++
 gcc/testsuite/gfortran.dg/g77/pr105203.f           |  20 ++
 gcc/testsuite/lib/target-supports.exp              |  10 +
 gcc/tree-vect-loop-manip.cc                        |  60 +++-
 libgo/runtime/go-signal.c                          |  35 +-
 libphobos/ChangeLog                                |   7 +
 libphobos/libdruntime/MERGE                        |   2 +-
 libphobos/libdruntime/core/exception.d             |  84 ++---
 libphobos/libdruntime/object.d                     |   4 +-
 libphobos/libdruntime/rt/aaA.d                     |   4 +-
 libphobos/src/MERGE                                |   2 +-
 libphobos/src/Makefile.am                          |   2 +-
 libphobos/src/Makefile.in                          |   4 +-
 libphobos/src/std/base64.d                         |  20 +-
 libphobos/src/std/int128.d                         | 374 +++++++++++++++++++++
 libphobos/src/std/path.d                           |   2 +-
 libphobos/src/std/traits.d                         |  21 +-
 libstdc++-v3/ChangeLog                             |  38 +++
 libstdc++-v3/doc/html/manual/setup.html            |  33 ++
 libstdc++-v3/doc/xml/manual/prerequisites.xml      |  50 +++
 libstdc++-v3/include/std/charconv                  |  16 +-
 libstdc++-v3/src/Makefile.am                       |   4 +-
 libstdc++-v3/src/Makefile.in                       |   4 +-
 libstdc++-v3/src/c++17/floating_from_chars.cc      |  34 +-
 .../testsuite/20_util/from_chars/pr105324.cc       |  14 +
 .../operations/copy/char/constexpr.cc              |   2 +-
 84 files changed, 1556 insertions(+), 371 deletions(-)


             reply	other threads:[~2022-04-22  8:09 UTC|newest]

Thread overview: 68+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-22  8:09 Gaius Mulley [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-12-14 12:30 Gaius Mulley
2022-12-07 19:51 Gaius Mulley
2022-12-01  0:32 Gaius Mulley
2022-11-18 12:25 Gaius Mulley
2022-11-15 23:00 Gaius Mulley
2022-11-02 23:24 Gaius Mulley
2022-10-22  1:58 Gaius Mulley
2022-10-12 12:57 Gaius Mulley
2022-10-04 11:47 Gaius Mulley
2022-09-26 11:40 Gaius Mulley
2022-09-20 15:20 Gaius Mulley
2022-09-14 18:58 Gaius Mulley
2022-09-12 20:46 Gaius Mulley
2022-09-08 15:03 Gaius Mulley
2022-09-02 15:27 Gaius Mulley
2022-08-29 13:42 Gaius Mulley
2022-08-25 22:53 Gaius Mulley
2022-08-12  8:40 Gaius Mulley
2022-08-08 12:01 Gaius Mulley
2022-07-29 16:23 Gaius Mulley
2022-07-26  0:28 Gaius Mulley
2022-07-11 23:17 Gaius Mulley
2022-07-06 20:03 Gaius Mulley
2022-05-30 13:25 Gaius Mulley
2022-05-23 22:02 Gaius Mulley
2022-05-20  1:41 Gaius Mulley
2022-05-15 22:44 Gaius Mulley
2022-05-12  9:02 Gaius Mulley
2022-05-10 11:05 Gaius Mulley
2022-05-06 12:28 Gaius Mulley
2022-05-05 19:37 Gaius Mulley
2022-05-03 12:08 Gaius Mulley
2022-04-29 20:01 Gaius Mulley
2022-04-29 15:22 Gaius Mulley
2022-04-28 15:14 Gaius Mulley
2022-04-27 11:17 Gaius Mulley
2022-04-26 17:23 Gaius Mulley
2022-04-25 19:40 Gaius Mulley
2022-04-20 11:35 Gaius Mulley
2022-04-01 19:20 Gaius Mulley
2022-03-24 23:10 Gaius Mulley
2022-03-16 20:33 Gaius Mulley
2022-03-02 18:47 Gaius Mulley
2022-02-14 17:00 Gaius Mulley
2022-02-05 13:34 Gaius Mulley
2022-01-29 11:11 Gaius Mulley
2022-01-25 18:58 Gaius Mulley
2022-01-21 20:48 Gaius Mulley
2022-01-20 12:42 Gaius Mulley
2022-01-18 13:54 Gaius Mulley
2022-01-14  0:26 Gaius Mulley
2022-01-06 21:41 Gaius Mulley
2021-12-19  1:19 Gaius Mulley
2021-12-09 21:59 Gaius Mulley
2021-11-27 13:22 Gaius Mulley
2021-11-19 18:30 Gaius Mulley
2021-11-07 15:22 Gaius Mulley
2021-10-27  8:45 Gaius Mulley
2021-10-19 22:57 Gaius Mulley
2021-10-08 14:03 Gaius Mulley
2021-09-16 12:03 Gaius Mulley
2021-09-14 11:39 Gaius Mulley
2021-09-02 15:49 Gaius Mulley
2021-08-27  0:43 Gaius Mulley
2021-08-18 14:24 Gaius Mulley
2021-08-10 13:57 Gaius Mulley
2021-07-28 18:59 Gaius Mulley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220422080946.685453856DE7@sourceware.org \
    --to=gaius@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    --cc=libstdc++-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).