re PR tree-optimization/70803 (gcc.dg/vect/pr56625.c FAILs)

gcc/testsuite/ChangeLog
	PR tree-optimization/70803
	* gcc.dg/vect/pr56625.c: Require vect_int_mult.

From-SVN: r235644
This commit is contained in:
Bin Cheng 2016-04-29 15:13:03 +00:00 committed by Bin Cheng
parent 76fe84ecfe
commit 8960db3195
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2016-04-29 Bin Cheng <bin.cheng@arm.com>
PR tree-optimization/70803
* gcc.dg/vect/pr56625.c: Require vect_int_mult.
2016-04-29 Ilya Enkovich <ilya.enkovich@intel.com> 2016-04-29 Ilya Enkovich <ilya.enkovich@intel.com>
* gcc.target/i386/vect-unpack-2.c (avx512bw_test): Avoid * gcc.target/i386/vect-unpack-2.c (avx512bw_test): Avoid

View File

@ -1,5 +1,5 @@
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-require-effective-target vect_int } */ /* { dg-require-effective-target vect_int_mult } */
void foo (int a[], int b[]) void foo (int a[], int b[])
{ {