mirror of git://gcc.gnu.org/git/gcc.git
[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:
parent
eb4048f247
commit
4aa16f8ddb
|
|
@ -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>
|
2016-01-21 Christian Bruel <christian.bruel@st.com>
|
||||||
|
|
||||||
PR target/68674
|
PR target/68674
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
/* { dg-do compile } */
|
/* { dg-do compile } */
|
||||||
/* { dg-additional-options "-fvect-cost-model=dynamic" } */
|
/* { dg-additional-options "-fvect-cost-model=dynamic" } */
|
||||||
|
/* { dg-require-effective-target vect_double } */
|
||||||
|
|
||||||
double a[128][128];
|
double a[128][128];
|
||||||
double b[128];
|
double b[128];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue