Commit 27742332 by Tom de Vries Committed by Tom de Vries

Xfail pr46032.c scan if alignment requirements not met

2016-03-10  Tom de Vries  <tom@codesourcery.com>

	PR testsuite/68915
	* gcc.dg/vect/pr46032.c: Xfail scan if alignment requirements not met.

From-SVN: r234100
parent 3a81a594
2016-03-10 Tom de Vries <tom@codesourcery.com>
PR testsuite/68915
* gcc.dg/vect/pr46032.c: Xfail scan if alignment requirements not met.
2016-03-10 Richard Biener <rguenther@suse.de>
PR tree-optimization/70128
......
......@@ -44,6 +44,6 @@ main (void)
return 0;
}
/* { dg-final { scan-tree-dump-times "note: vectorized 1 loop" 1 "vect" } } */
/* { dg-final { scan-tree-dump-times "note: vectorized 1 loop" 1 "vect" { xfail { vect_no_align && { ! vect_hw_misalign } } } } } */
/* { dg-final { scan-tree-dump-not "versioning for alias required" "vect" } } */
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