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,  6 May 2022 12:28:18 +0000 (GMT)	[thread overview]
Message-ID: <20220506122818.83B4E395383E@sourceware.org> (raw)

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

commit beb9098be01a7a048fa03860afbee62895d31f5b
Merge: b387a116186 8025f29fbd8
Author: Gaius Mulley <gaius.mulley@southwales.ac.uk>
Date:   Fri May 6 10:57:03 2022 +0100

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

Diff:

 ChangeLog                                          |    5 +
 contrib/gennews                                    |    3 +-
 gcc/ChangeLog                                      |   63 +
 gcc/DATESTAMP                                      |    2 +-
 gcc/cp/ChangeLog                                   |   17 +
 gcc/cp/parser.cc                                   |   57 +-
 gcc/fortran/ChangeLog                              |   11 +
 gcc/fortran/gfortran.h                             |    1 +
 gcc/fortran/openmp.cc                              |  159 +-
 gcc/fortran/trans-openmp.cc                        |    1 +
 gcc/gimplify.cc                                    |   17 +-
 gcc/po/ChangeLog                                   |    4 +
 gcc/po/gcc.pot                                     | 9741 ++++++++++----------
 gcc/testsuite/ChangeLog                            |   54 +
 gcc/testsuite/c-c++-common/gomp/loop-6.c           |   14 +
 gcc/testsuite/g++.dg/parse/ambig11.C               |   39 +
 gcc/testsuite/g++.dg/parse/ambig12.C               |   12 +
 gcc/testsuite/g++.dg/parse/ambig13.C               |   32 +
 gcc/testsuite/g++.dg/parse/ambig14.C               |   21 +
 gcc/testsuite/gcc.target/i386/pr103611-2.c         |    5 +-
 gcc/testsuite/gcc.target/i386/pr104732.c           |    2 +-
 gcc/testsuite/gcc.target/i386/pr105032.c           |    3 +-
 gcc/testsuite/gcc.target/i386/pr99753.c            |    2 +-
 .../gfortran.dg/gomp/canonical-loop-1.f90          |  224 +
 .../gfortran.dg/gomp/canonical-loop-2.f90          |   44 +
 gcc/testsuite/gfortran.dg/gomp/collapse1.f90       |    4 +-
 .../gfortran.dg/gomp/non-rectangular-loop.f90      |  227 +
 gcc/testsuite/gfortran.dg/gomp/pr85313.f90         |    6 +-
 libgomp/ChangeLog                                  |    4 +
 libgomp/libgomp.texi                               |    2 +-
 libsanitizer/ChangeLog                             |    4 +
 .../sanitizer_common/sanitizer_linux_libcdep.cpp   |    4 +
 libstdc++-v3/ChangeLog                             |   71 +
 libstdc++-v3/include/experimental/memory_resource  |    5 +
 libstdc++-v3/testsuite/17_intro/freestanding.cc    |    4 +-
 .../testsuite/18_support/exception/38732.cc        |    6 +
 .../18_support/exception_ptr/rethrow_exception.cc  |    2 +
 .../testsuite/18_support/nested_exception/68139.cc |    1 +
 .../nested_exception/rethrow_if_nested.cc          |    7 +-
 .../testsuite/18_support/type_info/103240.cc       |    1 +
 .../testsuite/18_support/type_info/fundamental.cc  |    9 +-
 .../testsuite/18_support/type_info/hash_code.cc    |    1 +
 .../testsuite/20_util/any/assign/emplace.cc        |    2 +
 .../testsuite/20_util/any/cons/in_place.cc         |    2 +
 .../testsuite/20_util/any/misc/any_cast.cc         |    6 +
 .../testsuite/20_util/any/observers/type.cc        |    1 +
 libstdc++-v3/testsuite/20_util/function/1.cc       |    2 +
 libstdc++-v3/testsuite/20_util/function/2.cc       |    2 +
 libstdc++-v3/testsuite/20_util/function/3.cc       |    2 +
 libstdc++-v3/testsuite/20_util/function/4.cc       |    2 +
 libstdc++-v3/testsuite/20_util/function/5.cc       |   20 +
 libstdc++-v3/testsuite/20_util/function/6.cc       |    8 +
 libstdc++-v3/testsuite/20_util/function/7.cc       |    6 +
 libstdc++-v3/testsuite/20_util/function/8.cc       |   30 +
 .../20_util/polymorphic_allocator/resource.cc      |    2 +
 .../testsuite/20_util/shared_ptr/casts/1.cc        |    7 +
 .../testsuite/20_util/shared_ptr/casts/rval.cc     |    5 +
 .../shared_ptr/cons/unique_ptr_deleter_ref_2.cc    |    4 +
 .../20_util/shared_ptr/misc/get_deleter.cc         |    2 +
 .../20_util/typeindex/comparison_operators.cc      |    1 +
 .../typeindex/comparison_operators_c++20.cc        |    1 +
 libstdc++-v3/testsuite/20_util/typeindex/hash.cc   |    1 +
 .../testsuite/20_util/typeindex/hash_code.cc       |    1 +
 libstdc++-v3/testsuite/20_util/typeindex/name.cc   |    1 +
 .../22_locale/ctype/is/string/89728_neg.cc         |    1 +
 .../global_templates/standard_facet_hierarchies.cc |    2 +
 .../global_templates/user_facet_hierarchies.cc     |    2 +
 libstdc++-v3/testsuite/22_locale/locale/13630.cc   |   18 +-
 .../requirements/non_default_constructible.cc      |    3 +
 .../testsuite/27_io/basic_ostream/emit/1.cc        |    2 +-
 libstdc++-v3/testsuite/27_io/fpos/14320-1.cc       |   61 +-
 .../testsuite/27_io/fpos/mbstate_t/12065.cc        |    2 +
 .../testsuite/27_io/ios_base/failure/dual_abi.cc   |    1 +
 .../testsuite/experimental/any/misc/any_cast.cc    |   10 +-
 .../testsuite/experimental/any/observers/type.cc   |    1 +
 .../memory_resource/resource_adaptor.cc            |   10 +
 libstdc++-v3/testsuite/lib/libstdc++.exp           |    8 +
 .../testsuite/tr1/3_function_objects/function/1.cc |    2 +
 .../testsuite/tr1/3_function_objects/function/2.cc |    2 +
 .../testsuite/tr1/3_function_objects/function/3.cc |    2 +
 .../testsuite/tr1/3_function_objects/function/4.cc |    2 +
 .../testsuite/tr1/3_function_objects/function/5.cc |   20 +
 .../testsuite/tr1/3_function_objects/function/6.cc |    6 +
 .../testsuite/tr1/3_function_objects/function/7.cc |    4 +
 .../testsuite/tr1/3_function_objects/function/8.cc |   30 +
 libstdc++-v3/testsuite/tr2/bases/value.cc          |    3 +-
 libstdc++-v3/testsuite/tr2/direct_bases/value.cc   |    3 +-
 libstdc++-v3/testsuite/util/exception/safety.h     |    8 +
 88 files changed, 6266 insertions(+), 4936 deletions(-)


             reply	other threads:[~2022-05-06 12:28 UTC|newest]

Thread overview: 68+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-06 12:28 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-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=20220506122818.83B4E395383E@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).