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: Tue, 10 May 2022 11:05:50 +0000 (GMT)	[thread overview]
Message-ID: <20220510110550.884FD3959C64@sourceware.org> (raw)

https://gcc.gnu.org/g:70fe0035c03314d654846c40c807578b205df0c7

commit 70fe0035c03314d654846c40c807578b205df0c7
Merge: beb9098be01 0b86943aca5
Author: Gaius Mulley <gaius.mulley@southwales.ac.uk>
Date:   Mon May 9 16:58:40 2022 +0100

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

Diff:

 MAINTAINERS                                        |    4 +-
 contrib/ChangeLog                                  |    4 +
 gcc/ChangeLog                                      |   35 +
 gcc/DATESTAMP                                      |    2 +-
 gcc/ada/adaint.c                                   |   12 +-
 gcc/ada/bindgen.adb                                |    2 +-
 .../doc/gnat_rm/implementation_defined_pragmas.rst |   30 +-
 gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst     |  917 --------------
 gcc/ada/einfo.ads                                  |   18 +-
 gcc/ada/err_vars.ads                               |   12 +
 gcc/ada/errout.adb                                 |   10 +-
 gcc/ada/errout.ads                                 |    7 +
 gcc/ada/erroutc.adb                                |   18 +-
 gcc/ada/exp_aggr.adb                               |    2 +-
 gcc/ada/exp_attr.adb                               |   31 +-
 gcc/ada/exp_ch3.adb                                |    2 -
 gcc/ada/exp_ch4.adb                                |   29 +-
 gcc/ada/exp_ch5.adb                                |   59 +-
 gcc/ada/exp_disp.adb                               |    4 +-
 gcc/ada/exp_prag.adb                               |    2 +
 gcc/ada/exp_unst.adb                               |    2 +-
 gcc/ada/exp_util.adb                               |  153 ++-
 gcc/ada/exp_util.ads                               |    4 +-
 gcc/ada/freeze.adb                                 |    2 +-
 gcc/ada/gnat_rm.texi                               |   32 +-
 gcc/ada/gnatchop.adb                               |    2 +-
 gcc/ada/gnatfind.adb                               |    2 +-
 gcc/ada/gnatlink.adb                               |    2 +-
 gcc/ada/gnatxref.adb                               |    2 +-
 gcc/ada/gprep.adb                                  |    2 +-
 gcc/ada/init.c                                     |   38 +-
 gcc/ada/inline.adb                                 |   12 +-
 gcc/ada/lib-xref.adb                               |    8 +-
 gcc/ada/libgnat/a-cfhama.adb                       |    2 +-
 gcc/ada/libgnat/a-ngcefu.adb                       |    6 +-
 gcc/ada/libgnat/a-strunb.adb                       |    2 +-
 gcc/ada/libgnat/a-stwiun.adb                       |    2 +-
 gcc/ada/libgnat/a-stzunb.adb                       |    2 +-
 gcc/ada/libgnat/a-wtedit.adb                       |    4 +-
 gcc/ada/libgnat/g-alleve.adb                       |    2 +-
 gcc/ada/libgnat/g-debpoo.adb                       |    4 +-
 gcc/ada/libgnat/g-expect.adb                       |   14 +-
 gcc/ada/libgnat/s-expmod.adb                       |    3 -
 gcc/ada/libgnat/s-os_lib.adb                       |    6 +-
 gcc/ada/osint.adb                                  |    8 +-
 gcc/ada/par-prag.adb                               |    3 +-
 gcc/ada/repinfo.adb                                |    8 +-
 gcc/ada/rtsfind.adb                                |   12 +-
 gcc/ada/rtsfind.ads                                |   12 +
 gcc/ada/sem.adb                                    |   12 +-
 gcc/ada/sem_attr.adb                               |    9 -
 gcc/ada/sem_aux.adb                                |    4 +-
 gcc/ada/sem_case.adb                               |    4 +-
 gcc/ada/sem_ch12.adb                               |    2 +-
 gcc/ada/sem_ch13.adb                               |   35 +-
 gcc/ada/sem_ch3.adb                                |   35 +
 gcc/ada/sem_ch3.ads                                |    3 +
 gcc/ada/sem_ch4.adb                                | 1290 ++++++++------------
 gcc/ada/sem_ch4.ads                                |    7 +-
 gcc/ada/sem_ch6.adb                                |    4 +-
 gcc/ada/sem_ch8.adb                                |  118 +-
 gcc/ada/sem_prag.adb                               |   83 +-
 gcc/ada/sem_res.adb                                |  377 +++---
 gcc/ada/sem_type.adb                               |  546 ++++-----
 gcc/ada/sem_type.ads                               |   47 +-
 gcc/ada/sem_util.adb                               |  118 +-
 gcc/ada/sem_util.ads                               |   16 +-
 gcc/ada/sigtramp-vxworks.c                         |   10 +-
 gcc/ada/uintp.adb                                  |   31 +-
 gcc/ada/xr_tabls.adb                               |    2 +-
 gcc/basic-block.h                                  |    5 +-
 gcc/c-family/ChangeLog                             |   21 +
 gcc/c-family/c-attribs.cc                          |   33 +-
 gcc/c-family/c-common.cc                           |    4 +-
 gcc/c-family/c-common.h                            |    4 +-
 gcc/c-family/c-format.cc                           |   77 +-
 gcc/c-family/c-gimplify.cc                         |    6 +-
 gcc/c-family/c-opts.cc                             |   31 +-
 gcc/c/ChangeLog                                    |    6 +
 gcc/c/c-objc-common.cc                             |    9 +
 gcc/c/c-parser.cc                                  |    4 +-
 gcc/cgraph.cc                                      |    4 +-
 gcc/config/aarch64/iterators.md                    |    3 -
 gcc/config/i386/i386-expand.cc                     |  107 ++
 gcc/config/i386/i386.cc                            |   93 +-
 gcc/config/i386/sse.md                             |   45 +-
 gcc/config/riscv/arch-canonicalize                 |    8 +-
 gcc/config/rs6000/rs6000.cc                        |    5 +
 gcc/cp/ChangeLog                                   |   24 +
 gcc/cp/call.cc                                     |   14 +-
 gcc/cp/class.cc                                    |    8 +-
 gcc/cp/constexpr.cc                                |   77 +-
 gcc/cp/cp-gimplify.cc                              |   10 +-
 gcc/cp/cp-tree.h                                   |   13 +-
 gcc/cp/decl.cc                                     |   36 +-
 gcc/cp/error.cc                                    |   44 +-
 gcc/cp/init.cc                                     |    6 +-
 gcc/cp/lambda.cc                                   |    6 +-
 gcc/cp/lex.cc                                      |    4 +-
 gcc/cp/method.cc                                   |    8 +-
 gcc/cp/module.cc                                   |   64 +-
 gcc/cp/parser.cc                                   |    6 +-
 gcc/cp/pt.cc                                       |    2 +-
 gcc/cp/tree.cc                                     |   23 +-
 gcc/cp/typeck2.cc                                  |    4 +-
 gcc/diagnostic-color.cc                            |    2 +
 gcc/doc/invoke.texi                                |   10 +-
 gcc/domwalk.cc                                     |    4 +-
 gcc/dse.cc                                         |    8 +-
 gcc/expmed.cc                                      |    4 +-
 gcc/genmatch.cc                                    |    4 +-
 gcc/ggc-common.cc                                  |    4 +-
 gcc/go/gofrontend/MERGE                            |    2 +-
 gcc/go/gofrontend/expressions.cc                   |   29 +-
 gcc/go/gofrontend/expressions.h                    |   16 +-
 gcc/go/gofrontend/types.cc                         |   21 +-
 gcc/go/gofrontend/types.h                          |    2 +-
 gcc/match.pd                                       |   12 +-
 gcc/omp-low.cc                                     |   11 +
 gcc/poly-int.h                                     |   13 +
 gcc/print-rtl.cc                                   |    2 +-
 gcc/rtl-iter.h                                     |    8 +-
 gcc/rtl-ssa/internals.inl                          |    2 +-
 gcc/rtl-ssa/member-fns.inl                         |    4 +-
 gcc/rtlanal.cc                                     |   12 +-
 gcc/rtlanal.h                                      |    4 +-
 gcc/simplify-rtx.cc                                |    2 +-
 gcc/sort.cc                                        |   28 +-
 gcc/system.h                                       |    8 +-
 gcc/testsuite/ChangeLog                            |   25 +
 gcc/testsuite/c-c++-common/gomp/allocate-2.c       |   15 +
 gcc/testsuite/c-c++-common/gomp/allocate-8.c       |   18 +
 gcc/testsuite/g++.dg/cpp0x/constexpr-union7.C      |   17 +
 gcc/testsuite/g++.dg/cpp0x/constexpr-union7a.C     |   15 +
 gcc/testsuite/g++.dg/cpp2a/constinit17.C           |   24 +
 gcc/testsuite/g++.dg/diagnostic/function-color1.C  |   21 +
 gcc/testsuite/g++.dg/ext/attr-format-arg1.C        |   26 +
 gcc/testsuite/g++.dg/ext/attr-format1.C            |   32 +
 gcc/testsuite/g++.dg/ext/attr-format2.C            |   38 +
 gcc/testsuite/g++.dg/ext/attr-format3.C            |   15 +
 gcc/testsuite/gcc.dg/gomp/pr104517.c               |   18 +-
 gcc/testsuite/gcc.target/i386/pr105072.c           |   24 +
 gcc/testsuite/gcc.target/i386/pr105354-1.c         |  130 ++
 gcc/testsuite/gcc.target/i386/pr105354-2.c         |  110 ++
 .../gcc.target/i386/zero-scratch-regs-1.c          |    2 +-
 .../gcc.target/i386/zero-scratch-regs-10.c         |   16 +-
 .../gcc.target/i386/zero-scratch-regs-13.c         |   37 +-
 .../gcc.target/i386/zero-scratch-regs-14.c         |   16 +-
 .../gcc.target/i386/zero-scratch-regs-15.c         |    2 +-
 .../gcc.target/i386/zero-scratch-regs-16.c         |    2 +-
 .../gcc.target/i386/zero-scratch-regs-17.c         |    2 +-
 .../gcc.target/i386/zero-scratch-regs-18.c         |    4 +-
 .../gcc.target/i386/zero-scratch-regs-19.c         |    2 +-
 .../gcc.target/i386/zero-scratch-regs-2.c          |   16 +-
 .../gcc.target/i386/zero-scratch-regs-20.c         |   38 +-
 .../gcc.target/i386/zero-scratch-regs-21.c         |    4 +-
 .../gcc.target/i386/zero-scratch-regs-22.c         |   16 +-
 .../gcc.target/i386/zero-scratch-regs-23.c         |   30 +-
 .../gcc.target/i386/zero-scratch-regs-26.c         |   26 +-
 .../gcc.target/i386/zero-scratch-regs-27.c         |   10 +-
 .../gcc.target/i386/zero-scratch-regs-28.c         |   12 +-
 .../gcc.target/i386/zero-scratch-regs-3.c          |    2 +-
 .../gcc.target/i386/zero-scratch-regs-31.c         |    4 +-
 .../gcc.target/i386/zero-scratch-regs-4.c          |    2 +-
 .../gcc.target/i386/zero-scratch-regs-5.c          |   16 +-
 .../gcc.target/i386/zero-scratch-regs-6.c          |    2 +-
 .../gcc.target/i386/zero-scratch-regs-7.c          |    2 +-
 .../gcc.target/i386/zero-scratch-regs-8.c          |   14 +-
 .../gcc.target/i386/zero-scratch-regs-9.c          |    2 +-
 gcc/testsuite/gcc.target/powerpc/pr102059-4.c      |   23 +
 gcc/testsuite/gfortran.dg/gomp/allocate-3.f90      |   14 +
 gcc/tree-core.h                                    |    6 +-
 gcc/tree-ssa-sccvn.cc                              |   14 +-
 gcc/vec.h                                          |    4 +-
 gcc/wide-int.h                                     |   20 +-
 include/ansidecl.h                                 |   17 -
 libgomp/ChangeLog                                  |   12 +
 libgomp/libgomp.map                                |    1 +
 libgomp/libgomp.texi                               |    2 +-
 libgomp/omp.h.in                                   |    2 +
 libgomp/omp_lib.f90.in                             |   10 +
 libgomp/omp_lib.h.in                               |   11 +
 libgomp/target.c                                   |   18 +
 .../libgomp.c-c++-common/target-is-accessible-1.c  |   47 +
 .../libgomp.fortran/target-is-accessible-1.f90     |   50 +
 libstdc++-v3/ChangeLog                             |   55 +
 libstdc++-v3/doc/html/manual/test.html             |    8 +-
 libstdc++-v3/doc/xml/manual/test.xml               |    8 +-
 libstdc++-v3/include/bits/random.tcc               |   12 +-
 libstdc++-v3/include/bits/specfun.h                |    4 -
 libstdc++-v3/include/experimental/bits/simd.h      |   13 +-
 libstdc++-v3/include/std/stacktrace                |    8 +-
 libstdc++-v3/libsupc++/compare                     |    6 +-
 libstdc++-v3/libsupc++/exception                   |    8 +-
 libstdc++-v3/libsupc++/exception.h                 |    6 +-
 libstdc++-v3/libsupc++/exception_ptr.h             |    6 +-
 libstdc++-v3/libsupc++/initializer_list            |    6 +-
 libstdc++-v3/libsupc++/nested_exception.h          |    8 +-
 .../random/normal_distribution/operators/equal.cc  |   20 +
 .../normal_distribution/operators/serialize.cc     |   36 +-
 .../testsuite/26_numerics/random/pr60037-neg.cc    |    2 +-
 .../27_io/filesystem/iterators/error_reporting.cc  |   35 +-
 202 files changed, 3502 insertions(+), 3127 deletions(-)


             reply	other threads:[~2022-05-10 11:05 UTC|newest]

Thread overview: 68+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-10 11:05 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-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-22  8:09 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=20220510110550.884FD3959C64@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).