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_O3 in repository toolchain/ci/gcc.
from 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 adds b8f604da25b arm/66791: Replace builtins for vdup_n and vmov_n intrinsics. new f19c70afa4a tree-optimization/101861 - fix gather use for non-gather refs
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 | 4 + contrib/mklog.py | 6 +- gcc/ChangeLog | 67 +++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/gcc-interface/trans.c | 4 +- gcc/c/ChangeLog | 6 ++ gcc/config/arm/arm_neon.h | 107 +++++++++++---------- gcc/config/arm/arm_neon_builtins.def | 3 - 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/arm/pr51534.c | 26 ++--- 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 | 3 +- libgfortran/ChangeLog | 10 ++ libgfortran/Makefile.am | 9 ++ libgfortran/Makefile.in | 10 +- .../sanitizer_common_interceptors.inc | 12 +-- 25 files changed, 393 insertions(+), 105 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr98309-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr98309-2.c