This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64 in repository toolchain/ci/gcc.
from 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 +- libstdc++-v3/include/bits/stl_iterator.h | 3 +- .../24_iterators/counted_iterator/lwg3643.cc | 27 +++++++++++ 6 files changed, 51 insertions(+), 44 deletions(-) create mode 100644 libstdc++-v3/testsuite/24_iterators/counted_iterator/lwg3643.cc