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-arm in repository toolchain/ci/gcc.
from 7665af0b1a9 i386: Improve single operand AVX512F permutations [PR80355] adds 08aa0e3d4f7 tree-optimization/101809 - support emulated gather for double[int] adds 50b5877925e i386: Allow some V32HImode and V64QImode permutations even [...] adds 557d06f8b3d Enable gcc.target/i386/pr88531-1a.c for all targets adds 2ba0376ac40 gfortran: Fix in-build-tree testing [PR101305, PR101660] adds 84f906df4f0 mklog: support '-b c/101343' format. adds d796cc7a3e7 openmp: Fix up cp/parser.c build with GCC 4.8 to 6 adds 3ae564ea741 Daily bump. adds 92f7016940e gcc.dg/uninit-pred-9_b.c: Xfail for CRIS too adds 05a03f3986d Extend ldexp{s,d}f3 to vscalefs{s,d} when TARGET_AVX512F an [...] adds fed7c1634e8 compiler: don't crash on a, b := int(0) adds a45918f8a74 Ada: Remove debug line number for DECL_IGNORED_P functions adds 0e6017f5b4f sanitizer: Cherry-pick realpath fix
No new revisions were added by this update.
Summary of changes: contrib/ChangeLog | 4 ++ contrib/mklog.py | 6 +- gcc/ChangeLog | 67 +++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/gcc-interface/trans.c | 4 +- gcc/c/ChangeLog | 6 ++ gcc/config/i386/i386-expand.c | 13 ++-- gcc/config/i386/i386.md | 34 ++++++++--- gcc/cp/ChangeLog | 42 +++++++++++++ gcc/cp/parser.c | 4 +- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/expressions.cc | 15 ++++- gcc/testsuite/ChangeLog | 69 ++++++++++++++++++++++ gcc/testsuite/gcc.dg/uninit-pred-9_b.c | 2 +- gcc/testsuite/gcc.target/i386/avx512f-pr80355-2.c | 23 ++++++++ gcc/testsuite/gcc.target/i386/pr88531-1a.c | 2 +- gcc/testsuite/gcc.target/i386/pr98309-1.c | 18 ++++++ gcc/testsuite/gcc.target/i386/pr98309-2.c | 39 ++++++++++++ gcc/testsuite/lib/gfortran.exp | 2 +- gcc/tree-vect-stmts.c | 47 +++++++++------ libgfortran/ChangeLog | 10 ++++ libgfortran/Makefile.am | 9 +++ libgfortran/Makefile.in | 10 +++- .../sanitizer_common_interceptors.inc | 12 +--- 24 files changed, 390 insertions(+), 52 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-pr80355-2.c create mode 100644 gcc/testsuite/gcc.target/i386/pr98309-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr98309-2.c