Commit 468756c5 by Steve Ellcey Committed by Steve Ellcey

* gcc.dg/vect/no-vfa-pr29145.c: XFAIL if no_vect_align.

From-SVN: r139213
parent d3b3e1b3
2008-08-18 Steve Ellcey <sje@cup.hp.com>
* gcc.dg/vect/no-vfa-pr29145.c: XFAIL if no_vect_align.
2008-08-18 Steve Ellcey <sje@cup.hp.com>
* gcc.target/ia64/types-1.c: Change error to message.
2008-08-18 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
......
......@@ -47,6 +47,6 @@ int main(void)
return 0;
}
/* { dg-final { scan-tree-dump-times "vectorized 0 loops" 2 "vect" } } */
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */
/* { dg-final { scan-tree-dump-times "vectorized 0 loops" 2 "vect" { xfail vect_no_align } } } */
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { xfail 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