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/release-arm in repository toolchain/ci/gcc.
from ce40e06ea99 Daily bump. adds e3b4dcfb585 libstdc++: Properly remove temporary directories in filesys [...] adds ce5b1c3b95f libstdc++: Add missing prerequisite to generated header [PR106162] adds e02edb338f5 Daily bump. adds e623829c18e LoongArch: Modify fp_sp_offset and gp_sp_offset's calculati [...] adds 3fbb94b3a4a Daily bump. adds 3ce205f62de PR target/105930: Split *xordi3_doubleword after reload on x86. adds 7282722666c Daily bump. new b568e0db565 loongarch: fix mulsidi3_64bit instruction
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/ChangeLog | 18 ++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/i386/i386.md | 22 ++++++++++++++-------- gcc/config/loongarch/loongarch.cc | 12 +++++++++--- gcc/config/loongarch/loongarch.md | 2 +- gcc/testsuite/ChangeLog | 7 +++++++ gcc/testsuite/gcc.c-torture/execute/mul-sext.c | 20 ++++++++++++++++++++ gcc/testsuite/gcc.target/loongarch/mulw_d_w.c | 10 ++++++++++ gcc/testsuite/gcc.target/loongarch/prolog-opt.c | 15 +++++++++++++++ libstdc++-v3/ChangeLog | 20 ++++++++++++++++++++ libstdc++-v3/include/Makefile.am | 2 +- libstdc++-v3/include/Makefile.in | 2 +- .../27_io/filesystem/iterators/error_reporting.cc | 9 +++++++-- .../filesystem/iterators/error_reporting.cc | 9 +++++++-- 14 files changed, 131 insertions(+), 19 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/mul-sext.c create mode 100644 gcc/testsuite/gcc.target/loongarch/mulw_d_w.c create mode 100644 gcc/testsuite/gcc.target/loongarch/prolog-opt.c