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/master-aarch64-bootstrap in repository toolchain/ci/gcc.
from d4836ac9acd reassoc: Don't call fold_convert if !fold_convertible_p [PR105374] adds 7d31c678d68 ifcvt: Improve noce_try_store_flag_mask [PR105314] adds ad56a60f58c rs6000: Make the has_arch target selectors actually work adds e3c5e8360b4 libstdc++: Define std::hashstd::filesystem::path (LWG 3657) adds 41ccd683f00 libstdc++: Add std::atomic<shared_ptr>(nullptr_t) construct [...] new 796b7cbac3d libphobos: Don't call free on the TLS array in the emutls d [...] new cd4acb8cd9e lto: use diagnostics_context in print_lto_docs_link
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/ifcvt.cc | 6 ++--- gcc/lto-wrapper.cc | 20 +++++++++++++--- gcc/testsuite/gcc.target/riscv/pr105314.c | 12 ++++++++++ gcc/testsuite/lib/target-supports.exp | 28 +++++++++++----------- libphobos/libdruntime/gcc/emutls.d | 8 +++---- libstdc++-v3/include/bits/fs_path.h | 10 ++++++++ libstdc++-v3/include/bits/shared_ptr_atomic.h | 4 ++++ .../20_util/shared_ptr/atomic/atomic_shared_ptr.cc | 2 ++ .../27_io/filesystem/path/nonmember/hash_value.cc | 10 ++++++++ 9 files changed, 76 insertions(+), 24 deletions(-) create mode 100644 gcc/testsuite/gcc.target/riscv/pr105314.c