public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Gaius Mulley <gaius@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc/devel/modula-2] Merge branch 'master' into devel/modula-2.
Date: Wed, 22 Sep 2021 20:08:59 +0000 (GMT)	[thread overview]
Message-ID: <20210922200859.779883858006@sourceware.org> (raw)

https://gcc.gnu.org/g:933e82ea6aa228672e8c95ef13dac2008ac2ec80

commit 933e82ea6aa228672e8c95ef13dac2008ac2ec80
Merge: 37529f1a0ae 8f571e64713
Author: Gaius Mulley <gaius.mulley@southwales.ac.uk>
Date:   Wed Sep 22 21:08:22 2021 +0100

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

Diff:

 gcc/ada/ali-util.adb                               |    1 -
 gcc/ada/ali.adb                                    |   20 +-
 gcc/ada/ali.ads                                    |    6 -
 gcc/ada/aspects.ads                                |    2 +-
 gcc/ada/atree.adb                                  |   10 +-
 gcc/ada/atree.ads                                  |    1 +
 gcc/ada/clean.adb                                  |    2 +-
 gcc/ada/contracts.adb                              |    6 +-
 .../doc/gnat_rm/implementation_defined_pragmas.rst |   14 +-
 .../doc/gnat_ugn/platform_specific_information.rst |    5 +-
 gcc/ada/einfo-utils.adb                            |    7 +-
 gcc/ada/einfo-utils.ads                            |    2 +-
 gcc/ada/einfo.ads                                  |   16 +-
 gcc/ada/err_vars.ads                               |   17 +-
 gcc/ada/errout.adb                                 |   20 +-
 gcc/ada/erroutc.adb                                |   48 +-
 gcc/ada/exp_aggr.adb                               |    6 +-
 gcc/ada/exp_ch4.adb                                |   43 +-
 gcc/ada/exp_ch5.adb                                |  147 +-
 gcc/ada/exp_ch7.adb                                |    8 +-
 gcc/ada/exp_ch9.adb                                |   10 +-
 gcc/ada/exp_disp.adb                               |    2 +-
 gcc/ada/exp_prag.adb                               |   16 +-
 gcc/ada/exp_smem.adb                               |    2 +-
 gcc/ada/exp_util.adb                               |   12 +-
 gcc/ada/freeze.adb                                 |   51 +-
 gcc/ada/gcc-interface/Make-lang.in                 |    2 -
 gcc/ada/gnat_rm.texi                               |   16 +-
 gcc/ada/gnat_ugn.texi                              |    7 +-
 gcc/ada/gnatbind.adb                               |    2 -
 gcc/ada/gnatfind.adb                               |    5 +
 gcc/ada/gnatlink.adb                               |    1 -
 gcc/ada/gnatls.adb                                 |    1 -
 gcc/ada/gnatxref.adb                               |    5 +
 gcc/ada/libgnarl/a-tasini.adb                      |   12 +-
 gcc/ada/libgnarl/a-tasini.ads                      |    3 +-
 gcc/ada/libgnarl/s-interr__vxworks.adb             |   37 +-
 gcc/ada/libgnarl/s-osinte__vxworks.adb             |   18 +-
 gcc/ada/libgnarl/s-osinte__vxworks.ads             |   86 +-
 gcc/ada/libgnarl/s-taprop__vxworks.adb             |  101 +-
 gcc/ada/libgnarl/s-taskin.ads                      |    8 -
 gcc/ada/libgnarl/s-tassta.adb                      |    9 +
 gcc/ada/libgnarl/s-vxwext.adb                      |    6 +-
 gcc/ada/libgnarl/s-vxwext.ads                      |   16 +-
 gcc/ada/libgnarl/s-vxwext__kernel-smp.adb          |   20 +-
 gcc/ada/libgnarl/s-vxwext__kernel.adb              |   20 +-
 gcc/ada/libgnarl/s-vxwext__kernel.ads              |   26 +-
 gcc/ada/libgnarl/s-vxwext__rtp-smp.adb             |   18 +-
 gcc/ada/libgnarl/s-vxwext__rtp.adb                 |   22 +-
 gcc/ada/libgnarl/s-vxwext__rtp.ads                 |   26 +-
 gcc/ada/libgnat/a-strbou.adb                       |    2 +-
 gcc/ada/libgnat/a-strbou.ads                       | 2074 +++++++++++++++--
 gcc/ada/libgnat/a-strfix.adb                       |    2 +-
 gcc/ada/libgnat/a-strfix.ads                       |   71 +-
 gcc/ada/libgnat/a-strsea.ads                       |    6 +-
 gcc/ada/libgnat/a-strsup.adb                       | 1163 ++++++----
 gcc/ada/libgnat/a-strsup.ads                       | 2383 +++++++++++++++++++-
 gcc/ada/libgnat/a-strunb.ads                       |    5 +-
 gcc/ada/libgnat/i-vxwork.ads                       |    9 +-
 gcc/ada/libgnat/i-vxwork__x86.ads                  |    9 +-
 gcc/ada/libgnat/s-imenne.adb                       |  170 --
 gcc/ada/libgnat/s-imenne.ads                       |   85 -
 gcc/ada/libgnat/s-regpat.adb                       |   63 +-
 gcc/ada/make.adb                                   |    4 +-
 gcc/ada/opt.ads                                    |   16 -
 gcc/ada/osint-c.adb                                |    4 -
 gcc/ada/osint.adb                                  |    6 +-
 gcc/ada/par_sco.adb                                |   23 +-
 gcc/ada/pprint.adb                                 |   59 +-
 gcc/ada/prep.adb                                   |   25 +-
 gcc/ada/repinfo.adb                                |    7 +-
 gcc/ada/scng.adb                                   |    6 +-
 gcc/ada/sem_aggr.adb                               |    2 +-
 gcc/ada/sem_attr.adb                               |   10 +-
 gcc/ada/sem_aux.adb                                |   25 +
 gcc/ada/sem_aux.ads                                |    4 +
 gcc/ada/sem_case.adb                               |  337 ++-
 gcc/ada/sem_ch13.adb                               |   15 +-
 gcc/ada/sem_ch3.adb                                |   25 +-
 gcc/ada/sem_ch6.adb                                |   18 +-
 gcc/ada/sem_ch8.adb                                |   11 +-
 gcc/ada/sem_elab.adb                               |    4 +-
 gcc/ada/sem_prag.adb                               |    6 +-
 gcc/ada/sem_prag.ads                               |    2 +-
 gcc/ada/sem_type.adb                               |    7 +-
 gcc/ada/sem_util.adb                               |   14 +-
 gcc/ada/sem_util.ads                               |    2 +-
 gcc/ada/snames.ads-tmpl                            |    8 +-
 gcc/cp/constexpr.c                                 |    2 +-
 gcc/cp/pt.c                                        |   15 +-
 gcc/match.pd                                       |   30 +
 gcc/testsuite/g++.dg/cpp2a/concepts-nondep2.C      |   21 +
 gcc/testsuite/g++.dg/cpp2a/concepts-nondep3.C      |    9 +
 gcc/testsuite/gcc.dg/fold-negate-1.c               |   58 +
 gcc/testsuite/gcc.target/i386/auto-init-2.c        |    5 +-
 gcc/testsuite/gcc.target/i386/auto-init-3.c        |    7 +-
 gcc/testsuite/gcc.target/i386/auto-init-4.c        |    7 +-
 gcc/testsuite/gcc.target/i386/auto-init-5.c        |    4 +-
 .../gcc.target/i386/auto-init-padding-3.c          |    6 +-
 .../gcc.target/i386/auto-init-padding-7.c          |    4 +-
 .../gcc.target/i386/auto-init-padding-8.c          |    2 +-
 .../gcc.target/i386/auto-init-padding-9.c          |    4 +-
 gcc/tree-ssa-sccvn.c                               |   35 +-
 103 files changed, 6176 insertions(+), 1656 deletions(-)


             reply	other threads:[~2021-09-22 20:08 UTC|newest]

Thread overview: 74+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-22 20:08 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-14 18:31 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-06-10 11:26 Gaius Mulley
2022-06-06 10:49 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-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-31  8:55 Gaius Mulley
2021-12-25 12:50 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=20210922200859.779883858006@sourceware.org \
    --to=gaius@gcc.gnu.org \
    --cc=gcc-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).