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-aarch64-stable-defconfig in repository toolchain/ci/gcc.
from 9056cd80351 i386: Add V2DFmode float trunc/extend functions [PR95046] adds 75d0b3d7288 amdgcn: fix vcc clobber in vector load/store adds 3a36428b5fb libgo: only build syscall test with -static on GNU/Linux adds 4e1592f8e1d c++: Fix deferred noexcept on constructor [PR93901]. adds 3f30a274913 libiberty: Update D symbol demangling for latest ABI spec. adds d2a359fe5d7 Skip jit tests for targets that don't support -lgccjit adds 98aad12cd2e Daily bump. adds 8a15faa730f Fold (add -1; zero_ext; add +1) operations to zero_ext when [...] new 84935c98221 tree-optimization/33315 - common stores during sinking new f4356120ba8 i386: Add V2SFmode hadd/hsub instructions [PR95046] new f8b0665445b i386: Add V2SFmode hadd/hsub instructions [PR95046]
The 3 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 | 51 ++ gcc/DATESTAMP | 2 +- gcc/config/gcn/gcn-valu.md | 161 ++++-- gcc/config/gcn/gcn.c | 13 +- gcc/config/i386/i386.md | 6 +- gcc/config/i386/mmx.md | 104 +++- gcc/cp/ChangeLog | 5 + gcc/cp/pt.c | 55 +- gcc/doc/sourcebuild.texi | 3 + gcc/go/gofrontend/MERGE | 2 +- gcc/loop-doloop.c | 38 +- gcc/testsuite/ChangeLog | 29 + 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/gcn/gcn.exp | 42 ++ gcc/testsuite/gcc.target/gcn/vcc-clobber.c | 33 ++ gcc/testsuite/gcc.target/i386/pr95046-8.c | 22 + gcc/testsuite/gcc.target/powerpc/doloop-2.c | 29 + gcc/testsuite/jit.dg/jit.exp | 5 + gcc/testsuite/lib/target-supports.exp | 15 + gcc/tree-ssa-sink.c | 185 ++++++- libgo/Makefile.am | 2 + libgo/Makefile.in | 2 +- libiberty/ChangeLog | 33 ++ libiberty/d-demangle.c | 769 ++++++++++++++++++--------- libiberty/testsuite/d-demangle-expected | 72 +++ 27 files changed, 1352 insertions(+), 370 deletions(-) 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/gcn/gcn.exp create mode 100644 gcc/testsuite/gcc.target/gcn/vcc-clobber.c create mode 100644 gcc/testsuite/gcc.target/i386/pr95046-8.c create mode 100644 gcc/testsuite/gcc.target/powerpc/doloop-2.c