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 95bb87b2458 hardened conditionals adds e399cde6f9c RISC-V: Handle zi* extension correctly for arch-canonicaliz [...] adds 2dc835cd0b5 RISC-V: Fix wrong predicator for zero_extendsidi2_internal pattern adds b343a29dbcb rs6000: Fix ICE of vect cost related to V1TI [PR102767] adds eed248bb8cc tree-optimization/102949 - fix base object alignment adds a84b9d5373c middle-end/57245 - honor -frounding-math in real truncation new 7f6c2258522 Make back_threader_registry inherit from back_jt_path_registry. new 113dab2b9d5 Improve backward threading with switches.
The 2 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/config/riscv/arch-canonicalize | 2 +- gcc/config/riscv/riscv.md | 2 +- gcc/config/rs6000/rs6000.c | 64 +++++++++++----------- gcc/fold-const.c | 6 ++ gcc/simplify-rtx.c | 5 ++ .../gcc.dg/torture/fp-double-convert-float-1.c | 41 ++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/vrp106.c | 4 +- gcc/testsuite/gcc.dg/tree-ssa/vrp113.c | 2 - .../gcc.target/powerpc/ppc-fortran/pr102767.f90 | 21 +++++++ gcc/tree-ssa-threadbackward.c | 29 +++------- gcc/tree-vect-stmts.c | 8 ++- 11 files changed, 125 insertions(+), 59 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/fp-double-convert-float-1.c create mode 100644 gcc/testsuite/gcc.target/powerpc/ppc-fortran/pr102767.f90