Commit 8b047446 by Steve Ellcey Committed by Steve Ellcey

re PR middle-end/38004 (g++.dg/vect/pr36648.cc)

	PR middle-end/38004
	* g++.dg/vect/pr36648.cc: Check alignment requirement.

From-SVN: r141864
parent bc0f6c3d
2008-11-13 Steve Ellcey <sje@cup.hp.com>
PR middle-end/38004
* g++.dg/vect/pr36648.cc: Check alignment requirement.
2008-11-14 Jack Howarth <howarth@bromo.med.uc.edu>
PR testsuite/38098
......
......@@ -17,8 +17,8 @@ Foo foo;
int main() { }
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } }*/
/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 1 "vect" } } */
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target { ! vect_no_align } } } } */
/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 1 "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