This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ab0b5fbfe90 x86: Add -m[no-]direct-extern-access new da2bf62d9e2 tree-optimization/104445 - check for vector extraction support
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: gcc/optabs-query.cc | 28 ++++++++++++++++++++++++++++ gcc/optabs-query.h | 1 + gcc/testsuite/gcc.dg/vect/pr102832.c | 12 ++++++++++++ gcc/testsuite/gcc.dg/vect/pr104445.c | 16 ++++++++++++++++ gcc/tree-vect-loop.cc | 16 ++++++++++------ 5 files changed, 67 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/pr102832.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr104445.c