This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-next-allmodconfig in repository toolchain/ci/gcc.
from 77e596cf3c1 libstdc++: Also disable caching of reverse_view::begin() fo [...] adds ab2f2e19111 Fix target/93937 adds 7485ace81de Commit for PR92785 adds 4735f92d48c libstdc++: test for failing assertion should use 'run' not [...] adds 586b016cd48 c++: Fix constrained conversion op. adds 799270b4305 libstdc++: Update the <numeric> synopsis test to latest standard adds 3f469f585e0 runtime: handle linux/arm64 signal register adds e82192021dd coroutines: Update func-params-08.C to suspend three times. adds ce33801fe4c libstdc++: Fix bogus use of memcmp in ranges::lexicographic [...] adds 96ad5fb8bc9 Daily bump. adds 117baab8771 c++: implement C++20 Disambiguating Nested-Requirements (P2092R0) adds d48e1175279 Fix regression reported by tester due to recent IRA changes adds d0ad2a22339 Update cpplib ru.po. adds 5b4c2cc6999 Fix trivial regression from recent IRA changes adds d4912dc7666 Fix baseline symbols on hppa-linux-gnu new 0483af36a21 Add dg-require-visibility to tests that require visibility [...] new b177b3696c7 Fix typo in last entry.
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 6 + gcc/DATESTAMP | 2 +- gcc/config/rs6000/vsx.md | 22 --- gcc/cp/ChangeLog | 9 ++ gcc/cp/call.c | 4 + gcc/cp/parser.c | 4 +- gcc/fortran/ChangeLog | 6 + gcc/fortran/trans-expr.c | 11 ++ gcc/go/gofrontend/MERGE | 2 +- gcc/testsuite/ChangeLog | 24 ++- .../g++.dg/coroutines/torture/func-params-08.C | 2 +- gcc/testsuite/g++.dg/cpp2a/concepts-conv1.C | 15 ++ gcc/testsuite/g++.dg/cpp2a/concepts-p2092.C | 8 + gcc/testsuite/g++.dg/ext/visibility/ref-temp1.C | 1 + gcc/testsuite/gcc.target/or1k/return-2.c | 2 +- .../gcc.target/xstormy16/sfr/06_sfrw_to_var.c | 2 +- gcc/testsuite/gfortran.dg/pr90988_4.f | 1 + gcc/testsuite/gfortran.dg/pr91372.f90 | 1 + .../gfortran.dg/unlimited_polymorphic_31.f03 | 55 +++++++ libcpp/po/ChangeLog | 4 + libcpp/po/ru.po | 47 +++--- libgo/runtime/go-signal.c | 63 +++----- libstdc++-v3/ChangeLog | 22 +++ .../abi/post/hppa-linux-gnu/baseline_symbols.txt | 21 +++ libstdc++-v3/include/bits/ranges_algo.h | 8 +- .../range_operations/advance_debug_neg.cc | 10 +- .../25_algorithms/lexicographical_compare/93972.cc | 169 +++++++++++++++++++++ .../26_numerics/headers/numeric/synopsis.cc | 111 ++++++++++++++ 28 files changed, 530 insertions(+), 102 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-conv1.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-p2092.C create mode 100644 gcc/testsuite/gfortran.dg/unlimited_polymorphic_31.f03 create mode 100644 libstdc++-v3/testsuite/25_algorithms/lexicographical_compare/93972.cc