From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2153) id 128BA3858036; Mon, 18 Oct 2021 17:21:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 128BA3858036 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Jakub Jelinek To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc(refs/vendors/redhat/heads/gcc-11-branch)] Merge commit 'r11-9170-gaa827fa170d3e61d17c3daaf4d5008a3c674a005' into redhat/gcc-11-branch X-Act-Checkin: gcc X-Git-Author: Jakub Jelinek X-Git-Refname: refs/vendors/redhat/heads/gcc-11-branch X-Git-Oldrev: 7e514c5f733dbaac439b226e7b3c741a45ee50a1 X-Git-Newrev: d6f9b521b3fafab22aa00ff239862bed57fa8dad Message-Id: <20211018172132.128BA3858036@sourceware.org> Date: Mon, 18 Oct 2021 17:21:32 +0000 (GMT) X-BeenThere: libstdc++-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libstdc++-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2021 17:21:32 -0000 https://gcc.gnu.org/g:d6f9b521b3fafab22aa00ff239862bed57fa8dad commit d6f9b521b3fafab22aa00ff239862bed57fa8dad Merge: 7e514c5f733 aa827fa170d Author: Jakub Jelinek Date: Mon Oct 18 19:20:47 2021 +0200 Merge commit 'r11-9170-gaa827fa170d3e61d17c3daaf4d5008a3c674a005' into redhat/gcc-11-branch Diff: gcc/ChangeLog | 40 ++ gcc/DATESTAMP | 2 +- gcc/builtins.c | 10 +- gcc/config.in | 73 +++ gcc/config/gcn/gcn-hsa.h | 59 +++ gcc/config/gcn/gcn-opts.h | 7 + gcc/config/gcn/gcn-valu.md | 18 +- gcc/config/gcn/gcn.c | 85 +++- gcc/config/gcn/gcn.md | 6 +- gcc/config/gcn/gcn.opt | 21 + gcc/config/gcn/mkoffload.c | 135 ++++- gcc/config/i386/darwin.h | 10 +- gcc/config/pa/pa.md | 193 ++++++-- gcc/configure | 417 ++++++++++++++++ gcc/configure.ac | 136 +++++ gcc/d/ChangeLog | 9 + gcc/d/d-spec.cc | 6 + gcc/doc/invoke.texi | 17 + gcc/fortran/ChangeLog | 9 + gcc/fortran/check.c | 14 +- gcc/lra-constraints.c | 5 +- gcc/testsuite/ChangeLog | 13 + gcc/testsuite/gcc.c-torture/compile/pr100316.c | 18 + gcc/testsuite/gcc.target/gcn/sram-ecc-1.c | 17 + gcc/testsuite/gcc.target/gcn/sram-ecc-2.c | 17 + gcc/testsuite/gcc.target/gcn/sram-ecc-3.c | 21 + gcc/testsuite/gcc.target/gcn/sram-ecc-4.c | 21 + gcc/testsuite/gcc.target/gcn/sram-ecc-5.c | 17 + gcc/testsuite/gcc.target/gcn/sram-ecc-6.c | 17 + gcc/testsuite/gcc.target/gcn/sram-ecc-7.c | 21 + gcc/testsuite/gcc.target/gcn/sram-ecc-8.c | 21 + gcc/testsuite/gcc.target/i386/pr102627.c | 41 ++ gcc/testsuite/gfortran.dg/shape_10.f90 | 6 + libgomp/config/linux/affinity.c | 9 +- libgomp/testsuite/libgomp.c/places-6.c | 8 + libgomp/testsuite/libgomp.c/places-7.c | 8 + libgomp/testsuite/libgomp.c/places-8.c | 8 + libstdc++-v3/ChangeLog | 551 +++++++++++++++++++++ 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 | 13 +- libstdc++-v3/include/bits/hashtable.h | 26 +- 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/string_view | 1 + 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 +++ .../basic_string_view/cons/char/range.cc | 18 +- .../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 | 48 ++ .../unordered_set/allocator/default_init.cc | 1 - .../23_containers/unordered_set/cons/default.cc | 47 ++ .../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 +- .../27_io/filesystem/path/construct/102592.cc | 28 ++ .../testsuite/28_regex/match_results/102667.cc | 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 +- 127 files changed, 3374 insertions(+), 751 deletions(-)