This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64 in repository toolchain/ci/gcc.
from ace4b7f295f libstdc++: Fix printing of std::span for versioned namespace adds a44380541fe libstdc++: Make headers include their prerequisites adds 650eadd6302 libstdc++: Remove some unnecessary includes adds 692643c3ed3 libstdc++: Refactor includes for unordered containers adds 97dc78d705a c++: constrained partial spec forward decl [PR96363] adds 47b20d027ad libstdc++: Add constexpr to std::counted_iterator post-incr [...] adds b753405a5f0 xtensa: Simplify EXTUI instruction maskimm validations adds 9b251fe2e39 xtensa: Make use of IN_RANGE macro where appropriate adds 3397563ad6c xtensa: Fix instruction counting regarding block move expansion
No new revisions were added by this update.
Summary of changes: gcc/config/xtensa/constraints.md | 4 +- gcc/config/xtensa/predicates.md | 7 ++- gcc/config/xtensa/xtensa.cc | 52 +++++++--------------- gcc/config/xtensa/xtensa.h | 2 +- gcc/cp/decl.cc | 3 +- gcc/cp/parser.cc | 12 ++--- gcc/cp/pt.cc | 38 +++++++++------- .../g++.dg/cpp2a/concepts-partial-spec12.C | 10 +++++ .../g++.dg/cpp2a/concepts-partial-spec12a.C | 14 ++++++ .../g++.dg/cpp2a/concepts-partial-spec13.C | 16 +++++++ libstdc++-v3/include/bits/functional_hash.h | 15 +++++-- libstdc++-v3/include/bits/hashtable.h | 1 + libstdc++-v3/include/bits/hashtable_policy.h | 4 ++ libstdc++-v3/include/bits/ranges_algobase.h | 1 - libstdc++-v3/include/bits/stl_heap.h | 1 + libstdc++-v3/include/bits/stl_iterator.h | 3 +- .../include/bits/stl_iterator_base_funcs.h | 1 + libstdc++-v3/include/bits/unordered_map.h | 5 +++ libstdc++-v3/include/bits/unordered_set.h | 5 +++ libstdc++-v3/include/std/string | 1 - libstdc++-v3/include/std/unordered_map | 8 ---- libstdc++-v3/include/std/unordered_set | 8 ---- libstdc++-v3/include/std/variant | 1 - .../24_iterators/counted_iterator/lwg3643.cc | 27 +++++++++++ 24 files changed, 148 insertions(+), 91 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-partial-spec12.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-partial-spec12a.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-partial-spec13.C create mode 100644 libstdc++-v3/testsuite/24_iterators/counted_iterator/lwg3643.cc