Commit 7a29c1ad by Steve Ellcey Committed by Steve Ellcey

re PR testsuite/39632 (Revision 145497 caused extra failures on Linux/ia64)

	PR testsuite/39623
	* gcc.dg/vect/no-vfa-vect-43.c Fix vect_no_align check.

From-SVN: r146593
parent aea4deba
2009-04-22 Steve Ellcey <sje@cup.hp.com>
PR testsuite/39623
* gcc.dg/vect/no-vfa-vect-43.c Fix vect_no_align check.
2009-04-22 Richard Guenther <rguenther@suse.de>
PR tree-optimization/39824
......
......@@ -76,5 +76,5 @@ int main (void)
}
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 2 "vect" } } */
/* { dg-final { scan-tree-dump-times "Alignment of access forced using versioning" 1 "vect" { target vect_no_align } } } */
/* { dg-final { scan-tree-dump-times "Alignment of access forced using versioning" 2 "vect" { target vect_no_align } } } */
/* { dg-final { cleanup-tree-dump "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