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:
Yuri Rumyantsev 2016-02-09 09:51:21 +00:00 committed by Ilya Enkovich
parent 17b6426cda
commit 65860c77cf
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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-*-* } } } } */