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-arm 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]. new 9805965e355 libstdc++: Implement std::strong_order for floating-point t [...] new 64cdf499629 libstdc++: Fix test failure on AIX new 5706a5db88a libstdc++: Use non-debug vector in constexpr test [PR104748]
The 3 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/gimple-ssa-warn-access.cc | 5 +- gcc/testsuite/g++.dg/warn/Wdangling-pointer-4.C | 22 ++ gcc/testsuite/gcc.dg/Wdangling-pointer-4.c | 22 ++ 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 +- 7 files changed, 412 insertions(+), 10 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 [...]