[Patch Obvious] gcc.dg/vect/bb-slp-pr68892.c requires vectorization of doubles

gcc/testsuite/

	* gcc.dg/vect/bb-slp-pr68892.c: Require vect_double.

From-SVN: r232731
This commit is contained in:
James Greenhalgh 2016-01-22 15:00:43 +00:00 committed by James Greenhalgh
parent eb4048f247
commit 4aa16f8ddb
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2016-01-22 James Greenhalgh <james.greenhalgh@arm.com>
* gcc.dg/vect/bb-slp-pr68892.c: Require vect_double.
2016-01-21 Christian Bruel <christian.bruel@st.com>
PR target/68674

View File

@ -1,5 +1,6 @@
/* { dg-do compile } */
/* { dg-additional-options "-fvect-cost-model=dynamic" } */
/* { dg-require-effective-target vect_double } */
double a[128][128];
double b[128];