mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
76fe84ecfe
commit
8960db3195
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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[])
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue