This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap in repository toolchain/ci/gcc.
from 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/config/i386/sse.md | 52 ++++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr102920.c | 25 +++++++++++ .../gcc.target/i386/avx512fp16-complex-fma.c | 18 ++++++++ gcc/tree-ssa-sccvn.c | 21 ++++++--- gcc/tree-ssa-sccvn.h | 2 +- 5 files changed, 110 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr102920.c create mode 100644 gcc/testsuite/gcc.target/i386/avx512fp16-complex-fma.c