vect-mask-store-move-1.c: XFAIL.

gcc/testsuite
	* gcc.dg/vect/vect-mask-store-move-1.c: XFAIL.

From-SVN: r238583
This commit is contained in:
Bin Cheng 2016-07-21 08:26:25 +00:00 committed by Bin Cheng
parent a43068ccbb
commit 2397481934
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2016-07-21 Bin Cheng <bin.cheng@arm.com>
* gcc.dg/vect/vect-mask-store-move-1.c: XFAIL.
2016-07-21 Jakub Jelinek <jakub@redhat.com>
PR c++/71941

View File

@ -15,4 +15,4 @@ void foo (int n)
}
}
/* { dg-final { scan-tree-dump-times "Move stmt to created bb" 4 "vect" { target { i?86-*-* x86_64-*-* } } } } */
/* { dg-final { scan-tree-dump-times "Move stmt to created bb" 4 "vect" { target { i?86-*-* x86_64-*-* } xfail { i?86-*-* x86_64-*-* } } } } */