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: Fri, 31 Dec 2021 08:55:01 +0000 (GMT)	[thread overview]
Message-ID: <20211231085501.698F5385843B@sourceware.org> (raw)

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

commit b917f555c37a814b7169f731599446acec4ccfb1
Merge: 3431b882d9e be674bdd11d
Author: Gaius Mulley <gaius.mulley@southwales.ac.uk>
Date:   Fri Dec 31 08:54:21 2021 +0000

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

Diff:

 gcc/ChangeLog                                      | 144 +++++
 gcc/DATESTAMP                                      |   2 +-
 gcc/ada/ChangeLog                                  |   7 +
 .../doc/share/gnu_free_documentation_license.rst   |   4 +-
 gcc/ada/gnat-style.texi                            |   4 +-
 gcc/ada/gnat_rm.texi                               |   4 +-
 gcc/ada/gnat_ugn.texi                              |   4 +-
 gcc/c-family/ChangeLog                             |   7 +
 gcc/c-family/c-common.c                            |   2 +
 gcc/c-family/c-cppbuiltin.c                        |   6 +
 gcc/collect2.c                                     |  10 +-
 gcc/common.opt                                     |   4 +
 gcc/config/aarch64/aarch64-c.c                     |   2 +
 gcc/config/arm/arm-c.c                             |   2 +
 gcc/config/i386/constraints.md                     |  10 +
 gcc/config/i386/i386-c.c                           |   4 +
 gcc/config/i386/i386.md                            |  77 +--
 gcc/config/i386/mmx.md                             |  10 +-
 gcc/config/i386/sse.md                             | 115 ++--
 gcc/config/pa/pa-protos.h                          |   1 -
 gcc/config/pa/pa.c                                 |  76 ---
 gcc/config/pa/pa.md                                |  40 +-
 gcc/config/s390/s390-c.c                           |   2 +
 gcc/d/ChangeLog                                    |   8 +
 gcc/d/gdc.texi                                     |  12 +-
 gcc/doc/contrib.texi                               |   2 +-
 gcc/doc/contribute.texi                            |  10 +-
 gcc/doc/cpp.texi                                   |   2 +-
 gcc/doc/extend.texi                                |   4 +-
 gcc/doc/gccint.texi                                |   2 +-
 gcc/doc/gnu.texi                                   |   4 +-
 gcc/doc/implement-c.texi                           |   2 +-
 gcc/doc/implement-cxx.texi                         |   2 +-
 gcc/doc/include/fdl.texi                           |   6 +-
 gcc/doc/include/gpl_v3.texi                        |   6 +-
 gcc/doc/install.texi                               |  32 +-
 gcc/doc/invoke.texi                                |  14 +-
 gcc/doc/passes.texi                                |   2 +-
 gcc/doc/service.texi                               |   2 +-
 gcc/doc/sourcebuild.texi                           |   2 +-
 gcc/doc/standards.texi                             |   6 +-
 gcc/emit-rtl.c                                     |   8 +-
 gcc/fold-const.c                                   |  14 +-
 gcc/fortran/ChangeLog                              |  28 +
 gcc/fortran/expr.c                                 |   3 +-
 gcc/fortran/gfortran.texi                          |  14 +-
 gcc/fortran/intrinsic.texi                         |   4 +-
 gcc/fortran/match.c                                |   3 +-
 gcc/fortran/primary.c                              |   1 +
 gcc/fortran/resolve.c                              |   9 +-
 gcc/fortran/trans-decl.c                           |  17 +-
 gcc/fortran/trans-expr.c                           |  86 ++-
 gcc/fortran/trans-types.c                          |   2 +-
 gcc/fortran/trans.h                                |   1 -
 gcc/gcc.c                                          |   4 +
 gcc/go/ChangeLog                                   |   4 +
 gcc/go/gccgo.texi                                  |   4 +-
 gcc/go/gofrontend/MERGE                            |   2 +-
 gcc/go/gofrontend/types.cc                         |  15 +-
 gcc/godump.c                                       |   2 +-
 gcc/jit/ChangeLog                                  |  39 ++
 gcc/jit/docs/_build/texinfo/libgccjit.texi         |  96 +--
 gcc/jit/docs/cp/index.rst                          |   4 +-
 gcc/jit/docs/cp/intro/index.rst                    |   2 +-
 gcc/jit/docs/cp/intro/tutorial01.rst               |   2 +-
 gcc/jit/docs/cp/intro/tutorial02.rst               |   2 +-
 gcc/jit/docs/cp/intro/tutorial03.rst               |   2 +-
 gcc/jit/docs/cp/intro/tutorial04.rst               |   2 +-
 gcc/jit/docs/cp/topics/asm.rst                     |   2 +-
 gcc/jit/docs/cp/topics/compilation.rst             |   2 +-
 gcc/jit/docs/cp/topics/contexts.rst                |   2 +-
 gcc/jit/docs/cp/topics/expressions.rst             |   2 +-
 gcc/jit/docs/cp/topics/functions.rst               |   2 +-
 gcc/jit/docs/cp/topics/index.rst                   |   2 +-
 gcc/jit/docs/cp/topics/locations.rst               |   2 +-
 gcc/jit/docs/cp/topics/objects.rst                 |   2 +-
 gcc/jit/docs/cp/topics/types.rst                   |   2 +-
 gcc/jit/docs/index.rst                             |   6 +-
 gcc/jit/docs/internals/index.rst                   |  10 +-
 gcc/jit/docs/intro/index.rst                       |   2 +-
 gcc/jit/docs/intro/tutorial01.rst                  |   2 +-
 gcc/jit/docs/intro/tutorial02.rst                  |   2 +-
 gcc/jit/docs/intro/tutorial03.rst                  |   2 +-
 gcc/jit/docs/intro/tutorial04.rst                  |   2 +-
 gcc/jit/docs/intro/tutorial05.rst                  |   2 +-
 gcc/jit/docs/topics/asm.rst                        |   2 +-
 gcc/jit/docs/topics/compatibility.rst              |   2 +-
 gcc/jit/docs/topics/compilation.rst                |   2 +-
 gcc/jit/docs/topics/contexts.rst                   |   2 +-
 gcc/jit/docs/topics/expressions.rst                |   2 +-
 gcc/jit/docs/topics/function-pointers.rst          |   2 +-
 gcc/jit/docs/topics/functions.rst                  |   2 +-
 gcc/jit/docs/topics/index.rst                      |   2 +-
 gcc/jit/docs/topics/locations.rst                  |   2 +-
 gcc/jit/docs/topics/objects.rst                    |   2 +-
 gcc/jit/docs/topics/performance.rst                |   2 +-
 gcc/jit/docs/topics/types.rst                      |   2 +-
 gcc/loop-invariant.c                               |  36 +-
 gcc/optabs.c                                       |   8 +
 gcc/opts.c                                         | 126 ++--
 gcc/opts.h                                         |   2 +
 gcc/shrink-wrap.c                                  |   5 +-
 gcc/testsuite/ChangeLog                            |  97 +++
 gcc/testsuite/g++.dg/cpp/pr103012.C                |  18 +
 gcc/testsuite/g++.dg/ext/is_enum2.C                |  10 +
 gcc/testsuite/g++.dg/opt/pr103742.C                |  36 ++
 gcc/testsuite/g++.dg/opt/pr103842.C                |  31 +
 gcc/testsuite/g++.dg/template/sfinae32.C           |  24 +
 gcc/testsuite/g++.dg/template/sfinae32a.C          |  24 +
 gcc/testsuite/g++.target/i386/pr103012.C           |  19 +
 gcc/testsuite/gcc.c-torture/compile/pr103813.c     |  10 +
 gcc/testsuite/gcc.dg/loop-invariant-2.c            |  20 +
 gcc/testsuite/gcc.dg/pr103793.c                    |  12 +
 gcc/testsuite/gcc.dg/pr103808.c                    |  23 +
 gcc/testsuite/gcc.dg/pr103837.c                    |  19 +
 gcc/testsuite/gcc.dg/pr103838.c                    |  28 +
 gcc/testsuite/gcc.dg/pr103860.c                    |  31 +
 gcc/testsuite/gcc.target/i386/amx-check.h          |  23 +-
 gcc/testsuite/gcc.target/i386/amxbf16-dpbf16ps-2.c |  30 +-
 gcc/testsuite/gcc.target/i386/pr103762-1a.c        | 647 +++++++++++++++++++++
 gcc/testsuite/gcc.target/i386/pr103762-1b.c        |   7 +
 gcc/testsuite/gcc.target/i386/pr103762-1c.c        |   7 +
 gcc/testsuite/gcc.target/i386/pr103785.c           |  38 ++
 gcc/testsuite/gcc.target/riscv/pr103302.c          |   2 +-
 gcc/testsuite/gfortran.dg/c_char_tests_3.f90       |  51 ++
 gcc/testsuite/gfortran.dg/c_char_tests_3_c.c       |  16 +
 gcc/testsuite/gfortran.dg/c_char_tests_4.f90       |  90 +++
 gcc/testsuite/gfortran.dg/c_char_tests_5.f90       |  49 ++
 gcc/testsuite/gfortran.dg/extract_recip_1.f        |   2 +-
 gcc/testsuite/gfortran.dg/pr102332.f90             |  69 +++
 gcc/testsuite/gfortran.dg/pr98076.f90              | 293 ++++++++++
 gcc/testsuite/lib/prune.exp                        |   7 +
 gcc/toplev.c                                       |   2 +
 gcc/tree-ssa-dce.c                                 |  38 +-
 gcc/tree-ssa-loop-split.c                          |  86 ++-
 gcc/tree.c                                         |   1 +
 libbacktrace/ChangeLog                             |   6 +
 libbacktrace/Makefile.am                           |   8 +-
 libbacktrace/Makefile.in                           |   8 +-
 libgfortran/ChangeLog                              |  34 ++
 libgfortran/ieee/ieee_helper.c                     |  21 +-
 libgfortran/io/write.c                             |  70 ++-
 libgfortran/libgfortran.h                          |   7 +-
 libgfortran/runtime/backtrace.c                    |   1 +
 libgfortran/runtime/error.c                        |  31 -
 libgfortran/runtime/string.c                       |  99 +++-
 libgo/mkrsysinfo.sh                                |   2 +-
 libiberty/cp-demangle.c                            |   5 +-
 libiberty/testsuite/demangle-expected              |   5 +
 149 files changed, 2779 insertions(+), 650 deletions(-)


             reply	other threads:[~2021-12-31  8:55 UTC|newest]

Thread overview: 74+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-31  8:55 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-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-22 20:08 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=20211231085501.698F5385843B@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).