pr43430-1.c: Requires vect_condition target.

2010-08-31  Bingfeng Mei  <bmei@broadcom.com>

	* gcc.dg/vect/pr43430-1.c: Requires vect_condition target.

From-SVN: r163668
This commit is contained in:
Bingfeng Mei 2010-08-31 09:02:39 +00:00 committed by Bingfeng Mei
parent 4546a2efe3
commit 9b9596dd6a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-08-31 Bingfeng Mei <bmei@broadcom.com>
* gcc.dg/vect/pr43430-1.c: Requires vect_condition target.
2010-08-30 Janus Weil <janus@gcc.gnu.org>
PR fortran/45456

View File

@ -35,5 +35,5 @@ main (void)
return foo (data_ch1, data_ch2, 1);
}
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target vect_condition } } } */
/* { dg-final { cleanup-tree-dump "vect" } } */