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, 20 Sep 2022 15:20:23 +0000 (GMT)	[thread overview]
Message-ID: <20220920152023.95A1938582A6@sourceware.org> (raw)

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

commit a5bebf26c9d41b9456670812dd1f3b69cc0fe5d8
Merge: d2e4f24ef58 5ed0c11ec2a
Author: Gaius Mulley <gaius.mulley@southwales.ac.uk>
Date:   Tue Sep 20 14:35:46 2022 +0100

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

Diff:

 ChangeLog                                          |    4 +
 MAINTAINERS                                        |    1 +
 contrib/filter-clang-warnings.py                   |    6 +-
 gcc/ChangeLog                                      |  304 +++
 gcc/DATESTAMP                                      |    2 +-
 gcc/ada/ChangeLog                                  |    4 +
 gcc/ada/gcc-interface/trans.cc                     |    1 -
 gcc/c-family/ChangeLog                             |    6 +
 gcc/c-family/c-common.cc                           |    2 -
 gcc/c-family/c-common.h                            |    1 -
 gcc/c/ChangeLog                                    |   15 +
 gcc/c/c-decl.cc                                    |    8 -
 gcc/c/c-typeck.cc                                  |   43 +-
 gcc/config/csky/csky.h                             |    2 +-
 gcc/config/i386/i386-builtins.cc                   |  185 +-
 gcc/config/i386/i386-expand.cc                     |   43 +-
 gcc/config/i386/mmx.md                             |  154 ++
 gcc/config/i386/sse.md                             |   80 +
 gcc/config/i386/x86-tune-sched.cc                  |   14 +
 gcc/config/loongarch/gnu-user.h                    |    6 +-
 gcc/config/mips/mips.cc                            |    2 +-
 gcc/config/rs6000/rs6000.cc                        |   35 +
 gcc/cp/ChangeLog                                   |   33 +
 gcc/cp/constexpr.cc                                |   11 +-
 gcc/cp/decl.cc                                     |   10 +-
 gcc/cp/module.cc                                   |    5 +-
 gcc/cp/parser.cc                                   |    7 +-
 gcc/cp/semantics.cc                                |   30 +-
 gcc/cp/typeck.cc                                   |    3 +-
 gcc/d/ChangeLog                                    |    5 +
 gcc/d/d-builtins.cc                                |    1 -
 gcc/fortran/ChangeLog                              |   28 +
 gcc/fortran/f95-lang.cc                            |    2 -
 gcc/fortran/gfortran.texi                          |    4 +-
 gcc/fortran/libgfortran.h                          |    1 +
 gcc/fortran/resolve.cc                             |    1 +
 gcc/fortran/simplify.cc                            |    2 +-
 gcc/fortran/trans-openmp.cc                        |   20 +-
 gcc/gimple-range-fold.cc                           |    2 +-
 gcc/gimplify.cc                                    | 2771 +++++++++++++-------
 gcc/ginclude/float.h                               |    4 +-
 gcc/go/ChangeLog                                   |    5 +
 gcc/go/go-lang.cc                                  |    3 -
 gcc/jit/ChangeLog                                  |    5 +
 gcc/jit/dummy-frontend.cc                          |    3 -
 gcc/lto/ChangeLog                                  |    5 +
 gcc/lto/lto-lang.cc                                |    1 -
 gcc/omp-low.cc                                     |   23 +-
 gcc/range-op-float.cc                              |  175 +-
 gcc/targhooks.cc                                   |   17 +-
 gcc/testsuite/ChangeLog                            |  146 ++
 gcc/testsuite/c-c++-common/Waddress-7.c            |   22 +
 gcc/testsuite/c-c++-common/goacc/mdc-2.c           |    2 +
 gcc/testsuite/c-c++-common/gomp/target-50.c        |   23 +
 gcc/testsuite/g++.dg/cpp0x/constexpr-mutable3.C    |    9 +
 gcc/testsuite/g++.dg/cpp1y/constexpr-mutable1.C    |   16 +
 gcc/testsuite/g++.dg/goacc/mdc.C                   |    2 +
 gcc/testsuite/g++.dg/goacc/member-array-acc.C      |   13 +
 gcc/testsuite/g++.dg/gomp/map-3.C                  |    9 +
 gcc/testsuite/g++.dg/gomp/member-array-omp.C       |   13 +
 gcc/testsuite/g++.dg/gomp/target-3.C               |    4 +-
 gcc/testsuite/g++.dg/gomp/target-lambda-1.C        |    6 +-
 gcc/testsuite/g++.dg/gomp/target-this-2.C          |    2 +-
 gcc/testsuite/g++.dg/gomp/target-this-3.C          |    4 +-
 gcc/testsuite/g++.dg/gomp/target-this-4.C          |    4 +-
 gcc/testsuite/g++.dg/modules/typename-friend_a.C   |   11 +
 gcc/testsuite/g++.dg/modules/typename-friend_b.C   |    6 +
 gcc/testsuite/g++.dg/tree-ssa/pr106922.C           |   91 +
 gcc/testsuite/g++.dg/tree-ssa/pr106936.C           |   14 +
 gcc/testsuite/gcc.c-torture/compile/pr106958.c     |   13 +
 gcc/testsuite/gcc.dg/c2x-float-11.c                |    9 +
 gcc/testsuite/gcc.dg/c2x-float-2.c                 |    4 +-
 gcc/testsuite/gcc.dg/pr106938.c                    |   36 +
 gcc/testsuite/gcc.dg/tree-prof/indir-call-prof-2.c |    6 +-
 gcc/testsuite/gcc.dg/tree-ssa/gen-vect-34.c        |    2 +-
 gcc/testsuite/gcc.target/i386/pr105735-1.c         |   88 +
 gcc/testsuite/gcc.target/i386/pr105735-2.c         |   28 +
 gcc/testsuite/gcc.target/i386/pr106910-1.c         |   77 +
 gcc/testsuite/gcc.target/i386/vect-bfloat16-2c.c   |   76 +
 gcc/testsuite/gcc.target/powerpc/pr106550.c        |   14 +
 gcc/testsuite/gcc.target/powerpc/pr106550_1.c      |   22 +
 gcc/testsuite/gfortran.dg/ieee/modes_1.f90         |   95 +
 gcc/testsuite/gfortran.dg/ieee/rounding_2.f90      |   20 +
 gcc/testsuite/gfortran.dg/pr104314.f90             |    9 +
 gcc/testsuite/gfortran.dg/pr106857.f90             |   12 +
 gcc/tree-cfg.cc                                    |   13 +-
 gcc/tree-scalar-evolution.cc                       |   93 +-
 gcc/tree-ssa-pre.cc                                |   18 +-
 gcc/tree-ssa-reassoc.cc                            |    9 +-
 gcc/tree.cc                                        |    2 +
 gcc/value-query.cc                                 |   17 +-
 gcc/value-range-pretty-print.cc                    |   48 +-
 gcc/value-range-pretty-print.h                     |    2 +-
 gcc/value-range-storage.cc                         |    9 +-
 gcc/value-range-storage.h                          |    7 +-
 gcc/value-range.cc                                 |  699 ++---
 gcc/value-range.h                                  |  237 +-
 libgcc/ChangeLog                                   |   18 +
 libgcc/config/avr/libf7/ChangeLog                  |    6 +
 libgcc/config/avr/libf7/libf7-asm.sx               |   50 -
 libgcc/unwind-dw2-btree.h                          |  954 +++++++
 libgcc/unwind-dw2-fde.c                            |  196 +-
 libgcc/unwind-dw2-fde.h                            |    2 +-
 libgfortran/ChangeLog                              |   18 +
 libgfortran/config/fpu-387.h                       |    7 +-
 libgfortran/config/fpu-aarch64.h                   |    7 +-
 libgfortran/config/fpu-aix.h                       |   22 +-
 libgfortran/config/fpu-generic.h                   |   11 +-
 libgfortran/config/fpu-glibc.h                     |   18 +
 libgfortran/config/fpu-sysv.h                      |    7 +-
 libgfortran/ieee/ieee_arithmetic.F90               |   10 +-
 libgfortran/ieee/ieee_exceptions.F90               |   63 +
 libgomp/ChangeLog                                  |    8 +
 libgomp/testsuite/libgomp.oacc-c++/deep-copy-17.C  |  101 +
 .../libgomp.oacc-c-c++-common/deep-copy-15.c       |   68 +
 .../libgomp.oacc-c-c++-common/deep-copy-16.c       |  231 ++
 .../deep-copy-arrayofstruct.c                      |    2 +-
 libstdc++-v3/ChangeLog                             |  182 ++
 .../config/abi/pre/gnu-versioned-namespace.ver     |   11 -
 libstdc++-v3/doc/doxygen/user.cfg.in               |    1 -
 libstdc++-v3/doc/html/manual/abi.html              |    2 +-
 libstdc++-v3/doc/html/manual/bugs.html             |    3 +
 libstdc++-v3/doc/html/manual/debug_mode_using.html |    7 +-
 libstdc++-v3/doc/html/manual/using_macros.html     |    5 +
 libstdc++-v3/doc/xml/manual/abi.xml                |    2 +
 libstdc++-v3/doc/xml/manual/intro.xml              |    6 +
 libstdc++-v3/include/backward/auto_ptr.h           |    4 +-
 libstdc++-v3/include/bits/alloc_traits.h           |   61 +-
 libstdc++-v3/include/bits/allocator.h              |   67 +-
 libstdc++-v3/include/bits/memoryfwd.h              |    2 +
 libstdc++-v3/include/bits/ranges_algo.h            |   38 +-
 libstdc++-v3/include/bits/ranges_util.h            |   38 +
 libstdc++-v3/include/bits/shared_ptr_atomic.h      |   42 +
 libstdc++-v3/include/bits/stl_algo.h               |   26 +-
 libstdc++-v3/include/bits/stl_algobase.h           |    4 +
 libstdc++-v3/include/bits/stl_list.h               |    5 +-
 libstdc++-v3/include/bits/stl_tempbuf.h            |    5 +-
 libstdc++-v3/include/bits/stl_uninitialized.h      |   17 +-
 libstdc++-v3/include/bits/stream_iterator.h        |    3 +
 libstdc++-v3/include/bits/streambuf_iterator.h     |    1 +
 libstdc++-v3/include/bits/unique_ptr.h             |   14 +-
 libstdc++-v3/include/c_global/cstdlib              |   24 +-
 libstdc++-v3/include/debug/assertions.h            |   16 +-
 libstdc++-v3/include/debug/debug.h                 |    2 +-
 libstdc++-v3/include/debug/formatter.h             |    3 +-
 libstdc++-v3/include/ext/alloc_traits.h            |    3 -
 libstdc++-v3/include/std/bit                       |    2 +-
 libstdc++-v3/include/std/functional                |   22 +-
 libstdc++-v3/include/std/future                    |    1 +
 libstdc++-v3/include/std/iterator                  |    7 +-
 libstdc++-v3/include/std/memory                    |   12 +-
 libstdc++-v3/include/std/ranges                    |  197 ++
 libstdc++-v3/include/tr1/random.h                  |  115 +-
 libstdc++-v3/python/libstdcxx/v6/printers.py       |   56 +
 libstdc++-v3/testsuite/17_intro/names.cc           |    2 +
 .../is_complete_or_unbounded/memoization_neg.cc    |    2 +-
 .../atomic_ref/compare_exchange_padding.cc         |   11 +-
 .../promise/members/set_exception_neg.cc           |   18 +
 .../testsuite/libstdc++-prettyprinters/debug.cc    |   15 +
 .../testsuite/libstdc++-prettyprinters/simple.cc   |   15 +
 .../testsuite/libstdc++-prettyprinters/simple11.cc |   15 +
 .../testsuite/std/ranges/adaptors/chunk_by/1.cc    |   58 +
 .../random/variate_generator/37986.cc              |    2 +-
 .../variate_generator/requirements/typedefs.cc     |   49 +-
 164 files changed, 6955 insertions(+), 2194 deletions(-)

             reply	other threads:[~2022-09-20 15:20 UTC|newest]

Thread overview: 68+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-20 15:20 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-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-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=20220920152023.95A1938582A6@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).