pr58508.c: XFAIL for vect_no_align.

* gcc.dg/vect/pr58508.c: XFAIL for vect_no_align.
	* gcc.dg/vect/vect-reduc-pattern-3.c: Require vect_int_mult.

From-SVN: r205852
This commit is contained in:
Eric Botcazou 2013-12-10 10:11:50 +00:00 committed by Eric Botcazou
parent a0d026d943
commit a1067b0911
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2013-12-10 Eric Botcazou <ebotcazou@adacore.com>
* gcc.dg/vect/pr58508.c: XFAIL for vect_no_align.
* gcc.dg/vect/vect-reduc-pattern-3.c: Require vect_int_mult.
2013-12-10 Bin Cheng <bin.cheng@arm.com>
PR tree-optimization/41488

View File

@ -66,5 +66,5 @@ void test5 (int* a, int* b)
}
}
/* { dg-final { scan-tree-dump-times "hoist" 8 "vect" } } */
/* { dg-final { scan-tree-dump-times "hoist" 8 "vect" { xfail vect_no_align } } } */
/* { dg-final { cleanup-tree-dump "vect" } } */

View File

@ -1,4 +1,4 @@
/* { dg-require-effective-target vect_int } */
/* { dg-require-effective-target vect_int_mult } */
#include <stdarg.h>
#include "tree-vect.h"