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-arm-stable-allyesconfig in repository toolchain/ci/gcc.
from cfeef9acd2c ipa-cp: Avoid an ICE processing self-recursive cloned edges [...] adds 10a32d47986 libstdc++: -D_GLIBCXX_DEBUG fixes in the constrained algos tests adds ba49e9eb187 libstdc++: Add missing friend declarations in some range adaptors adds 9d2d283367a Compare ARGUMENT_PACKS [pr93933] adds 75c299acc47 Fix PR target/93932 adds 449494943e6 libstdc++: Disable diagnostic URLs in testsuite adds 58645f7153d Update gcc fr.po. adds ab466f73bb3 Document that -Wbuiltin-declaration-mismatch is enabled by [...] adds 8f22ba6d69f Daily bump. adds 5c3489a083b testsuite: Fix up g++.dg/torture/pr92152.C test for ilp32 targets adds 4707548ee84 Add myself to MAINTAINERS adds 86e2dc22c91 libstdc++: Fix failing test in debug mode adds a51a546c170 libstdc++: Fix FS-dependent filesystem tests adds a1535015786 libstdc++: Memoize {drop,drop_while,filter,reverse}_view::begin adds 349297b6e69 Fix misleading aarch64 mcpu/march warning string adds f3ce088645e One more patch for PR93564: Prefer smaller hard regno when [...] adds 18396541e47 c++: Further tweak for P1937R2 - const{expr,eval} inconsistencies adds 08bf7bde9f2 Improve detection of ld_date. adds 77e596cf3c1 libstdc++: Also disable caching of reverse_view::begin() fo [...] new ab2f2e19111 Fix target/93937
The 1 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: ChangeLog | 4 + MAINTAINERS | 1 + gcc/ChangeLog | 47 + gcc/DATESTAMP | 2 +- gcc/config/aarch64/aarch64.c | 4 +- gcc/config/rs6000/vsx.md | 104 +- gcc/configure | 2 +- gcc/configure.ac | 2 +- gcc/cp/ChangeLog | 12 + gcc/cp/pt.c | 21 +- gcc/cp/tree.c | 17 +- gcc/cp/typeck.c | 5 + gcc/doc/invoke.texi | 2 +- gcc/ira-color.c | 4 +- gcc/po/ChangeLog | 4 + gcc/po/fr.po | 6101 ++++++++------------ gcc/testsuite/ChangeLog | 18 + gcc/testsuite/g++.dg/concepts/pr93933.C | 31 + gcc/testsuite/g++.dg/cpp2a/consteval16.C | 7 + gcc/testsuite/g++.dg/cpp2a/consteval3.C | 4 +- gcc/testsuite/g++.dg/torture/pr92152.C | 4 +- .../powerpc/fold-vec-extract-longlong.p8.c | 25 +- libstdc++-v3/ChangeLog | 72 + libstdc++-v3/include/std/ranges | 145 +- .../21_strings/basic_string/cons/char/1.cc | 2 + .../testsuite/25_algorithms/copy/constrained.cc | 16 +- .../25_algorithms/copy_backward/constrained.cc | 16 +- .../25_algorithms/inplace_merge/constrained.cc | 2 +- .../testsuite/25_algorithms/move/constrained.cc | 16 +- .../25_algorithms/move_backward/constrained.cc | 16 +- .../25_algorithms/partial_sort/constrained.cc | 4 +- .../25_algorithms/partial_sort_copy/constrained.cc | 8 +- .../testsuite/25_algorithms/shuffle/constrained.cc | 4 +- .../testsuite/25_algorithms/sort/constrained.cc | 4 +- .../25_algorithms/stable_sort/constrained.cc | 4 +- .../27_io/filesystem/operations/last_write_time.cc | 77 +- .../filesystem/operations/last_write_time.cc | 58 +- libstdc++-v3/testsuite/lib/libstdc++.exp | 2 +- libstdc++-v3/testsuite/std/ranges/adaptors/drop.cc | 57 + .../testsuite/std/ranges/adaptors/drop_while.cc | 38 +- .../testsuite/std/ranges/adaptors/filter.cc | 36 + .../testsuite/std/ranges/adaptors/reverse.cc | 56 + .../testsuite/std/ranges/adaptors/split.cc | 14 + libstdc++-v3/testsuite/std/ranges/adaptors/take.cc | 16 + .../testsuite/std/ranges/adaptors/take_while.cc | 17 + .../testsuite/std/ranges/adaptors/transform.cc | 23 + 46 files changed, 3251 insertions(+), 3873 deletions(-) create mode 100644 gcc/testsuite/g++.dg/concepts/pr93933.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/consteval16.C