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-master-arm-stable-defconfig in repository toolchain/ci/gcc.
from 8a15faa730f Fold (add -1; zero_ext; add +1) operations to zero_ext when [...] adds 84935c98221 tree-optimization/33315 - common stores during sinking adds f4356120ba8 i386: Add V2SFmode hadd/hsub instructions [PR95046] adds f8b0665445b i386: Add V2SFmode hadd/hsub instructions [PR95046] adds 3a55774f0b6 libiberty: Handle @live attribute in D demangler. adds 9f0f7da9aa9 [OpenMP] Fix 'omp exit data' for Fortran arrays (PR 94635) adds 62af27e77b5 arm: Add support for interrupt routines to reg_needs_saving_p adds aaf1ee48316 tree-optimization/95133 - avoid abnormal edges in path splitting adds c9a41202b27 contrib: Handle GDB specific test result types adds b8db70e1f1c WIP amdgcn: use unsigned extend for lshiftrt adds f8e1c0c0182 Fix clang [-Wmisleading-indentation] in hsa-gen.c. adds 584a3c080bb tree-optimization/92260 - improve fix new 271e3da859f c++: Fix thinkos in template_args_equal change.
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: contrib/ChangeLog | 5 + contrib/dg-extract-results.py | 6 +- contrib/dg-extract-results.sh | 12 +- gcc/ChangeLog | 60 +++++++ gcc/config/arm/arm.c | 28 +++- gcc/config/gcn/gcn-valu.md | 2 +- gcc/config/i386/i386.md | 6 +- gcc/config/i386/mmx.md | 104 +++++++++--- gcc/cp/ChangeLog | 4 + gcc/cp/pt.c | 4 +- gcc/gimple-ssa-split-paths.c | 10 +- gcc/gimplify.c | 4 +- gcc/hsa-gen.c | 14 +- gcc/testsuite/ChangeLog | 22 +++ gcc/testsuite/gcc.dg/pr95133.c | 14 ++ gcc/testsuite/gcc.dg/tree-ssa/split-path-7.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-13.c | 25 +++ gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-14.c | 17 ++ gcc/testsuite/gcc.target/i386/pr95046-8.c | 22 +++ .../gfortran.dg/gomp/target-exit-data.f90 | 20 +++ gcc/tree-ssa-sink.c | 185 ++++++++++++++++++++- gcc/tree-vect-slp.c | 19 +-- libiberty/ChangeLog | 5 + libiberty/d-demangle.c | 4 + libiberty/testsuite/d-demangle-expected | 8 + 25 files changed, 540 insertions(+), 62 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr95133.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-13.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-14.c create mode 100644 gcc/testsuite/gcc.target/i386/pr95046-8.c create mode 100644 gcc/testsuite/gfortran.dg/gomp/target-exit-data.f90