Commit a1067b09 by Eric Botcazou Committed by Eric Botcazou

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
parent a0d026d9
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> 2013-12-10 Bin Cheng <bin.cheng@arm.com>
PR tree-optimization/41488 PR tree-optimization/41488
......
...@@ -66,5 +66,5 @@ void test5 (int* a, int* b) ...@@ -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" } } */ /* { dg-final { cleanup-tree-dump "vect" } } */
/* { dg-require-effective-target vect_int } */ /* { dg-require-effective-target vect_int_mult } */
#include <stdarg.h> #include <stdarg.h>
#include "tree-vect.h" #include "tree-vect.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment