This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/gcc.
from 65735d21ac4 c++: generic lambda fn parm pack [PR104624] adds 57a957cb71c libgomp: Fix up two non-GOMP_USE_ALIGNED_WORK_SHARES relate [...] adds 22c24ba48a2 testsuite: Improve unlimited_polymorphic_3.f03 [PR103662] adds 5face32b7f4 i386: Fix up ICE with -mveclibabi={acml,svml} [PR105367] adds 1b45ae16fff testsuite: Fix up g++.target/i386/vec-tmpl1.C testcase [PR65211] adds 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 new e3c5e8360b4 libstdc++: Define std::hashstd::filesystem::path (LWG 3657) new 41ccd683f00 libstdc++: Add std::atomic<shared_ptr>(nullptr_t) construct [...]
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/config/i386/i386.cc | 6 +++-- gcc/ifcvt.cc | 6 ++--- gcc/testsuite/g++.target/i386/vec-tmpl1.C | 1 + gcc/testsuite/gcc.target/i386/pr105367.c | 12 +++++++++ gcc/testsuite/gcc.target/riscv/pr105314.c | 12 +++++++++ .../gfortran.dg/unlimited_polymorphic_3.f03 | 6 ++--- gcc/testsuite/lib/target-supports.exp | 30 ++++++++++++---------- gcc/tree-ssa-reassoc.cc | 6 ++++- libgomp/loop.c | 7 +++-- libgomp/loop_ull.c | 7 +++-- libgomp/sections.c | 7 +++-- libgomp/work.c | 4 ++- 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 ++++++++ 16 files changed, 100 insertions(+), 30 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr105367.c create mode 100644 gcc/testsuite/gcc.target/riscv/pr105314.c