This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch trunk in repository gcc.
from a7b8025 2015-08-05 Richard Biener rguenther@suse.de new 39e23ea 2015-08-05 Richard Biener rguenther@suse.de new 37407f9 Merge SSE and AVX ptest patterns. new b2eda4e Disable AVX-512VL insns for scalar mode operands on -march=knl.
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 | 31 +++++++++++++++ gcc/config/i386/i386.c | 12 +++--- gcc/config/i386/i386.md | 5 ++- gcc/config/i386/sse.md | 73 +++++++++++++++++++--------------- gcc/testsuite/ChangeLog | 6 +++ gcc/testsuite/gcc.dg/torture/pr67109.c | 19 +++++++++ gcc/testsuite/gcc.dg/vect/vect-119.c | 2 +- gcc/tree-vect-data-refs.c | 54 ++++++++++++++++++++++--- 8 files changed, 156 insertions(+), 46 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr67109.c