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 c083e654bd0 configure: use linker plug-in by default for ld.mold adds 51149a05b8c Call mark_dfs_back_edges before testing EDGE_DFS_BACK [PR104761]. adds 9805965e355 libstdc++: Implement std::strong_order for floating-point t [...] adds 64cdf499629 libstdc++: Fix test failure on AIX adds 5706a5db88a libstdc++: Use non-debug vector in constexpr test [PR104748] new fc03ebdceaf Daily bump.
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: gcc/ChangeLog | 45 ++++ gcc/DATESTAMP | 2 +- gcc/fortran/ChangeLog | 8 + gcc/gimple-ssa-warn-access.cc | 5 +- gcc/testsuite/ChangeLog | 30 +++ gcc/testsuite/g++.dg/warn/Wdangling-pointer-4.C | 22 ++ gcc/testsuite/gcc.dg/Wdangling-pointer-4.c | 22 ++ libstdc++-v3/ChangeLog | 18 ++ libstdc++-v3/libsupc++/compare | 253 ++++++++++++++++++++- libstdc++-v3/testsuite/17_intro/names.cc | 2 + .../comparisons/algorithms/strong_order_floats.cc | 102 +++++++++ libstdc++-v3/testsuite/std/ranges/adaptors/all.cc | 16 +- 12 files changed, 514 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/Wdangling-pointer-4.C create mode 100644 gcc/testsuite/gcc.dg/Wdangling-pointer-4.c create mode 100644 libstdc++-v3/testsuite/18_support/comparisons/algorithms/strong [...]