vect-mask-store-move-1.c: Fix test failures.
gcc/testsuite/ 2016-02-09 Yuri Rumyantsev <ysrumyan@gmail.com> * gcc.dg/vect/vect-mask-store-move-1.c: Fix test failures. From-SVN: r233241
This commit is contained in:
parent
17b6426cda
commit
65860c77cf
@ -1,3 +1,7 @@
|
||||
2016-02-09 Yuri Rumyantsev <ysrumyan@gmail.com>
|
||||
|
||||
* gcc.dg/vect/vect-mask-store-move-1.c: Fix test failures.
|
||||
|
||||
2016-02-09 Richard Biener <rguenther@suse.de>
|
||||
|
||||
PR tree-optimization/69715
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-options "-O3" } */
|
||||
/* { dg-additional-options "-mavx2" { target { i?86-*-* x86_64-*-* } } } */
|
||||
|
||||
#define N 256
|
||||
@ -16,4 +15,4 @@ void foo (int n)
|
||||
}
|
||||
}
|
||||
|
||||
/* { dg-final { scan-tree-dump-times "Move stmt to created bb" 6 "vect" } } */
|
||||
/* { dg-final { scan-tree-dump-times "Move stmt to created bb" 6 "vect"{ target { i?86-*-* x86_64-*-* } } } } */
|
||||
|
Loading…
Reference in New Issue
Block a user