This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/gcc.
from 7b90f07f778 c++: generic targs and identity substitution [PR105956] adds 9ed57796235 libbacktrace: don't let "make clean" remove allocfail.sh adds d8ddf1fa098 libbacktrace: don't exit Mach-O dyld library loop on one failure adds 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
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 74 +++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 43 ++++++++++++++ gcc/c-family/ChangeLog | 6 ++ gcc/config/i386/sse.md | 12 +++- gcc/config/loongarch/loongarch.cc | 12 +++- gcc/cp/ChangeLog | 22 ++++++++ gcc/testsuite/ChangeLog | 26 +++++++++ gcc/testsuite/g++.target/i386/pr106180-1.C | 31 +++++++++++ gcc/testsuite/gcc.target/loongarch/prolog-opt.c | 15 +++++ libbacktrace/ChangeLog | 11 ++++ libbacktrace/Makefile.am | 27 +++++---- libbacktrace/Makefile.in | 15 +++-- libbacktrace/macho.c | 2 +- libcpp/ChangeLog | 9 +++ libgomp/ChangeLog | 21 +++++++ libstdc++-v3/ChangeLog | 6 ++ lto-plugin/ChangeLog | 11 ++++ 18 files changed, 323 insertions(+), 22 deletions(-) create mode 100644 gcc/testsuite/g++.target/i386/pr106180-1.C create mode 100644 gcc/testsuite/gcc.target/loongarch/prolog-opt.c