re PR testsuite/36035 (FAIL: gcc.dg/vect/vect-vfa-slp.c)

PR testsuite/36035
	* gcc.dg/vect/vect-vfa-slp.c: Remove bad check.

From-SVN: r134641
This commit is contained in:
Steve Ellcey 2008-04-24 16:37:05 +00:00 committed by Steve Ellcey
parent 5dc1195440
commit 8b66e196a3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-04-24 Steve Ellcey <sje@cup.hp.com>
PR testsuite/36035
* gcc.dg/vect/vect-vfa-slp.c: Remove bad check.
2008-04-24 Jakub Jelinek <jakub@redhat.com>
* gcc.dg/pr36017.c: Run on all targets, remove -lm from dg-options.

View File

@ -53,5 +53,4 @@ main (void)
}
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { xfail vect_no_align } } } */
/* { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 2 "vect" { xfail vect_no_align } } } */
/* { dg-final { cleanup-tree-dump "vect" } } */