public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/vendors/redhat/heads/gcc-11-branch)] Merge commit 'r11-9352-gee20cad739fbe9b787ca967db6eba0adbce3553e' into redhat/gcc-11-branch
@ 2021-12-03 15:53 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2021-12-03 15:53 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

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

commit e41308252e835ddedcabfd4a98240080c6583a43
Merge: 0990a48aaf6 ee20cad739f
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Fri Dec 3 16:53:01 2021 +0100

    Merge commit 'r11-9352-gee20cad739fbe9b787ca967db6eba0adbce3553e' into redhat/gcc-11-branch

Diff:

 contrib/ChangeLog                                  |   9 +
 contrib/gcc-changelog/git_check_commit.py          |   4 +
 contrib/gcc-changelog/git_commit.py                |  71 ++-
 contrib/gcc-changelog/git_email.py                 |  22 +-
 contrib/gcc-changelog/git_update_version.py        |   5 +-
 contrib/gcc-changelog/test_email.py                |  21 +-
 contrib/gcc-changelog/test_patches.txt             |  85 +++-
 gcc/ChangeLog                                      | 498 ++++++++++++++++++++
 gcc/DATESTAMP                                      |   2 +-
 gcc/ada/ChangeLog                                  |   6 +
 gcc/ada/sem_prag.adb                               |  74 ++-
 gcc/c-family/ChangeLog                             |   9 +
 gcc/c-family/c-omp.c                               |  43 +-
 gcc/config/aarch64/aarch64-cores.def               |   3 +-
 gcc/config/aarch64/aarch64-cost-tables.h           | 104 +++++
 gcc/config/aarch64/aarch64-tune.md                 |   2 +-
 gcc/config/aarch64/aarch64.c                       |  78 ++++
 gcc/config/i386/amxtileintrin.h                    |   6 +-
 gcc/config/i386/constraints.md                     |   5 +
 gcc/config/i386/i386-protos.h                      |   1 +
 gcc/config/i386/i386.c                             |  36 +-
 gcc/config/i386/i386.h                             |   5 +-
 gcc/config/i386/i386.md                            |   8 +-
 gcc/config/i386/sync.md                            |   6 +-
 gcc/config/i386/winnt.c                            |   4 +-
 gcc/config/pa/pa-d.c                               |   2 +-
 gcc/config/pa/pa-modes.def                         |   3 +
 gcc/config/pa/pa.c                                 |  20 +-
 gcc/config/pa/pa.h                                 |  17 +-
 gcc/config/pa/pa.md                                | 218 +++++++--
 gcc/config/pa/pa.opt                               |   8 +-
 gcc/config/rs6000/altivec.h                        |   2 +-
 gcc/config/rs6000/driver-rs6000.c                  |   3 +
 gcc/config/rs6000/fusion.md                        | 128 ++---
 gcc/config/rs6000/genfusion.pl                     |   2 +-
 gcc/config/rs6000/mma.md                           |  10 +-
 gcc/config/s390/s390.md                            |   2 +-
 gcc/config/vx-common.h                             |   2 +-
 gcc/config/vxworks.h                               |   2 +-
 gcc/configure                                      |   2 +-
 gcc/configure.ac                                   |   2 +-
 gcc/coverage.c                                     |   7 +-
 gcc/cp/ChangeLog                                   |  48 ++
 gcc/cp/constexpr.c                                 |   4 +
 gcc/cp/cp-gimplify.c                               |  65 ++-
 gcc/cp/decl.c                                      |   3 +-
 gcc/cp/name-lookup.c                               |   4 +-
 gcc/cp/parser.c                                    |   6 +-
 gcc/cp/pt.c                                        |   1 +
 gcc/cp/semantics.c                                 |   3 +-
 gcc/d/ChangeLog                                    |  29 ++
 gcc/d/d-attribs.cc                                 |   4 +-
 gcc/d/d-lang.cc                                    |   6 +-
 gcc/d/decl.cc                                      |   5 +-
 gcc/doc/invoke.texi                                |  35 +-
 gcc/dwarf2out.c                                    |  33 +-
 gcc/fortran/ChangeLog                              | 149 ++++++
 gcc/fortran/check.c                                |   3 +
 gcc/fortran/decl.c                                 |  43 +-
 gcc/fortran/expr.c                                 |   2 +
 gcc/fortran/intrinsic.c                            |  48 +-
 gcc/fortran/intrinsic.h                            |   3 +-
 gcc/fortran/iresolve.c                             |  21 +-
 gcc/fortran/resolve.c                              |  35 ++
 gcc/fortran/simplify.c                             |  12 +
 gcc/fortran/trans-array.c                          |  62 ++-
 gcc/fortran/trans-array.h                          |   3 +
 gcc/fortran/trans-decl.c                           |  24 +-
 gcc/fortran/trans-intrinsic.c                      |  67 +--
 gcc/fortran/trans-stmt.c                           |  20 +
 gcc/fortran/trans-types.c                          |   4 +-
 gcc/gcc.c                                          |   3 +-
 gcc/gimple-range-cache.cc                          |   2 +-
 gcc/gimple-range.cc                                |  16 +-
 gcc/gimple-ssa-store-merging.c                     |  10 +-
 gcc/gimple.c                                       |   4 +-
 gcc/gimplify.c                                     |  86 ++--
 gcc/ipa-modref.c                                   |  10 +-
 gcc/ipa-pure-const.c                               |   4 +-
 gcc/ipa-sra.c                                      |  43 +-
 gcc/jit/ChangeLog                                  |   4 +
 gcc/jit/jit-playback.c                             |   3 +-
 gcc/lra-constraints.c                              |  17 +-
 gcc/omp-general.c                                  |   6 +
 gcc/reload.c                                       |   9 +-
 gcc/rtl.h                                          |   8 +
 gcc/simplify-rtx.c                                 |  10 +
 gcc/system.h                                       |  13 +
 gcc/testsuite/ChangeLog                            | 360 +++++++++++++++
 gcc/testsuite/c-c++-common/cpp/dir-only-9.c        |  13 +
 gcc/testsuite/c-c++-common/gomp/pr102431.c         |  16 +
 gcc/testsuite/c-c++-common/ubsan/pr64888.c         |  27 ++
 gcc/testsuite/g++.dg/cpp1z/eval-order11.C          |  89 ++++
 gcc/testsuite/g++.dg/cpp2a/constexpr-virtual19.C   |  11 +
 gcc/testsuite/g++.dg/debug/dwarf2/pr101378.C       |  13 +
 gcc/testsuite/g++.dg/ext/integer-pack5.C           |  29 ++
 gcc/testsuite/g++.dg/gomp/pr102431.C               |  13 +
 gcc/testsuite/g++.dg/opt/pr102970.C                |  60 +++
 gcc/testsuite/g++.dg/tls/pr102642.C                |  10 +
 gcc/testsuite/g++.dg/torture/pr10148.C             |  52 +++
 gcc/testsuite/g++.dg/torture/pr102505.C            |  15 +
 gcc/testsuite/g++.dg/vect/pr102572.cc              |  14 +
 gcc/testsuite/g++.dg/vect/pr102788.cc              |  32 ++
 gcc/testsuite/g++.dg/warn/Warray-bounds-16.C       |   6 +-
 gcc/testsuite/g++.target/arm/pr102842.C            |  30 ++
 gcc/testsuite/gcc.c-torture/execute/pr103052.c     |  35 ++
 gcc/testsuite/gcc.c-torture/execute/pr103255.c     |  41 ++
 gcc/testsuite/gcc.dg/devnull-dump.c                |   7 +
 gcc/testsuite/gcc.dg/ipa/pr102714.c                | 117 +++++
 gcc/testsuite/gcc.dg/pr100520.c                    |   5 +
 gcc/testsuite/gcc.dg/pr102356.c                    |  33 ++
 gcc/testsuite/gcc.dg/pr102798.c                    |  41 ++
 gcc/testsuite/gcc.dg/pr103248.c                    |   8 +
 gcc/testsuite/gcc.dg/torture/pr102139.c            |  43 ++
 gcc/testsuite/gcc.dg/torture/pr102518.c            |  12 +
 gcc/testsuite/gcc.dg/torture/pr102762.c            |  11 +
 gcc/testsuite/gcc.dg/torture/pr103181.c            |  24 +
 gcc/testsuite/gcc.dg/torture/pr103204.c            |  16 +
 gcc/testsuite/gcc.dg/torture/pr103237.c            |  24 +
 gcc/testsuite/gcc.target/i386/amxtile-3.c          |  34 ++
 gcc/testsuite/gcc.target/i386/pr103205.c           |  11 +
 gcc/testsuite/gcc.target/i386/pr103275.c           |  83 ++++
 gcc/testsuite/gcc.target/powerpc/pr101985-1.c      |  18 +
 gcc/testsuite/gcc.target/powerpc/pr101985-2.c      |  18 +
 gcc/testsuite/gcc.target/powerpc/pr102976.c        |  14 +
 gcc/testsuite/gcc.target/s390/20211119.c           |  12 +
 .../gfortran.dg/bound_simplification_7.f90         |  18 +
 gcc/testsuite/gfortran.dg/dec_math_5.f90           | 104 +++++
 .../gfortran.dg/derived_constructor_char_1.f90     |   2 +-
 gcc/testsuite/gfortran.dg/index_5.f90              |  23 +
 gcc/testsuite/gfortran.dg/len_trim.f90             |  27 ++
 .../gfortran.dg/parameter_array_init_8.f90         |  25 +
 gcc/testsuite/gfortran.dg/pdt_4.f03                |   4 +-
 gcc/testsuite/gfortran.dg/pr102685.f90             |  30 ++
 gcc/testsuite/gfortran.dg/pr102715.f90             |  13 +
 gcc/testsuite/gfortran.dg/pr102816.f90             |   9 +
 gcc/testsuite/gfortran.dg/pr102817.f90             |  17 +
 gcc/testsuite/gfortran.dg/pr68019.f90              |   2 +-
 gcc/testsuite/gfortran.dg/pr70931.f90              |   3 +-
 gcc/testsuite/gfortran.dg/transfer_simplify_2.f90  |   2 +-
 gcc/tree-eh.c                                      |  32 +-
 gcc/tree-inline.c                                  |  14 +-
 gcc/tree-sra.c                                     |   2 +
 gcc/tree-ssa-loop-im.c                             |  18 +-
 gcc/tree-ssa-pre.c                                 |  15 +
 gcc/tree-ssa-sccvn.c                               |  13 +-
 gcc/tree-switch-conversion.c                       |  42 +-
 gcc/tree-switch-conversion.h                       |  14 +-
 gcc/tree-vect-data-refs.c                          |  84 ++--
 gcc/tree-vect-loop-manip.c                         |   3 +-
 gcc/tree-vect-loop.c                               |  11 +
 gcc/tree-vect-patterns.c                           |   8 +-
 gcc/tree-vect-slp.c                                |   2 +
 gcc/tree-vect-stmts.c                              |   2 +-
 gcc/tree-vectorizer.h                              |  10 +-
 libcpp/ChangeLog                                   |   9 +
 libcpp/lex.c                                       |   2 +-
 libgcc/ChangeLog                                   |  25 +
 libgcc/config.host                                 |   7 +-
 libgcc/config/pa/linux-atomic.c                    | 106 +++--
 libgcc/config/pa/sfp-exceptions.c                  | 102 ++++
 libgcc/config/pa/sfp-machine.h                     | 155 +++++++
 libgcc/config/pa/t-dimode                          |  33 ++
 libgcc/config/pa/t-linux64                         |   8 +-
 libgcc/config/pa/t-softfp-sfdftf                   |   8 +
 libgomp/ChangeLog                                  |   8 +
 libgomp/testsuite/libgomp.c/declare-variant-2.c    |  45 ++
 libphobos/ChangeLog                                |  25 +
 libphobos/libdruntime/core/thread/fiber.d          |  10 +
 libphobos/libdruntime/core/thread/osthread.d       |  29 ++
 libphobos/libdruntime/gcc/emutls.d                 |   6 -
 libstdc++-v3/ChangeLog                             | 514 +++++++++++++++++++++
 libstdc++-v3/config/os/gnu-linux/os_defines.h      |   6 +
 libstdc++-v3/doc/doxygen/user.cfg.in               |  75 +--
 libstdc++-v3/include/bits/alloc_traits.h           |   4 +
 libstdc++-v3/include/bits/allocated_ptr.h          |   2 +
 libstdc++-v3/include/bits/atomic_timed_wait.h      |   8 +-
 libstdc++-v3/include/bits/atomic_wait.h            |  15 +-
 libstdc++-v3/include/bits/enable_special_members.h |   2 +
 libstdc++-v3/include/bits/hashtable.h              |   2 +
 libstdc++-v3/include/bits/hashtable_policy.h       |   2 +
 libstdc++-v3/include/bits/move.h                   |   4 +-
 libstdc++-v3/include/bits/node_handle.h            |  20 +
 libstdc++-v3/include/bits/ptr_traits.h             |  60 +--
 libstdc++-v3/include/bits/random.tcc               |   4 +
 libstdc++-v3/include/bits/range_access.h           |   8 +-
 libstdc++-v3/include/bits/ranges_algobase.h        |  28 +-
 libstdc++-v3/include/bits/ranges_uninitialized.h   |  26 +-
 libstdc++-v3/include/bits/std_function.h           | 158 ++++---
 libstdc++-v3/include/bits/stl_construct.h          |  15 +-
 libstdc++-v3/include/bits/stl_function.h           | 134 +++---
 libstdc++-v3/include/bits/uses_allocator.h         |   2 +
 libstdc++-v3/include/bits/vector.tcc               |   8 +-
 libstdc++-v3/include/experimental/optional         |  56 +--
 libstdc++-v3/include/ext/bitmap_allocator.h        |   2 +-
 libstdc++-v3/include/std/any                       |  51 +-
 libstdc++-v3/include/std/optional                  |  86 ++--
 libstdc++-v3/include/std/ostream                   |  11 +-
 libstdc++-v3/include/std/span                      |   2 +
 libstdc++-v3/include/std/syncstream                |   2 +-
 libstdc++-v3/include/std/utility                   |  10 +-
 libstdc++-v3/include/std/valarray                  |  30 +-
 libstdc++-v3/include/std/version                   |   5 +-
 libstdc++-v3/libsupc++/tinfo2.cc                   |   5 +-
 libstdc++-v3/python/libstdcxx/v6/printers.py       |  81 +++-
 libstdc++-v3/python/libstdcxx/v6/xmethods.py       |   2 +-
 libstdc++-v3/src/c++11/system_error.cc             |  63 ++-
 .../testsuite/17_intro/headers/c++1998/49745.cc    | 113 ++++-
 .../testsuite/18_support/type_info/103240.cc       |  36 ++
 libstdc++-v3/testsuite/20_util/any/102894.cc       |  20 +
 libstdc++-v3/testsuite/20_util/forward/c_neg.cc    |   2 +-
 libstdc++-v3/testsuite/20_util/forward/f_neg.cc    |   2 +-
 .../testsuite/20_util/function/cons/lwg2774.cc     |  31 ++
 .../testsuite/20_util/function/cons/noexcept.cc    |  37 ++
 .../testsuite/20_util/optional/constexpr/assign.cc |  94 ++++
 .../20_util/optional/constexpr/cons/conv.cc        |  22 +
 .../20_util/optional/constexpr/modifiers.cc        |  19 +
 .../testsuite/20_util/optional/constexpr/swap.cc   |  29 ++
 .../testsuite/20_util/optional/requirements.cc     |   9 +
 libstdc++-v3/testsuite/20_util/optional/version.cc |  11 +
 .../testsuite/20_util/pointer_traits/lwg3545.cc    |  96 ++++
 .../pstl/uninitialized_construct.cc                |   2 +-
 .../pstl/uninitialized_copy_move.cc                |   2 +-
 .../pstl/uninitialized_fill_destroy.cc             |   2 +-
 libstdc++-v3/testsuite/20_util/to_address/1_neg.cc |   2 +-
 .../testsuite/20_util/to_address/lwg3545.cc        |  37 ++
 libstdc++-v3/testsuite/20_util/to_chars/4.cc       |   2 +-
 libstdc++-v3/testsuite/20_util/to_chars/double.cc  |   2 +-
 libstdc++-v3/testsuite/20_util/to_chars/float.cc   |   2 +-
 .../testsuite/20_util/to_chars/long_double.cc      |   2 +-
 .../21_strings/basic_string/allocator/char/copy.cc |   2 +-
 .../basic_string/allocator/char/copy_assign.cc     |   2 +-
 .../basic_string/allocator/char/lwg2788.cc         |   2 +-
 .../21_strings/basic_string/allocator/char/move.cc |   2 +-
 .../basic_string/allocator/char/move_assign.cc     |   2 +-
 .../basic_string/allocator/char/noexcept.cc        |   2 +-
 .../basic_string/allocator/char/operator_plus.cc   |   2 +-
 .../21_strings/basic_string/allocator/char/swap.cc |   2 +-
 .../basic_string/allocator/wchar_t/copy.cc         |   2 +-
 .../basic_string/allocator/wchar_t/copy_assign.cc  |   2 +-
 .../basic_string/allocator/wchar_t/lwg2788.cc      |   2 +-
 .../basic_string/allocator/wchar_t/move.cc         |   2 +-
 .../basic_string/allocator/wchar_t/move_assign.cc  |   2 +-
 .../basic_string/allocator/wchar_t/noexcept.cc     |   2 +-
 .../allocator/wchar_t/operator_plus.cc             |   2 +-
 .../basic_string/allocator/wchar_t/swap.cc         |   2 +-
 .../basic_string/modifiers/append/wchar_t/1.cc     |   2 +-
 .../basic_string/modifiers/insert/char/83328.cc    |   2 +-
 .../basic_string/modifiers/insert/wchar_t/83328.cc |   2 +-
 .../basic_string/operations/compare/wchar_t/1.cc   |   4 +-
 .../21_strings/basic_string/types/pmr_typedefs.cc  |   2 +-
 .../testsuite/22_locale/conversions/buffer/1.cc    |  10 +-
 .../testsuite/22_locale/conversions/buffer/3.cc    |  18 +-
 .../testsuite/22_locale/conversions/string/1.cc    |   2 +
 libstdc++-v3/testsuite/23_containers/list/61347.cc |   2 +-
 .../23_containers/span/cons_1_assert_neg.cc        |  14 +
 .../23_containers/span/cons_2_assert_neg.cc        |  14 +
 .../23_containers/unordered_map/cons/default.cc    |   3 +
 .../unordered_map/modifiers/move_assign.cc         |   2 +-
 .../23_containers/unordered_set/cons/default.cc    |   3 +
 .../25_algorithms/copy/debug/constexpr_neg.cc      |   2 +-
 .../copy_backward/debug/constexpr_neg.cc           |   2 +-
 .../25_algorithms/equal/debug/constexpr_neg.cc     |   2 +-
 .../testsuite/25_algorithms/fill_n/constrained.cc  |   6 +-
 .../lexicographical_compare/deque_iterators/1.cc   |   2 +-
 .../lower_bound/debug/constexpr_partitioned_neg.cc |   2 +-
 .../debug/constexpr_partitioned_pred_neg.cc        |   2 +-
 .../lower_bound/debug/constexpr_valid_range_neg.cc |   2 +-
 .../25_algorithms/pstl/alg_merge/inplace_merge.cc  |   2 +-
 .../25_algorithms/pstl/alg_merge/merge.cc          |   2 +-
 .../pstl/alg_modifying_operations/copy_if.cc       |   2 +-
 .../pstl/alg_modifying_operations/copy_move.cc     |   2 +-
 .../pstl/alg_modifying_operations/fill.cc          |   2 +-
 .../pstl/alg_modifying_operations/generate.cc      |   2 +-
 .../alg_modifying_operations/is_partitioned.cc     |   2 +-
 .../pstl/alg_modifying_operations/partition.cc     |   2 +-
 .../alg_modifying_operations/partition_copy.cc     |   2 +-
 .../pstl/alg_modifying_operations/remove.cc        |   2 +-
 .../pstl/alg_modifying_operations/remove_copy.cc   |   2 +-
 .../pstl/alg_modifying_operations/replace.cc       |   2 +-
 .../pstl/alg_modifying_operations/replace_copy.cc  |   2 +-
 .../pstl/alg_modifying_operations/rotate.cc        |   2 +-
 .../pstl/alg_modifying_operations/rotate_copy.cc   |   2 +-
 .../pstl/alg_modifying_operations/swap_ranges.cc   |   2 +-
 .../alg_modifying_operations/transform_binary.cc   |   2 +-
 .../alg_modifying_operations/transform_unary.cc    |   2 +-
 .../pstl/alg_modifying_operations/unique.cc        |   2 +-
 .../alg_modifying_operations/unique_copy_equal.cc  |   2 +-
 .../pstl/alg_nonmodifying/adjacent_find.cc         |   2 +-
 .../25_algorithms/pstl/alg_nonmodifying/all_of.cc  |   2 +-
 .../25_algorithms/pstl/alg_nonmodifying/any_of.cc  |   2 +-
 .../25_algorithms/pstl/alg_nonmodifying/count.cc   |   2 +-
 .../25_algorithms/pstl/alg_nonmodifying/equal.cc   |   2 +-
 .../25_algorithms/pstl/alg_nonmodifying/find.cc    |   2 +-
 .../pstl/alg_nonmodifying/find_end.cc              |   2 +-
 .../pstl/alg_nonmodifying/find_first_of.cc         |   2 +-
 .../25_algorithms/pstl/alg_nonmodifying/find_if.cc |   2 +-
 .../pstl/alg_nonmodifying/for_each.cc              |   2 +-
 .../pstl/alg_nonmodifying/mismatch.cc              |   2 +-
 .../25_algorithms/pstl/alg_nonmodifying/none_of.cc |   2 +-
 .../pstl/alg_nonmodifying/nth_element.cc           |   2 +-
 .../25_algorithms/pstl/alg_nonmodifying/reverse.cc |   2 +-
 .../pstl/alg_nonmodifying/reverse_copy.cc          |   2 +-
 .../pstl/alg_nonmodifying/search_n.cc              |   2 +-
 .../25_algorithms/pstl/alg_sorting/includes.cc     |   2 +-
 .../25_algorithms/pstl/alg_sorting/is_heap.cc      |   2 +-
 .../25_algorithms/pstl/alg_sorting/is_sorted.cc    |   2 +-
 .../pstl/alg_sorting/lexicographical_compare.cc    |   2 +-
 .../pstl/alg_sorting/minmax_element.cc             |   2 +-
 .../25_algorithms/pstl/alg_sorting/partial_sort.cc |   2 +-
 .../pstl/alg_sorting/partial_sort_copy.cc          |   2 +-
 .../25_algorithms/pstl/alg_sorting/set.cc          |   2 +-
 .../25_algorithms/pstl/alg_sorting/sort.cc         |   2 +-
 .../testsuite/25_algorithms/pstl/feature_test-2.cc |   2 +-
 .../testsuite/25_algorithms/pstl/feature_test-3.cc |   2 +-
 .../testsuite/25_algorithms/pstl/feature_test-5.cc |   2 +-
 .../testsuite/25_algorithms/pstl/feature_test.cc   |   2 +-
 .../upper_bound/debug/constexpr_partitioned_neg.cc |   2 +-
 .../debug/constexpr_partitioned_pred_neg.cc        |   2 +-
 .../upper_bound/debug/constexpr_valid_range_neg.cc |   2 +-
 .../pstl/numeric_ops/adjacent_difference.cc        |   2 +-
 .../26_numerics/pstl/numeric_ops/reduce.cc         |   2 +-
 .../testsuite/26_numerics/pstl/numeric_ops/scan.cc |   2 +-
 .../pstl/numeric_ops/transform_reduce.cc           |   2 +-
 .../26_numerics/pstl/numeric_ops/transform_scan.cc |   2 +-
 .../testsuite/26_numerics/random/pr60037-neg.cc    |   2 +-
 .../26_numerics/random/random_device/cons/token.cc |   9 +-
 .../testsuite/26_numerics/valarray/103022.cc       |  15 +
 .../testsuite/26_numerics/valarray/range_access.cc |  49 +-
 .../26_numerics/valarray/range_access2.cc          |  22 +-
 .../extractors_character/wchar_t/lwg2499.cc        |   2 +-
 .../27_io/basic_istringstream/cons/char/1.cc       |   2 +-
 .../27_io/basic_istringstream/cons/wchar_t/1.cc    |   2 +-
 .../27_io/basic_istringstream/str/char/2.cc        |   2 +-
 .../27_io/basic_istringstream/str/wchar_t/2.cc     |   2 +-
 .../27_io/basic_istringstream/view/char/1.cc       |   2 +-
 .../27_io/basic_istringstream/view/wchar_t/1.cc    |   2 +-
 .../testsuite/27_io/basic_ostream/emit/1.cc        |   2 +-
 .../inserters_other/char/volatile_ptr.cc           |  11 +
 .../27_io/basic_ostringstream/cons/char/1.cc       |   2 +-
 .../27_io/basic_ostringstream/cons/wchar_t/1.cc    |   2 +-
 .../27_io/basic_ostringstream/str/char/3.cc        |   2 +-
 .../27_io/basic_ostringstream/str/wchar_t/3.cc     |   2 +-
 .../27_io/basic_ostringstream/view/char/1.cc       |   2 +-
 .../27_io/basic_ostringstream/view/wchar_t/1.cc    |   2 +-
 .../testsuite/27_io/basic_stringbuf/cons/char/2.cc |   2 +-
 .../27_io/basic_stringbuf/cons/wchar_t/2.cc        |   2 +-
 .../testsuite/27_io/basic_stringbuf/str/char/4.cc  |   2 +-
 .../27_io/basic_stringbuf/str/wchar_t/4.cc         |   2 +-
 .../testsuite/27_io/basic_stringbuf/view/char/1.cc |   2 +-
 .../27_io/basic_stringbuf/view/wchar_t/1.cc        |   2 +-
 .../27_io/basic_stringstream/cons/char/1.cc        |   2 +-
 .../27_io/basic_stringstream/cons/wchar_t/1.cc     |   2 +-
 .../27_io/basic_stringstream/str/char/5.cc         |   2 +-
 .../27_io/basic_stringstream/str/wchar_t/5.cc.cc   |   2 +-
 .../27_io/basic_stringstream/view/char/1.cc        |   2 +-
 .../27_io/basic_stringstream/view/wchar_t/1.cc     |   2 +-
 libstdc++-v3/testsuite/27_io/basic_syncbuf/1.cc    |   2 +-
 libstdc++-v3/testsuite/27_io/basic_syncbuf/2.cc    |   2 +-
 .../testsuite/27_io/basic_syncbuf/basic_ops/1.cc   |   2 +-
 .../27_io/basic_syncbuf/requirements/types.cc      |   2 +-
 .../testsuite/27_io/basic_syncbuf/sync_ops/1.cc    |   2 +-
 libstdc++-v3/testsuite/27_io/basic_syncstream/1.cc |   2 +-
 libstdc++-v3/testsuite/27_io/basic_syncstream/2.cc |   2 +-
 .../27_io/basic_syncstream/basic_ops/1.cc          |   2 +-
 .../27_io/basic_syncstream/requirements/types.cc   |   2 +-
 .../filesystem/path/generic/generic_string.cc      |   4 +
 .../filesystem/path/modifiers/make_preferred.cc    |   4 +
 .../27_io/filesystem/path/native/alloc.cc          |   4 +
 .../27_io/filesystem/path/native/string-char8_t.cc |   2 +
 .../27_io/filesystem/path/native/string.cc         |   2 +
 .../regex_match/extended/wstring_locale.cc         |   2 +
 .../28_regex/match_results/pmr_typedefs.cc         |   2 +-
 .../testsuite/29_atomics/atomic_float/1.cc         |   2 +-
 .../filesystem/path/generic/generic_string.cc      |   2 +
 .../experimental/filesystem/path/native/alloc.cc   |   4 +
 .../filesystem/path/native/string-char8_t.cc       |   2 +
 .../experimental/filesystem/path/native/string.cc  |   2 +
 .../polymorphic_allocator/pmr_typedefs_match.cc    |   2 +-
 .../polymorphic_allocator/pmr_typedefs_string.cc   |   2 +-
 .../string_view/operations/compare/wchar_t/1.cc    |   4 +-
 libstdc++-v3/testsuite/lib/gdb-test.exp            |  63 ++-
 libstdc++-v3/testsuite/lib/libstdc++.exp           |  22 +-
 .../testsuite/libstdc++-prettyprinters/80276.cc    |   2 +-
 .../testsuite/libstdc++-prettyprinters/cxx11.cc    |  11 +
 .../libstdc++-prettyprinters/libfundts.cc          |   4 +-
 .../libstdc++-prettyprinters/prettyprinters.exp    |   2 +-
 .../testsuite/libstdc++-prettyprinters/simple.cc   |  14 +-
 .../testsuite/libstdc++-prettyprinters/simple11.cc |  14 +-
 libstdc++-v3/testsuite/util/testsuite_iterators.h  |   8 +
 libstdc++-v3/testsuite/util/testsuite_shared.cc    |  12 +
 lto-plugin/ChangeLog                               |  10 +
 lto-plugin/lto-plugin.c                            |   6 +-
 393 files changed, 6523 insertions(+), 1237 deletions(-)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-12-03 15:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-03 15:53 [gcc(refs/vendors/redhat/heads/gcc-11-branch)] Merge commit 'r11-9352-gee20cad739fbe9b787ca967db6eba0adbce3553e' into redhat/gcc-11-branch Jakub Jelinek

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).