This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-next-defconfig in repository toolchain/ci/gcc.
from f55bf4ddbfa i386: Skip ENDBR32 at the target function entry adds bd2537ed5d4 i386: Fix *vec_extractv2sf_1 and *vec_extractv2sf_1 shufps [...] adds 8b3c0979ea1 Daily bump. adds 4ccda0308ef Fix handling of floating-point homogeneous aggregates. adds 3004aba7a0e Daily bump. adds c080a6fb6f0 Use au->lock exclusively for locking in async I/O. adds 6900c1ec9a3 Daily bump. adds 9f2a74ab436 Daily bump. adds 48558cdf493 Fix bad code of vector extract of PC-relative address with [...] adds 428a4feef85 Adjust how variable vector extraction is done. adds 066184a282b rs6000: Fix infinite loop building ghostscript and icu [PR93658] adds 8389fcc4c12 Avoid collect2 calling signal unsafe functions and/or unlin [...]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 66 +++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/collect2.c | 9 +++- gcc/config/i386/mmx.md | 8 +-- gcc/config/pa/pa.c | 2 +- gcc/config/pa/som.h | 18 ++++--- gcc/config/rs6000/rs6000.c | 79 ++++++++++++++++++------------ gcc/config/rs6000/vsx.md | 8 +-- gcc/testsuite/ChangeLog | 8 +++ gcc/testsuite/gcc.target/powerpc/pr93658.c | 20 ++++++++ libgfortran/ChangeLog | 25 ++++++++++ libgfortran/io/async.c | 23 ++++----- libgfortran/io/async.h | 45 +++++++++-------- 13 files changed, 229 insertions(+), 84 deletions(-) create mode 100644 gcc/testsuite/gcc.target/powerpc/pr93658.c