This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/release-arm-bootstrap in repository toolchain/ci/gcc.
from a074ae297d5 c++: non-dependent call to consteval operator [PR105912] adds 707bc64fbee c++: defaulted friend op== [PR106361] adds 64edeadbcce Daily bump. adds 98ce66a48fb libstdc++: Do not include <cxxabi.h> in <stacktrace> adds ca82e7900f4 libstdc++: check for openat adds 4eb15eceaac libstdc++: check for openat with dirfd in std::filesystem adds 4be7b79d055 libstdc++: Do not optimize away storing pathname if it's needed adds 2a1263d3638 Daily bump. adds 8b85716d35c Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 90 +++++++++++++++++++ gcc/cp/decl.cc | 2 - gcc/testsuite/ChangeLog | 66 ++++++++++++++ gcc/testsuite/g++.dg/cpp2a/spaceship-eq14.C | 17 ++++ libstdc++-v3/ChangeLog | 132 ++++++++++++++++++++++++++++ libstdc++-v3/acinclude.m4 | 12 +++ libstdc++-v3/config.h.in | 3 + libstdc++-v3/configure | 55 ++++++++++++ libstdc++-v3/include/std/stacktrace | 8 +- libstdc++-v3/src/c++17/fs_dir.cc | 4 +- libstdc++-v3/src/filesystem/dir-common.h | 2 +- libstdc++-v3/src/filesystem/dir.cc | 2 +- 13 files changed, 387 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/spaceship-eq14.C