This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_binutils/master-arm in repository toolchain/ci/gcc.
from 10ae9946dce Daily bump. adds 9525c26bf19 Fortran: speed up decimal output of integers adds d87483015d4 i386: Check AX input in any_mul_highpart peepholes adds ad6091d1b89 Daily bump. adds 500d3f0a302 RISC-V: fixed testcase riscv/pr103302.c new e078de24eae testsuite: Avoid unwanted vecorization [PR95046]
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 | 6 + gcc/DATESTAMP | 2 +- gcc/config/i386/i386.md | 10 +- gcc/testsuite/ChangeLog | 10 + gcc/testsuite/gcc.target/i386/pr103785.c | 38 ++++ gcc/testsuite/gcc.target/riscv/pr103302.c | 2 +- gcc/testsuite/gfortran.dg/extract_recip_1.f | 2 +- gcc/testsuite/gfortran.dg/pr98076.f90 | 293 ++++++++++++++++++++++++++++ libgfortran/ChangeLog | 7 + libgfortran/runtime/string.c | 65 +++++- 10 files changed, 424 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr103785.c create mode 100644 gcc/testsuite/gfortran.dg/pr98076.f90