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-aarch64 in repository toolchain/ci/gcc.
from a350f56f063 Daily bump. adds dfe1ac896af doc: Remove details around Itanium on GNU/Linux and Windows adds 9d1727a30e4 [Committed] Correct testcase gcc.target/bfin/20090914-3.c adds c448579312b Don't use 'G' constraint in integer move patterns adds 3f861a5c8fd Revise -mdisable-fpregs option and add new -msoft-mult option adds 37935c01841 Daily bump. adds 7c20a9b738a Combine the FADD(A, FMA(B, C, 0)) to FMA(B, C, A) and combi [...] adds aa15952d646 tree-optimization/102920 - fix PHI VN with undefined args
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 26 +++++++++++ gcc/DATESTAMP | 2 +- gcc/config/i386/sse.md | 52 +++++++++++++++++++++ gcc/config/pa/pa-d.c | 2 +- gcc/config/pa/pa.c | 10 ++-- gcc/config/pa/pa.h | 1 - gcc/config/pa/pa.md | 54 +++++++++++----------- gcc/config/pa/pa.opt | 8 +++- gcc/doc/install.texi | 11 ----- gcc/testsuite/ChangeLog | 4 ++ gcc/testsuite/gcc.dg/torture/pr102920.c | 25 ++++++++++ gcc/testsuite/gcc.target/bfin/20090914-3.c | 3 +- .../gcc.target/i386/avx512fp16-complex-fma.c | 18 ++++++++ gcc/tree-ssa-sccvn.c | 21 ++++++--- gcc/tree-ssa-sccvn.h | 2 +- 15 files changed, 182 insertions(+), 57 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr102920.c create mode 100644 gcc/testsuite/gcc.target/i386/avx512fp16-complex-fma.c