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 6345c414544 Daily bump. adds aa8fd7f6568 LoongArch: Modify fp_sp_offset and gp_sp_offset's calculati [...] adds bf3695691f4 i386: Handle memory operand for direct call to cvtps2pd in unpack new 13f44099bcc middle-end: Use subregs to expand COMPLEX_EXPR to set the lowpart.
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/builtins.cc | 8 ++--- gcc/calls.cc | 2 +- gcc/config/i386/sse.md | 12 +++++-- gcc/config/loongarch/loongarch.cc | 12 +++++-- gcc/emit-rtl.cc | 6 ++-- gcc/expmed.cc | 28 +++++++++------- gcc/expmed.h | 2 +- gcc/expr.cc | 44 +++++++++++++------------ gcc/expr.h | 2 +- gcc/ifcvt.cc | 5 +-- gcc/internal-fn.cc | 16 ++++----- gcc/testsuite/g++.target/aarch64/complex-init.C | 37 +++++++++++++++++++++ gcc/testsuite/g++.target/i386/pr106180-1.C | 31 +++++++++++++++++ gcc/testsuite/gcc.target/loongarch/prolog-opt.c | 15 +++++++++ 14 files changed, 164 insertions(+), 56 deletions(-) create mode 100644 gcc/testsuite/g++.target/aarch64/complex-init.C create mode 100644 gcc/testsuite/g++.target/i386/pr106180-1.C create mode 100644 gcc/testsuite/gcc.target/loongarch/prolog-opt.c