public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Tobias Burnus <burnus@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org
Subject: [gcc/devel/omp/gcc-11] Merge remote-tracking branch 'origin/releases/gcc-11' into devel/omp/gcc-11
Date: Wed, 13 Oct 2021 16:14:53 +0000 (GMT)	[thread overview]
Message-ID: <20211013161453.3EAF0385841D@sourceware.org> (raw)

https://gcc.gnu.org/g:408b402b69eb718144582710517c9e312c427579

commit 408b402b69eb718144582710517c9e312c427579
Merge: bacbb11722e b707ac10d5a
Author: Tobias Burnus <tobias@codesourcery.com>
Date:   Wed Oct 13 18:06:37 2021 +0200

    Merge remote-tracking branch 'origin/releases/gcc-11' into devel/omp/gcc-11
    
    Merge up to r11-9146-gb707ac10d5a9af6d77fd21d9d7996bdd0264d28e (Oct 13, 21)

Diff:

 gcc/ChangeLog                                      |  14 +
 gcc/DATESTAMP                                      |   2 +-
 gcc/config/pa/pa.md                                |  80 ++--
 gcc/config/sparc/sparc-modes.def                   |   3 +
 gcc/d/d-spec.cc                                    |   6 +
 gcc/doc/invoke.texi                                |   3 +-
 gcc/testsuite/ChangeLog                            |   8 +
 gcc/testsuite/gcc.c-torture/execute/bitfld-10.c    |  24 +
 libstdc++-v3/ChangeLog                             | 482 +++++++++++++++++++++
 libstdc++-v3/configure                             |  84 +++-
 libstdc++-v3/configure.ac                          |   5 +
 libstdc++-v3/doc/Makefile.am                       |  33 +-
 libstdc++-v3/doc/Makefile.in                       |  33 +-
 libstdc++-v3/doc/doxygen/user.cfg.in               |   2 +-
 libstdc++-v3/include/bits/allocator.h              |  12 +-
 libstdc++-v3/include/bits/atomic_timed_wait.h      |   2 +
 libstdc++-v3/include/bits/fs_path.h                |   2 +-
 libstdc++-v3/include/bits/hashtable.h              |  15 +-
 libstdc++-v3/include/bits/hashtable_policy.h       |   6 +-
 libstdc++-v3/include/bits/iterator_concepts.h      |   4 +-
 libstdc++-v3/include/bits/ranges_algo.h            | 253 +----------
 libstdc++-v3/include/bits/ranges_algobase.h        |   2 +-
 libstdc++-v3/include/bits/ranges_util.h            | 219 ++++++++++
 libstdc++-v3/include/bits/regex.h                  |   4 +-
 libstdc++-v3/include/bits/std_function.h           |  12 +-
 libstdc++-v3/include/bits/stl_iterator.h           |   5 +-
 libstdc++-v3/include/c_global/cmath                |  16 +-
 libstdc++-v3/include/debug/deque                   |   7 +-
 libstdc++-v3/include/debug/forward_list            |   7 +-
 libstdc++-v3/include/debug/list                    |   7 +-
 libstdc++-v3/include/debug/vector                  |   7 +-
 libstdc++-v3/include/experimental/internet         |  16 +-
 libstdc++-v3/include/experimental/socket           |  22 +-
 libstdc++-v3/include/ext/rope                      |   5 -
 libstdc++-v3/include/ext/type_traits.h             |   8 +-
 libstdc++-v3/include/std/concepts                  |   4 +-
 libstdc++-v3/include/std/memory_resource           |   1 +
 libstdc++-v3/include/std/ranges                    | 110 ++---
 libstdc++-v3/include/std/span                      |   2 +-
 libstdc++-v3/include/std/tuple                     |  31 +-
 libstdc++-v3/python/Makefile.am                    |  12 +-
 libstdc++-v3/python/Makefile.in                    |   8 +-
 libstdc++-v3/python/libstdcxx/v6/printers.py       |  43 +-
 libstdc++-v3/scripts/run_doxygen                   |  75 ++--
 libstdc++-v3/src/c++11/system_error.cc             |   3 +
 libstdc++-v3/src/c++17/fs_ops.cc                   |   7 -
 libstdc++-v3/testsuite/17_intro/names.cc           |   6 +
 .../testsuite/18_support/numeric_limits/lowest.cc  |  20 +-
 .../19_diagnostics/error_category/102425.cc        |  18 +
 .../20_util/allocator/requirements/typedefs.cc     |  26 +-
 .../20_util/integer_comparisons/greater.cc         |  61 +++
 .../20_util/is_trivially_constructible/value.cc    |   2 +-
 .../tuple/comparison_operators/overloaded.cc       |   7 +-
 .../testsuite/20_util/tuple/cons/101960.cc         |  13 +
 .../testsuite/20_util/tuple/cons/102270.cc         |  64 +++
 .../requirements/trivially_copyable.cc             |  11 +
 .../23_containers/span/trivially_copyable.cc       |  13 +
 .../unordered_map/allocator/default_init.cc        |   1 -
 .../23_containers/unordered_map/cons/default.cc    |  33 ++
 .../unordered_set/allocator/default_init.cc        |   1 -
 .../23_containers/unordered_set/cons/default.cc    |  33 ++
 .../testsuite/25_algorithms/copy/constrained.cc    |  13 +
 .../testsuite/25_algorithms/is_permutation/2.cc    |   1 +
 .../testsuite/25_algorithms/move/constrained.cc    |  13 +
 .../testsuite/26_numerics/{lerp.cc => lerp/1.cc}   |   0
 .../testsuite/26_numerics/lerp/constexpr.cc        |  21 +
 libstdc++-v3/testsuite/26_numerics/lerp/version.cc |  10 +
 .../26_numerics/valarray/{dr630-3.C => dr630-3.cc} |   0
 .../basic_filebuf/close/{ => wchar_t}/81256.cc     |   0
 .../basic_iostream/cons/{16251.C => 16251.cc}      |   0
 .../filesystem/iterators/directory_iterator.cc     |  36 +-
 .../iterators/recursive_directory_iterator.cc      |  97 +++--
 .../27_io/filesystem/operations/exists.cc          |   6 +-
 .../27_io/filesystem/operations/is_empty.cc        |   6 +-
 .../27_io/filesystem/operations/remove.cc          |  21 +-
 .../27_io/filesystem/operations/remove_all.cc      |   7 +-
 .../27_io/filesystem/operations/status.cc          |   6 +-
 .../27_io/filesystem/operations/symlink_status.cc  |   3 +
 .../filesystem/operations/temp_directory_path.cc   |   6 +-
 .../testsuite/28_regex/match_results/102667.C      |  39 ++
 .../testsuite/29_atomics/atomic_ref/wait_notify.cc |   7 +-
 .../filesystem/iterators/directory_iterator.cc     |  32 +-
 .../iterators/recursive_directory_iterator.cc      |  98 +++--
 .../experimental/filesystem/operations/exists.cc   |   6 +-
 .../experimental/filesystem/operations/is_empty.cc |   6 +-
 .../experimental/filesystem/operations/remove.cc   |  21 +-
 .../filesystem/operations/remove_all.cc            |   7 +-
 .../filesystem/operations/temp_directory_path.cc   |   3 +
 .../experimental/net/internet/resolver/base.cc     |   6 +
 .../net/internet/resolver/ops/lookup.cc            |  20 +-
 .../experimental/net/socket/basic_socket.cc        |   6 +-
 .../experimental/net/socket/socket_base.cc         |  12 +-
 .../testsuite/libstdc++-prettyprinters/cxx11.cc    |  19 +
 libstdc++-v3/testsuite/util/testsuite_allocator.h  |   2 +-
 libstdc++-v3/testsuite/util/testsuite_fs.h         |  18 +-
 95 files changed, 1878 insertions(+), 685 deletions(-)


             reply	other threads:[~2021-10-13 16:14 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-13 16:14 Tobias Burnus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-11-10 14:34 Tobias Burnus
2021-11-02 15:02 Tobias Burnus
2021-10-27  9:17 Tobias Burnus
2021-10-19 13:39 Tobias Burnus
2021-10-19 13:39 Tobias Burnus
2021-10-18 12:52 Tobias Burnus
2021-10-11 11:15 Tobias Burnus
2021-10-06 11:01 Tobias Burnus
2021-09-28 10:05 Tobias Burnus
2021-09-22  8:37 Tobias Burnus
2021-09-20 15:34 Tobias Burnus
2021-09-20  7:42 Tobias Burnus
2021-09-17 13:46 Tobias Burnus
2021-09-13  7:46 Tobias Burnus
2021-09-06 13:31 Tobias Burnus
2021-09-03 11:56 Tobias Burnus
2021-08-23 14:28 Tobias Burnus
2021-08-16 12:08 Tobias Burnus
2021-08-12 10:00 Tobias Burnus
2021-08-09  7:10 Tobias Burnus
2021-07-30  9:53 Tobias Burnus
2021-07-28  7:50 Tobias Burnus
2021-07-23  8:36 Tobias Burnus
2021-07-20 11:34 Tobias Burnus
2021-06-28 10:32 Tobias Burnus
2021-06-23 10:06 Tobias Burnus
2021-06-15  9:32 Tobias Burnus
2021-06-08  8:15 Tobias Burnus
2021-06-04 11:43 Tobias Burnus
2021-05-31 15:33 Tobias Burnus

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=20211013161453.3EAF0385841D@sourceware.org \
    --to=burnus@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).